Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

Display of dimension on selection

Hi guys,

I have two metrics:

1. count of Issues

2. sum of materiality amount.

Now my scenario is, I want to display the dimension,when I select Sum of Materiality amount or (count of issues and sum of materiality amount) but not for count of issues.

Can anyone guide me?

Cheers!

Varun

1 Solution

Accepted Solutions
varunreddy
Creator III
Creator III
Author

Hi Bill,

Yes. Dimension has Values.

I got the Solution.

GetSelectedCount(Detail_Measure)>=1 and (Concat(Detail_Measure, ',') like '*Count of IssuesSum of Materiality Amount*' or  Concat(Detail_Measure, ',') like '*Sum of Materiality Amount*')

Cheers!

Varun

View solution in original post

2 Replies
Anonymous
Not applicable

Are these metrics displayed in a Chart via an expression, or maybe text boxes ?

When you say "display the dimension" does that mean your dimension only has one value ?

varunreddy
Creator III
Creator III
Author

Hi Bill,

Yes. Dimension has Values.

I got the Solution.

GetSelectedCount(Detail_Measure)>=1 and (Concat(Detail_Measure, ',') like '*Count of IssuesSum of Materiality Amount*' or  Concat(Detail_Measure, ',') like '*Sum of Materiality Amount*')

Cheers!

Varun