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

assistant temporel graphique qlikview

hi ,, i want to creat an assistant temporel graphique qlikview in my project however i want to replace the function today() of the date data base by 2015 is'it possible ????

Capture.PNG

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Today() returns a date. 2015 is not a date, but a year. So you can't replace Today() with 2015. But if you want to replace =Today() with the date 01-01-2015 then you can use =MakeDate(2015).


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Today() returns a date. 2015 is not a date, but a year. So you can't replace Today() with 2015. But if you want to replace =Today() with the date 01-01-2015 then you can use =MakeDate(2015).


talk is cheap, supply exceeds demand
Not applicable
Author

thanks