I have a database field ({tablename.Designation}) that can have multiple values separated by a variety of separators (e.g. "CPA, CFA, CFP"; "CPA"; "CPA,QQ"). I need a TopN (up to 20) count of the number of times each unique designation occurs.
I have been able to parse the data using formulas and now have the following in my report: @desig1, @desig2, @desig3, @desig4, @desig5. I am not interested in any designations beyond these 5 for any one database record so that helps to limit the data. The trouble is that the most frequent designations can change over time (i.e. the next time the report is generated).
Essentially, I have five different fields with the same/similar data. i've tried to group the data by TopN designations but I cannot get a count for each of the five new "fields".
It seems that it would be easier to count without parsing, but I don't know what the topN sort is if I don't parse. (The designations can be in any order within the database field {tablename.desgination}.
I need help! Thanks.
KT
I have been able to parse the data using formulas and now have the following in my report: @desig1, @desig2, @desig3, @desig4, @desig5. I am not interested in any designations beyond these 5 for any one database record so that helps to limit the data. The trouble is that the most frequent designations can change over time (i.e. the next time the report is generated).
Essentially, I have five different fields with the same/similar data. i've tried to group the data by TopN designations but I cannot get a count for each of the five new "fields".
It seems that it would be easier to count without parsing, but I don't know what the topN sort is if I don't parse. (The designations can be in any order within the database field {tablename.desgination}.
I need help! Thanks.
KT