Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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