Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gireesh1216
Creator III
Creator III

Need Help

Hi Team,

I have straight table Like Below,

I am calculaing Exceptions field in straight table like: conact(Exceptions,',')

IndiactorTypeEmp IDCycleSoxExceptions
YApp1216Cycle 1YesEX1
NApp1216Cycle 1YesEX2,EX3,EX4

Now i want like data below:

IndiactorTypeEmp IDCyceSoxExceptions
Y,NApp1216Cycle 1YesEX1,EX2,EX3,EX4
6 Replies
Anil_Babu_Samineni

Will work, If you provide work file

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
gireesh1216
Creator III
Creator III
Author

Hi Anil,

Please take above data only.

All fields data are same except "Indicator" and "Exceptions" data.

effinty2112
Master
Master

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

Anil_Babu_Samineni

This?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tresesco
MVP
MVP

This?

Capture.PNG

qv_testing
Specialist II
Specialist II

Use concat function for both Dimension and Expression