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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
krishna20
Specialist II
Specialist II

Calendar Object

Hi Friends,

In calendar Object i have taken at Min Value as Min(Date) and at Max Value as Max(Date). My date is displaying correctly. I need to show DD/MM/YYYY as default at date displayed place.Please find the below snapshot for my exact one which i'm looking for.

Regards

Krishna

7 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Try by changing the format in script editor.

Regards

ASHFAQ

Not applicable

Hi,

You can change the format in the variable definition itself.

=date(min([release date]),'DD-MM-YYYY')


Regards

Sudha E

krishna20
Specialist II
Specialist II
Author

Hi Ali,

I need to display the DD/MM/YYYY as a string at my date place.

Regards

Krishna

its_anandrjs
Champion III
Champion III

Hi,

If you are using the variables in object then change its definition in variables

Ex:-

=Date( Today(),'DD/MM/YYYY')

Or

=Date( DateField,'DD/MM/YYYY')

Or you can directly change this settings in the calendar object.

Regards

Anand

SreeniJD
Specialist
Specialist

Hi Krishna,

If you want to display current date then use the below expression....

=date(min(now()),'DD/MM/YYYY')

If you want to select the date from the date selector, then you can always create a user defined function and replace Now() with your user defined function.

Let me know if this helps!

Regards,

Sreeni

krishna20
Specialist II
Specialist II
Author

Hi All,

I need to show here that my date format is in DD/MM/YYYY . To display at my date place as DD/MM/YYYY which is like a string.

Regards

Krishna

Not applicable

can u try  dual function?