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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart shall not react to clicking or selecting, but only to a listbox filter

Hi,

my question is basically already in the subject. I have a bar chart that displays sums for a month per status (e.g. 'open', 'won'). This bar chart shall only be changeable by using a specific filter listbox and not react to direct clicking into it.

Is that possible?

Thanks.

1 Solution

Accepted Solutions
jsingh71
Partner - Specialist
Partner - Specialist

Hi Jens,

Go to chart propertices and under General Tab select Read Only check box.

bar.png

-- Jai

View solution in original post

2 Replies
jsingh71
Partner - Specialist
Partner - Specialist

Hi Jens,

Go to chart propertices and under General Tab select Read Only check box.

bar.png

-- Jai

its_anandrjs
Champion III
Champion III

Use set analysis in the expression like

Sum({<Year=,Month=>} SalesVal)

in this script if you select Year , Month chart will not change

another way is make it read only by chart properties -> Tick mark Read Only

Hope this helps