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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
fashid
Specialist
Specialist

Above function generates null in some rows

Hi,

I was trying to learn the above function and i created some sample data to play with it.

I am facing a problem with my expression  "=Above(Sum(sales))"  which should simply return the sum of sales from the previous row.

My query is that I do not get values for the month of Jan 2013 and jan 2014.

Could you please tell what the issue could be .

I am attaching the sample app that am working on.

Thanks

Nadeem

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Actually you need to thank to the person who has wrote Missing Manual...

View solution in original post

6 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try

=Above(TOTAL Sum(Sales))

Hope it helps you.

Regards,

Jagan.

fashid
Specialist
Specialist
Author

Thanks a Lot for the links especially the missing manual helped a lot to get things clear

fashid
Specialist
Specialist
Author

Thanks Jagan .

MK_QSL
MVP
MVP

Actually you need to thank to the person who has wrote Missing Manual...

fashid
Specialist
Specialist
Author

I did it as soon as I read . he has taken lot of effort in writing that