Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
is there a way to let users choose between showing totals and hiding them?
Showing total
Totals hidden
Expression used
=If(vToggle, Sum(Sales), Aggr(Sum(Sales), Year, Month))
'Show Partial Sums' are on for both Year and Month field
Hope this is what you are looking for.
Best,
Sunny
I think this should be possible. Do you have a particular example where we can play around with it?
Hi Ali,
Have a look at QlikView How To (or Tips & Tricks) Application by Lee Matthews
http://community.qlik.com/docs/DOC-5486
You can make use of "Conditional" poroperty of chart expressions to Show or hide values.
There is no way to toggle totals on/off in Qlik sense. You can only do something like that for the title.
You can have users use the page editor (but this is not recommended).
There is, indeed, as they can right click on the object and select themselves, but that might not be what you want to use.
For me, the quickest solution would be to replicate those objects in a different sheet which looks like the same (i.e: same menus) but the totals are not there. And you can get to these "no-totals" sheets with a button in your menu, or clicking on a text object or something similar.
Can you explain what you mean by "they can right click on the object and select themselves"?.
I mean use the object properties (right click) to show/hide totals, if you allow them to do that.
EDIT: Ajax client: right click on the chart > Properties > Expressions > More > Use Expression Total > No Totals
Showing total
Totals hidden
Expression used
=If(vToggle, Sum(Sales), Aggr(Sum(Sales), Year, Month))
'Show Partial Sums' are on for both Year and Month field
Hope this is what you are looking for.
Best,
Sunny