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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Mark4
Partner - Contributor II
Partner - Contributor II

Concatenation of dates

I have an excel spreadsheet with 3 individual dates in three separate columns: Budget Date, Forecast Date, Execution Date.  

If one exists, the others are null.

I need to concatenate these three date fields in the load editor then run the [autoCalendar] script breaking them out into quarters, years, etc...

Running the script as-is I get three dates with the autocalendar, I need them to be combined into one so my pivot table will work properly.

Thank you for the help.

Labels (1)
1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Create a new Date column by using Alt

Date(Alt([Budget Date], [Forecast Date], [Execution Date])) as CalendarDate

 

Thanks

Celambarasan

View solution in original post

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Create a new Date column by using Alt

Date(Alt([Budget Date], [Forecast Date], [Execution Date])) as CalendarDate

 

Thanks

Celambarasan