Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

AGGR calculated dimension

hi all

in my model i have a straight table that i would want to use with a calculated dim,

that will show only customers that their total sales amount is above 100

any ideas ?

advanced thanks

2 Replies
Anil_Babu_Samineni

Try this?

Aggr(Sum(sales)>100, Dimension)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tresesco
MVP
MVP

You might not need aggr or calculated dimension. You could try using set analysis like:

Dimension: Customer

Exp :

Sum({<Customer={"=Sum(Sales)>100"}>}Sales)