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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
its_rajvir
Creator
Creator

Aggr Function

Dear Experts,

Need your help

I have a expression:

Sum(Aggr(Only(ContainerAmount),Primary Key, ContainerID))

It shows the Cash Amount.

Now i want to exclude all the Zero cash amount but i am not able to exclude 0 amount.

Can anyone help please

 

Labels (7)
2 Replies
Andrea_Spinetti
Former Employee
Former Employee

If I got your request right, maybe try to use something like: If(Sum(Aggr(Only(ContainerAmount),Primary Key, ContainerID))<>0, Sum(Aggr(Only(ContainerAmount),Primary Key, ContainerID)))

If the issue is solved please mark the answer with Accept as Solution.
GeorgePhilips23
Partner - Contributor III
Partner - Contributor III

Under OrderID(Dimension) ==>> choose 'Limitation' ==>> choose 'Exact value' ==>>  choose '> 0'