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: 
sagnikrana
Partner - Contributor II
Partner - Contributor II

Set Analysis on dimension

Hello everyone,

 

I am trying to select those projects, whose sum of revenues are between a range (vRevenueMin, vRevenueMax)

I have tried the below equation,  but is not working for me.

aggr(ONLY({<AGGR(SUM(RevenueAmount), project_name) = {">=$(vRevenueMin)<=$(vRevenueMax)"}>}project_name),project_name)

 

project_name, RevenueAmount

A, 100

A, 70

B, 30

C, 10

 

I appreciate your help!

0 Replies