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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
sibrulotte
Creator III
Creator III

Show a dimension only if at the bottom of Drill Down

Hi, is it possible to conditionnaly show a dimension only if the bottom of the Drill down group above it has been reached?

I don't want it to be part of the drill down group, but I don't want it to be always shown either.

2 Replies
sibrulotte
Creator III
Creator III
Author

Well, hell I just put an enable condition with Getpossiblecount (LASTDRILLDOWNFIELD) = 1

MarcoWedel

maybe using

=GetCurrentField(GroupName) = 'BottomDimensionName'

hope this helps

regards

Marco