Notifications
Clear all
Topic starter
I am trying to just add the insurance policy number to a handout if the insurance group is MCD only. Any suggestions?
MCD: {IF INS_GRP() = "MCD" then INS_ID() else "" endif}
Posted : October 29, 2012 8:35 am
I think the data symbol INS_GRP() returns the group number so if you use it you'll need the id of the carrier. You may be able to use INS_NAME() or INS_PLAN() if you prefer.
Posted : October 31, 2012 7:30 am