Hello,
in my report I have created this command:
select Field_A, Field_B from Table where ID = 1;
Output is:
A - 1
B - 2
C - 3
D - 4
In report header i need to fill only one text object with all records as follow:
"A - 1 / B - 2 / C - 3 / D - 4"
I'm not able to do so
Thanks in advance.