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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kevbrown
Creator II
Creator II

Add column to Crosstable

I have a crosstable but it does contact a date column. I'd like to add a date column, can i do that?

My script looks like -

CrossTable(Area, Data)

LOAD F1 AS Measures,

     [Lieder 1],

     [Lieder 2],

     [Line 3],

     [Line 4],

     [Line 5],

     [Line 6],

     [Line 7],

     [Line 8],

     [Line 9],

     [LR Traywash],

     [Line 11],

     Preparation,

     [L/R Packing],

     [H/R Bacon Room],

     [L/R Bacon Room],

     [H/R Salad Wash],

     [L/R Salad Wash],

     [Bread Area],

     [Bay 6 & Sanitiser],

     Despatch,

     Hygiene

FROM

Thanks

3 Replies
MK_QSL
MVP
MVP

CrossTable(Area, Data,2)

LOAD F1 AS Measures,

     Today() as Date,

     [Lieder 1],

     [Lieder 2],

     [Line 3],

     [Line 4],

     [Line 5],

     [Line 6],

     [Line 7],

     [Line 8],

     [Line 9],

     [LR Traywash],

     [Line 11],

     Preparation,

     [L/R Packing],

     [H/R Bacon Room],

     [L/R Bacon Room],

     [H/R Salad Wash],

     [L/R Salad Wash],

     [Bread Area],

     [Bay 6 & Sanitiser],

     Despatch,

     Hygiene

FROM

sunny_talwar

What date are you looking to add?

Kushal_Chawda

Which date you want to add?