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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data loading query

I have some data which looks like

How to I write a load script such that each sequential entry for car B, for example gets an incremental number so instead of above the data would look like

etc. Any ideas much appreciated

Labels (1)
11 Replies
Not applicable
Author

My original data has date and time as one field, I could split this out but don't want to, how could I make the numbering restart for second day so  might bet number 1-6 for day 1 and number 1-4 for day 2 for the same car?

sunny_talwar
MVP
MVP

May be like this:

Autonumber(RowNo(), CarNumber&Floor(DateTime)) as number,