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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sum of Negative and positive values

Hi All, Please suggest me, how to achieve, last three lines(Sum of Gains,Sum of Losses, Business Retention) of table in straight table. Please refer to the attached sheet. Regards, Krishna Chaitanya B

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Gains - Sum(RangeMax(Variance, 0))

Losses - Sum(RangeMin(Variance, 0))

Net - Sum(Variance)

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
arvind1494
Specialist
Specialist

yes

Anonymous
Not applicable
Author

But Variance is defined by month it is not a straight value. First i should see variance by month, then if rangemax or min can be applied. How can i see variance by month in textbox?