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

Can we make charts non responsive/non selectable in qliksense

HI All,
Is it possible to make charts non responsive/non selectable/readonly in qliksense.

Labels (3)
5 Replies
Andrea_Spinetti
Former Employee
Former Employee

Hello @Qlik1_User1, if you want the chart to ignore any selection made in Filter Pane, you can use Set Analysis {1}. For instance, if you are using Sum(Sales) then you can replace it with Sum({1}Sales) and the chart won't be affected by the selections made on filter panes.

 

 

If the issue is solved please mark the answer with Accept as Solution.
vinieme12
Champion III
Champion III

Another option to ignoring filters as given by @Andrea_Spinetti   is to assign the chart to an alternate state

 

https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Visualizations/alter...

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Qlik1_User1
Specialist
Specialist
Author

@Andrea_Spinetti requirement is to make the chart freezed or readonly.

User should not be allowed to select any value from a chart (lets say in a bar chart user should not be allowed to make or select any bar/height)

Is it possible in Qliksense?

Qlik1_User1
Specialist
Specialist
Author

@vinieme12 

requirement is to make the chart freezed or readonly.

User should not be allowed to select any value from a chart (lets say in a bar chart user should not be allowed to make or select any bar/height)

Is it possible in Qliksense?

Qlik1_User1
Specialist
Specialist
Author

@Andrea_Spinetti ,

If using  Sum({1<status={'True'}>}Sales), then this status={'True'} is not working for set analysis.