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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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!

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