Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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
tresB
Champion III
Champion III

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

Dimension: Customer

Exp :

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