Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have straight table Like Below,
I am calculaing Exceptions field in straight table like: conact(Exceptions,',')
Indiactor | Type | Emp ID | Cycle | Sox | Exceptions |
---|---|---|---|---|---|
Y | App | 1216 | Cycle 1 | Yes | EX1 |
N | App | 1216 | Cycle 1 | Yes | EX2,EX3,EX4 |
Now i want like data below:
Indiactor | Type | Emp ID | Cyce | Sox | Exceptions |
---|---|---|---|---|---|
Y,N | App | 1216 | Cycle 1 | Yes | EX1,EX2,EX3,EX4 |
Will work, If you provide work file
Hi Anil,
Please take above data only.
All fields data are same except "Indicator" and "Exceptions" data.
Hi Gireesh
In your straight table have Type, Emp ID, Cycle & Sox as dimensions.
Measures: concat(Indiactor,',') and concat(Exceptions,',').
You can drag the expression column for Indiactor to the left to get the order of columns you want.
Hope this helps
Andrew
This?
This?
Use concat function for both Dimension and Expression