Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

is there a way

Hello

is there a way to let users choose between showing totals and hiding them?

I can walk on water when it freezes
Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Showing total

Capture.PNG

Totals hidden

Capture.PNG

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

View solution in original post

8 Replies
sunny_talwar
MVP
MVP

I think this should be possible. Do you have a particular example where we can play around with it?

jpenuliar
Partner - Specialist III
Partner - Specialist III

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.

jeckstein
Partner - Creator
Partner - Creator

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).

Miguel_Angel_Baeyens
Employee
Employee

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.

jeckstein
Partner - Creator
Partner - Creator

Can you explain what you mean by "they can right click on the object and select themselves"?.

Miguel_Angel_Baeyens
Employee
Employee

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

el_aprendiz111
Specialist
Specialist

sunny_talwar
MVP
MVP

Showing total

Capture.PNG

Totals hidden

Capture.PNG

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