Hi to everyone...
i have an issue on a report and a new request to satisfy:
that's my scenario:
field 1 - field 2
A 3
Field 2 is an "count(distinct code)"; it's mean that field "A" has 3 differents codes.
New request is to visualize on the same row, different codes concatenate each other with a " - "
for expample:
Field 1 - codes concatenate - Field 2
A | "pippo" - "pluto" - "paperino" | 3
I thought about union queries (in this case 3) but i don't know first of all how to identify each of those 3 count distinct (in this case; it's not static) in order to use an eventual case when statement.
Any idea?
Many thanks guys every little tips will be appreciated