I have a sub-report that retrieves ONLY one field, but it retrieves n values. This means it will be displayed in many rows. I want to display the sub-report result in a master report in ONLY one row (comma separated or Tabular). Is this applicable? I tried to make the sub-report Tabular = True, but it displays the results in the master report like (1 2 3) (space 2 space) (space space 3)
Thanks