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

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

Set Variable with Calendar Object

Hi, I set a variable in my load script and i want use it in a calendar objetc ad in expressions.

Let Data_riferimento = date(today(0).'DD/MM/YYYY');

When i use the variable in my Calendar Object sometimes is show not correctly (es. 3 Febrauary 2021 - 03/02/2021) but another date (es. 1 February 2021 - 01/02/2021).

Corona7_0-1612440153104.png

 

Corona7_1-1612440152882.jpeg

Where's my mistake ?

 

Thanks

 

 

 

 

1 Reply
QFabian
MVP
MVP

Hi @Corona7 , please check your date separator, it can be '/'   or '-', and havs to be accord with your calendar date format   

QFabian_0-1612442621502.png

QFabian_1-1612442875764.png

 

 

QFabian