Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
parthakk
Creator II
Creator II

QlikSense - Changes In Current Selection Box

Hi Everyone,

We have developed an application and there is a bar chart being displayed.

The dimension of this chart has many values (Say 25). Out of these i need to display only few values(Say 4), So i have used an if() condition to achieve desired result and it is working fine.

However, when user make selection in bar chart, on top in current selection box/pane it displays 'IF(Dimension = 'Value'...

I don't want this way. It should display the label name which i have given in chart or the field name but not if() condition.

Kindly suggest how can i achieve this.

Thank you,

Partha K

4 Replies
shraddha_g
Partner - Master III
Partner - Master III

You can create a master Dimension with your code else you can do this in script and then use that Filed as Dimension.

I hope it is helpful.

parthakk
Creator II
Creator II
Author

Hi Shraddha,

Sorry for the late reply. Thank you for your suggestion.

However i cannot create master dimension, is there a way to hide that selection bar and show it only when demanded?

Regards,

Partha K

shraddha_g
Partner - Master III
Partner - Master III

No it is not possible

parthakk
Creator II
Creator II
Author

Thanku shraddha