Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Static Chart Issue

Hi guys,

Looking for some help on this. I have multiple tabs that have different chart objects such as bar charts and tables. I have a requirement to keep one chart static on the page at all times regardless of the selections made.

Is it possible to do this in QlikView without the need of a macro?

I have tried using detached mode, but when I save the application and open it up again, the chart attaches itself again.

Please help.

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

You use use set analysis in the expression of the static chart to ignore all the dimension selections. This will make the chart static irrespective of the other changes.

example:

sum(${<Dim1=,Dim2=,Dim3=>}measurevalue)

View solution in original post

3 Replies
Not applicable
Author

You use use set analysis in the expression of the static chart to ignore all the dimension selections. This will make the chart static irrespective of the other changes.

example:

sum(${<Dim1=,Dim2=,Dim3=>}measurevalue)

lironbaram
Partner - Master III
Partner - Master III

hei

you can put in the expressions of the chart

sum({1} XXX) the {1} ignores all selections in the document

Not applicable
Author

Thanks