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: 
perumal_41
Partner - Specialist II
Partner - Specialist II

peek Function

Hi,

I want Fetch Next Row Value in Each  Current Row using Peek Function .is possible ?

please Help.

Regards,

Perumal A

3 Replies
v_iyyappan
Specialist
Specialist

Hi,

     Use Previous() function in Script you can get previous reccord value when u click the Curernt records.

Regards,

Iyyappan.

perumal_41
Partner - Specialist II
Partner - Specialist II
Author

Hi Iyyappan,

Thanks for Ur Replay,

I want only next Value only.i don't want previous value .

Please help me

Regards

Perumal A

deepakk
Partner - Specialist III
Partner - Specialist III

HI Permual,

Use the peek function and reverse the order of loading.

Date

01-01-2011

02--01-2011

order by  Date Desc

Date            peek(Date)

02-01-2011     

01-01-2011   02-01-2011

I hope this helps.

Deepak