Hi,
I am using CRXI.
In my report, the output coming like this.
ID Name Users Div1 Div2 Use
10 Smith XYZ-123 Info Devlopment 30
10 Smith ABC-000 Search Prod 40
10 Smith LMN-234 Med Info 100
Now i need output like this:
ID Name Users
10 Smith XYZ-123,ABC-000,LMN-234
Div1-Div2-use
Info,Devlopment,30
Div1-Div2-use
Search,Prod,40
Div1-Div2-use
Med,Info,100
I need everything in 1 line. Here because of the less space i put each Div1-Div2-use in next line.
I did grouping on ID.
Please help me. Thanks in advance
Aataman.
I am using CRXI.
In my report, the output coming like this.
ID Name Users Div1 Div2 Use
10 Smith XYZ-123 Info Devlopment 30
10 Smith ABC-000 Search Prod 40
10 Smith LMN-234 Med Info 100
Now i need output like this:
ID Name Users
10 Smith XYZ-123,ABC-000,LMN-234
Div1-Div2-use
Info,Devlopment,30
Div1-Div2-use
Search,Prod,40
Div1-Div2-use
Med,Info,100
I need everything in 1 line. Here because of the less space i put each Div1-Div2-use in next line.
I did grouping on ID.
Please help me. Thanks in advance
Aataman.