Hi, I am on V10 - I have a field called FieldAdjuster. I have to figure the percentage of different field adjusters to the total claims on the report. I am not able to sort on the FieldAdjuster field.
I created formulas for each adjuster
If FieldAdjuster = 'A'
Then 'A'
If FieldAdjuster = 'B'
Then 'B' and so on
I then listed each in a report footer, tried to get counts of each - if I use 'count' I get the report count, if I use 'distinct count' I get one.
Can you tell me what I am doing wrong? I have yet to get percents on each adjuster, since I can't even get counts.
I created formulas for each adjuster
If FieldAdjuster = 'A'
Then 'A'
If FieldAdjuster = 'B'
Then 'B' and so on
I then listed each in a report footer, tried to get counts of each - if I use 'count' I get the report count, if I use 'distinct count' I get one.
Can you tell me what I am doing wrong? I have yet to get percents on each adjuster, since I can't even get counts.