Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bkn
Contributor II
Contributor II

SUM the value in text Object

QlikForum.PNG

CODE is the Dimension and TOTAL is expression. I wan to get only the Total value which is great than $50. I want to get that $75 value in the Text Object.

Thanks in Advance.

 

5 Replies
vishsaggi
Champion III
Champion III

May be try this in your text box

= Max(Aggr(Sum(YourTotalfield), CODE))
bkn
Contributor II
Contributor II
Author

QlikForum1.PNG

Data is dynamic, i need to get the value of Total which is greater than 50  in text object. for e.g. 266 from this image.

Thanks in Advance.

vishsaggi
Champion III
Champion III

Try this in your textobject

= Sum({<Totals = {"=Totals>=50"}>}Totals)
bkn
Contributor II
Contributor II
Author

Appreciated. It works. 

 

Thanks.

vishsaggi
Champion III
Champion III

Oh great. Got it now. Please closed the thread marking correct helpful responses.