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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying Metrics in different Levels of Dimensions

Hi,

I need help in displaying metrics in some dimension levels.

For Ex:- I have a Metric called TEST and i have 4 dimensions A,B,C,D

I would like to display the Metric only at B & D level.

Is it possible?

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, use function Dimensionality() to determine what level of dimension does the cell belong to:

if (Dimensionality() = 2 or Dimensionality() = 4, ....)

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Thanks a mil!!! It works for me..