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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date function for period and fiscal year

hi i have two fields

Fiscal Year = 2013

Period = 1

if i concatenate these two and then try to create a date field using the Date function date(Date, 'YYYY-MM-DD') i recieve the following

1955-02-21

i wish to see 2013-01-01.

is there something i have missed with the date function?

Best,

Brad

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

date(makedate(2013,1),'YYYY-MM-DD')

View solution in original post

1 Reply
Clever_Anjos
Employee
Employee

date(makedate(2013,1),'YYYY-MM-DD')