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 format in variable

Hello,

I've created a variable $(PDatum) with the inputobject from type DATE (DD-MM-YYY). When I use this variable in a tablechart, it returns a numer (-2012) is stead of the date (2-2-2012). How can I solve this?

Tnx!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Sounds like you need to use quotes around the value ' '

-2012 sounds like the result of the calculation 2 minus 2 minus 2012

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Sounds like you need to use quotes around the value ' '

-2012 sounds like the result of the calculation 2 minus 2 minus 2012

Not applicable
Author

This is it! tnx!