Hello - using Crystal 2008 for this report.
I have a report where I am pulling in 4 copies of the same table in order to display a hierarchy. There are 4 levels of hierarchy being displayed on the report from these alias tables. I need to pull two fields (Name and Tax_ID) of information from each based on the Gender code (Gender=E, we only need to pull coporations). I am not able to add this into the select without losing the record. Any ideas on how I can pull a "list" of this information?
Name_1 Gender_1 TaxID_1 Name_2 Gender_2 TaxID_2 Name_3 Gender_3 TaxID_3 Name_4 Gender_4 TaxID_4
ABC Co. E 222222 John Jones M 3333333 Staples E 5555555 McDonalds E 9999999
Thanks so much!
Kim
I have a report where I am pulling in 4 copies of the same table in order to display a hierarchy. There are 4 levels of hierarchy being displayed on the report from these alias tables. I need to pull two fields (Name and Tax_ID) of information from each based on the Gender code (Gender=E, we only need to pull coporations). I am not able to add this into the select without losing the record. Any ideas on how I can pull a "list" of this information?
Name_1 Gender_1 TaxID_1 Name_2 Gender_2 TaxID_2 Name_3 Gender_3 TaxID_3 Name_4 Gender_4 TaxID_4
ABC Co. E 222222 John Jones M 3333333 Staples E 5555555 McDonalds E 9999999
Thanks so much!
Kim