Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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