I have a subreport with the following formula:
if({stock.stk_number}="07995")then "ANCONT" else
If({stock.stk_number}="05337") then "ANNERVE"
I am trying to capture this information based on patient charges. Some patient’s meet both criteria, therefore they show up twice on the report, once with ANCONT and again with ANNERVE. How can I have both of these responses populate on the same line showing the patient name only once? I have tried suppressing duplicate names, but I still have 2 lines.
if({stock.stk_number}="07995")then "ANCONT" else
If({stock.stk_number}="05337") then "ANNERVE"
I am trying to capture this information based on patient charges. Some patient’s meet both criteria, therefore they show up twice on the report, once with ANCONT and again with ANNERVE. How can I have both of these responses populate on the same line showing the patient name only once? I have tried suppressing duplicate names, but I still have 2 lines.