Hi, everyone
I'm using CR 6.0.1.135 and I have a table with data like that:
Employee Number Userfield Value
--------------- ---------- ------
123 1 C1
123 2 2
123 3 CCN
124 1 H1
124 3 CCN
...
I want to display all the data for the same employee on one line; I've tried first to create formula field for each userfield but I get one result per line, and 3 lines.
Then I've tried to do it using the format with multiple column in the Format detail section, but the problem is if there is no data in userfield 2 like Employee Number 124 , The N°3 takes the place of N°2 and that's not correct.
I need a result like that:
123 1 C1 2 2 3 CCN
124 1 H1 3 CCN
Is there any solution ?
Thanks for yours answers
I'm using CR 6.0.1.135 and I have a table with data like that:
Employee Number Userfield Value
--------------- ---------- ------
123 1 C1
123 2 2
123 3 CCN
124 1 H1
124 3 CCN
...
I want to display all the data for the same employee on one line; I've tried first to create formula field for each userfield but I get one result per line, and 3 lines.
Then I've tried to do it using the format with multiple column in the Format detail section, but the problem is if there is no data in userfield 2 like Employee Number 124 , The N°3 takes the place of N°2 and that's not correct.
I need a result like that:
123 1 C1 2 2 3 CCN
124 1 H1 3 CCN
Is there any solution ?
Thanks for yours answers