Hi all and thanks in advance for your help. I am using CR 2011 having trouble supressing duplicates or row inflation. I'm puling allergies
on patients by allergy type id (ie. Med allergy type = 4714, Food = 4715, etc.).I am using formula fields in the detail section to pull the allergies for the different types like so:
if{TSM250_ALLERGY_Meds.allergy_type_id}=4715 then
{TSM255_PERSON_ALLERGY_Meds.alg_desc} else ""
if{TSM250_ALLERGY_Food.allergy_type_id}=4714 then
{TSM255_PERSON_ALLERGY_Food.alg_desc} else ""
I want to display them side by side as below but as you can see the food allergy gets repeated for each instance of a Med allergy.
Med Allergy[tab]Food Allergy
Bactrim[tab][tab] MISC-FOOD
Latex[tab][tab][tab] MISC-FOOD
[tab][tab][tab][tab][tab] MISC-FOOD
Opana[tab][tab][tab] MISC-FOOD
Penicillins[tab][tab] MISC-FOOD
Thorazine[tab][tab] MISC-FOOD
It should look like this:
Med Allergy[tab]Food Allergy
Bactrim[tab][tab] MISC-FOOD
Latex
Opana
Penicillins
Thorazine
I'll have another one to add(Environmental Allergies) but didn't want to complicate the explanation. Only one group so far on Med Rec number so that it prints one patient per page. If I can provide any more info please let me know and thanks.
on patients by allergy type id (ie. Med allergy type = 4714, Food = 4715, etc.).I am using formula fields in the detail section to pull the allergies for the different types like so:
if{TSM250_ALLERGY_Meds.allergy_type_id}=4715 then
{TSM255_PERSON_ALLERGY_Meds.alg_desc} else ""
if{TSM250_ALLERGY_Food.allergy_type_id}=4714 then
{TSM255_PERSON_ALLERGY_Food.alg_desc} else ""
I want to display them side by side as below but as you can see the food allergy gets repeated for each instance of a Med allergy.
Med Allergy[tab]Food Allergy
Bactrim[tab][tab] MISC-FOOD
Latex[tab][tab][tab] MISC-FOOD
[tab][tab][tab][tab][tab] MISC-FOOD
Opana[tab][tab][tab] MISC-FOOD
Penicillins[tab][tab] MISC-FOOD
Thorazine[tab][tab] MISC-FOOD
It should look like this:
Med Allergy[tab]Food Allergy
Bactrim[tab][tab] MISC-FOOD
Latex
Opana
Penicillins
Thorazine
I'll have another one to add(Environmental Allergies) but didn't want to complicate the explanation. Only one group so far on Med Rec number so that it prints one patient per page. If I can provide any more info please let me know and thanks.