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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Switch case in front end

hi,

i am using qlik sense desktop and i want to use Switch case in front end because i have drill down chart and i want to pick each measure aggregation for specific dimension on chart

3 Replies
agigliotti
MVP
MVP

if you are using a Drill dimension you can use the function GetCurrentField(groupname) to know which is the current dimension.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
mayuresh_d
Partner - Creator
Partner - Creator

please if possible share me sample data and what output u want by that i can able to understand what exactly you want.

thank you,

Anonymous
Not applicable
Author

i am using below expression but its not working with me

Pick(Match([Survey],If(IsNull("Survey Completed Date"),'non surved','surved')),match([Channelfilter] or [Application Status],count([Survey Completed Date])))

Andrea Gigliotti

there is no function  GetCurrentField , i found GetObjectDimension