Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have several questions regarding chart:
thank you
1. You can to use a variables and then use it in charts.
variable:
vSales = sum(SalesAmount)
and use it in chart expression:
$(vSales)
2. I don't understand what you mean
3. Yes. you can.
For example, in LOAD statement:
LOAD
....
Price,
Quantity,
Price * Quantity AS SalesAmount
From ....
Thank you for the answer.
1. I have to use a lot of the same chart, only the filreing is different. Now I prepare the chart, clone it, and filter it for different things. If my calculation is wrong, or we need some even smaller changes then I have to modify all the chart. Is there an option to have tha very same (not clone) chart in several sheet? It would be easier to change the calculation in only one chart.
2. If you select a chart, right click print, select header/footer tab. There you can set the header and footer of a chart. I love to have the &[Title] in the center. There is button there Default. It reload the qlikview defaul footer header setting. If I can change the defaul, then Ido not have to chang the header chart by chart. The question is where to change this default?