Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ????
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).
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).
thanks ![]()