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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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

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

tresesco
MVP
MVP

Use dimensionality() like:

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

roger_stone
Creator III
Creator III

Maybe you could look at adding a dummy Department?