Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

add a flag to the first loaded line

what is the quickest way to add a flag to the first line loaded on a table in the script?

1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

May be

if (RecNo()=1,1) as FirstLine

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

May be

if (RecNo()=1,1) as FirstLine

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
sunny_talwar

You can do RecNo() or RowNo() based on how and where you are adding the flag.