Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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 ...