Need to make a formula based on something like this....
record state name
123 NC John
124 NC Bill
125 FL Mary
126 GA Bob
129 TX Susie
130 TX Dave
131 TX Mike
I am grouping records by month (field not showing - not relavent) - I want to be able to include in the group heading a field that will show the following results:
FL, GA, NC, TX ( in alpha order )
"All customers located in {@statelist} "
How do I do that?
Thank you.
record state name
123 NC John
124 NC Bill
125 FL Mary
126 GA Bob
129 TX Susie
130 TX Dave
131 TX Mike
I am grouping records by month (field not showing - not relavent) - I want to be able to include in the group heading a field that will show the following results:
FL, GA, NC, TX ( in alpha order )
"All customers located in {@statelist} "
How do I do that?
Thank you.