Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

To find First and last recort of any table

Dear All,

How i can find first and last record of any table?

Will Peek(Field, 0 ) will work?

1 Solution

Accepted Solutions
Anonymous
Not applicable

first record

peek('Field',0,'Table') will get the first

peek('Field',-1,'Table') will find the last reord

'Table' is optional

View solution in original post

1 Reply
Anonymous
Not applicable

first record

peek('Field',0,'Table') will get the first

peek('Field',-1,'Table') will find the last reord

'Table' is optional