I am using a list in my report and one of the fields may potentially have more than one value per group, but I am unable to return multiple values. To be more specific, each page (list group) contains info for each case number on a docket. One of the fields is a citation number. Some cases may have multiple citations per case number, but only one is being returned for each case number/list group.
I have tried a list within a list approach and also just allowing it to remain a field in the list and neither have worked.
Everything I have read refers to parameters and I am not using parameters at this moment.
Any ideas on how I can achieve this? Or do I have to use coding for this? Thank you!
Since there is a lot of confidential information I would rather not display the output, but as an example:
Page 1: Case Number: 2016 XX 0000 Citation Number: XX1234 (has other citation numbers that are not displaying)
Page 2: Case Number: 2014 AA 1111 Citation Number: AB4567
An example of what I'm trying to accomplish:
Page 1: Case Number: 2016 XX 0000 Citation Number: XX1234, YY5798, ZZ3748
Hopefully this helps explain a little better.