Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
See the Attachment.
Regards
Eric
Did you try this?
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.