I need to create a report with “table” (It has vertical and horizional lines) so that visually disabled people can read the report…
The problem I am having is that when I run the report, it shows same person several times because that particular person had many to many data such as communication preferences (English, French, Etc.). I could tell report to not print duplicate fields, but that creates blank lines in report with the gridlines. Currently, it looks like this:
John|Doe|German
|Spanish
Jane|Doe|French
I’d like to combine those “several” communication preferences into one single line so that there would be a line that looks like this:
John|Doe|French, English, German
Jane|Doe|French, Spanish
Jeff|Doe|Spanish