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: 
satishqlik
Creator II
Creator II

row&rec

Hello Community,

Where exactly we can use rowno() and recno

what we can make the difference with rowno() and recno()

as am trying below scripts but both are getting same results

temp1:

LOAD Date(Today()+RowNo()) as tempdate1

AutoGenerate 10;

temp2:

LOAD Date(Today()+RecNo()) as tempdate2

AutoGenerate 10;

Below is the attachment for your reference

Kindly look at and suggest !

Thanks in adv!!

12 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Talking about chicken and eggs: isn't this the first LOAD step that will produce zeroes?

hic
Former Employee
Former Employee

See also Counters in the Load

HIC

satishqlik
Creator II
Creator II
Author

Sorry for the delay in reply.Thanks for all ur valuable suggestions.