Skip to main content
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
Partner - Champion
Partner - Champion

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

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