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

how to stop automatically refreshing chart

Hello, can I stop qlikview automatically refreshing a chart when a user changes filter?

I want to add a button when a user finishes all criteria, then, s/he could hit the button to refresh.

how can I do that? thanks.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Use conditional show for chart

Create a button and add an action which one clicking the button will change the variable

vShow

if(vShow = 1,0,1)

The chart should be visible only(use general or layout tab) when vShow  = 1.

Click the button only when user select all filter values..

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Use conditional show for chart

Create a button and add an action which one clicking the button will change the variable

vShow

if(vShow = 1,0,1)

The chart should be visible only(use general or layout tab) when vShow  = 1.

Click the button only when user select all filter values..

mukesh24
Partner - Creator III
Partner - Creator III

Hi,

Use Calculation condition.

In chart --> General Tab --> Calculation Condition (Write condition on which chart should populate values)

Click on ErrorMessage --> write message for ex :- please select company code, fiscal year etc

Regards,

Mukesh