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: 
Not applicable

Sum () based on type=Active

Hi, I want to create a metric based on the type=Active like Sum(Revenue) based on Type=Active How I can implement in Qlikview Chart?? Thanks,

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Madu,

Your expression should be like this

Sum({$<[Type]={'Active'}>} Revenue)

Regards,

Sokkorn

View solution in original post

2 Replies
Sokkorn
Master
Master

Hi Madu,

Your expression should be like this

Sum({$<[Type]={'Active'}>} Revenue)

Regards,

Sokkorn

Not applicable
Author

Thanks Sokk, it worked perfectly.