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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 ...