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: 
hjm35055
Partner - Contributor III
Partner - Contributor III

Set analysis - specific field

Hi,

I'm trying to create a formula that is...

sum(Revenue)-sum(OtherRevenue) where field (or dimension) is LOB.

Thank you!

Labels (1)
1 Reply
devarasu07
Master II
Master II

Hi,

Try like this,

Expression:

sum({<dimension={'LOB'}>}Revenue)-sum({<dimension={'LOB'}>}OtherRevenue)

Hope this helps you

Regards,

Deva