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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Abbou
Contributor
Contributor

Rowno with aggr for grouping data

Hi all
I have a table that have some fileds: Calendar,Ticket,Time (min) (sorted in ascending order)
I want to add row no for each Date like the sample bellow.
Important: I want to do this in the load script and not as an expression in a pivot or straight table.

Abbou_0-1686301521565.png

 

Labels (1)
1 Reply
brunobertels
Master
Master

Hi 

 

May be this in script 

 

load 

autonmumber(Calendar) as Rowno,

Calendar,

ticket, 

time 

from ...