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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Add custom total

I have a filter comp

comp.png

How could I add a custom total below total with the same expression but with the condition of comp = O?

total.png

Labels (1)
3 Replies
Chanty4u
MVP
MVP

i thnk u can create a textobject and give the expression which vil give u the total on dat obj..

hope this helps u

tresB
Champion III
Champion III

Use dimensionality() like:

If(dimensionality()=0, 'YourExpectedoutput' , Sum(sales))

roger_stone
Creator III
Creator III

Maybe you could look at adding a dummy Department?