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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
drohm002
Creator II
Creator II

Crosstable function

Does anyone know how to use the Crosstable function in the script editor to turn my current table below into my desired table?  Thank you for your time.

drohm002_0-1729011614054.png

 

1 Solution

Accepted Solutions
Vegar
MVP
MVP

Try this

Crosstable (Hour_of_day, utilization,1)

Load * From Current_table;

View solution in original post

3 Replies
Vegar
MVP
MVP

Try this

Crosstable (Hour_of_day, utilization,1)

Load * From Current_table;

drohm002
Creator II
Creator II
Author

that worked, thanks!

seanbruton

Kudos nice solution!!