on 2016 May 25 7:53 AM
HI All
We have issue in the webi report . we have two columns in the report .
and the result will be like below.
Col 1 Col 2
X 1
X 2
X 3
Y 5
Y 6
Now we want the result to be
Col 1 Col 2
X 1,2,3
Y 6,3
Is this possible, if yes how ?
Hi Arun,
If you want to achieve it at the universe level then
1) create Measure object of your col2
as col2+","
2) Set the projection option as Sum
3) If your col2 is character data type then make sure the data type of the object as character
4) Save and export the universe
5) Remove the last comma by creating a variable at the report level using substring function
If you want to achieve at the report level pls look into below threads
bi.scribe: Converting rows into a single cell (comma separated list) in WebI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.