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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
mendes094
Contributor III
Contributor III

Insert a master item from another master item

Hello, 

I have a situation where I created a master item as a dimension, and I need to create another master item as a measure to count how many different values ​​appear in this dimension, which is a master item.

I try to do "count(distinct Dimension_name" but doesn't work, don't appear the dimension.

Anybody can help me?

Labels (3)
1 Reply
MatheusC
Specialist II
Specialist II

Hi,

You won't get it the way you're looking for
Try instead leaving it in a variable and then putting it in your expression

Count(distinct $(vNameDim) )


- Regards, Matheus


Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!