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: 
Not applicable

Alternative of Above() Function in Backend Script.

Hi All

Is there any Alternative for Above() Function in backend Script.

I don't wan't to use Order By desc in Script.

because I need Previous() and Above() at the same time.

I have achieved Result with Previous but for Above() I haven't received the Result.

See this:

Sample Code.png

See the Attachment.

Regards

Eric

12 Replies
Digvijay_Singh

Did you try this?

swuehl
MVP
MVP

I believe you can't access the next input record from the current input record (in contrary to the previous record using previous() function), so QlikView won't allow to see the future, if that's what you are after.

If you have loaded the complete table, you can access the records in subsequent loads in different ways, but as I read your request, that's not what you want.

sudhir0538
Creator
Creator

Hello Sunny / Stefan !

Can u help in my case too !!

Compare with Old Data