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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register 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.