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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikTonic
Contributor III
Contributor III

Incremente row in a peek function

 

 

sortie:

H everybody,

Someone can help me please ?

i would like to incremente the row number for each row of my data in my peek function

peek(ParkingSortie,-2))as Park

-2 become -3 etc...

how can i do that please ?


LOAD

*,

if(Isnull(ParkingSortie),
peek(ParkingSortie,-2))as Park

RESIDENT SortieTemp;

Many thanks for your help

 

Chris

0 Replies