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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. 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
tresB
Champion III
Champion III

@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

@tresB 

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

tresB
Champion III
Champion III

@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='%';