Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Drill down QlikSense

Hello everyone,

Does anyone have an idea how to reproduce the getcurrentfield() function in QlikSense? I have  a drill down dimension and I want to create a dynamic title which displays the value of my drill down dimension.

Thanks a lot.

1 Reply
Gysbert_Wassenaar

The getcurrentfield function is not supported in Qlik Sense at this time: http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/QlikView-functions-...

If you were using a cyclic group then I'd say use a variable or a small inline table instead to select the field that should be used as dimension. I don't have a good alternative for a drill down group though. You could check if the number of selections in the parent dimension. Perhaps something like =if( getselectedcount(LevelA)=1 and getselectedcount(LevelB) = 0, 'LevelB')


talk is cheap, supply exceeds demand