Hi All,
I am getting the data like this in to the report.
accno statuscode arrears income agencycode
1 abc 30 y p
1 abc 30 a p
1 abc 30 b p
2 def 40 h q
2 def 40 j q
2 def 40 q
3 ghi 50 y p
3 ghi 50 p
3 ghi 50 k p
3 ghi 50 l p
but actually I do not want the repeatation of the account number in the report. the only field that changes for a account number is the income field.
My criteria is when ever there is a 'y' for a account just take that record and i do not need any other records.
When there is no 'y' or if there is a null for a particular account I need only one record for those accounts too but witha 'n' symbol.
to brief it. I need only one record for a particular accountin the report. I have groupings on the agencycode and statuscode and income fields. this is a summary report i do not display the account numbers in the report but only the sum of the arrears field according to the groups mentioned above. for one account the only thing changes is the income field.
I used formulas like the supress if previous(val) = (val) and nothing works because of the grouping.
Help would be greatly appreciated. I almost spent aroung 7 hrs on this but could not figure it out. I am new to crystal.
Thanks in advance. If this is not clear please let me know.
I am getting the data like this in to the report.
accno statuscode arrears income agencycode
1 abc 30 y p
1 abc 30 a p
1 abc 30 b p
2 def 40 h q
2 def 40 j q
2 def 40 q
3 ghi 50 y p
3 ghi 50 p
3 ghi 50 k p
3 ghi 50 l p
but actually I do not want the repeatation of the account number in the report. the only field that changes for a account number is the income field.
My criteria is when ever there is a 'y' for a account just take that record and i do not need any other records.
When there is no 'y' or if there is a null for a particular account I need only one record for those accounts too but witha 'n' symbol.
to brief it. I need only one record for a particular accountin the report. I have groupings on the agencycode and statuscode and income fields. this is a summary report i do not display the account numbers in the report but only the sum of the arrears field according to the groups mentioned above. for one account the only thing changes is the income field.
I used formulas like the supress if previous(val) = (val) and nothing works because of the grouping.
Help would be greatly appreciated. I almost spent aroung 7 hrs on this but could not figure it out. I am new to crystal.
Thanks in advance. If this is not clear please let me know.