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: 
bharathkamath28
Contributor III
Contributor III

For calculated Dimension, hide Multiple columns in the selection Bar

Hi,

I have to hide the multiple dimension on the selection bar in Qliksense.

So, i have a master dimension with =if([% of Value]>1,ID)

bharathkamath28_0-1600696266592.png

If any user clicks on Dimension in the table, then two columns are highlighted on the selection Bar.

How to show only the dimension value i.e. ID=2 in the selection Bar.

Please provide the solution.

 

Thanks,

 

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

@bharathkamath28 

Since you are selecting from the chart object, the associated fields are getting selected. If you select it from the field itself (may be using filter pane object or directly using the field), you would not face this issue. Otherwise, you can hide your measure field using system variable HidePrefix, like:

Set HidePrefix='%';

View solution in original post

2 Replies
bharathkamath28
Contributor III
Contributor III
Author

@tresesco 

Do you have any solution for this scenario? Need your help🙂

tresesco
MVP
MVP

@bharathkamath28 

Since you are selecting from the chart object, the associated fields are getting selected. If you select it from the field itself (may be using filter pane object or directly using the field), you would not face this issue. Otherwise, you can hide your measure field using system variable HidePrefix, like:

Set HidePrefix='%';