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

Auto Number function

Hi guys,

I have some data in the format like below

jamelmessaoud_0-1705314174142.png


I would like to create the Auto Number in the load script like I have in the screenshot above but I cannot figure it out. 

Can anyone offer any guidance please?

Labels (2)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

@jamelmessaoud Perhaps this

AutoNumber(Order, IterNo()) as AuthNo

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
steeefan
Luminary
Luminary

On which field should your auto number field be based? Usually you only have to use the function AutoNumber() on that field.

Anil_Babu_Samineni

@jamelmessaoud Perhaps this

AutoNumber(Order, IterNo()) as AuthNo

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
jamelmessaoud
Creator II
Creator II
Author

This has only gone and worked!!

Thanks so much Anil 😀