Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)
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)
hei
you can put in the expressions of the chart
sum({1} XXX) the {1} ignores all selections in the document
Thanks