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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

the date format ?

Hi All ,

Please assist me to get the date format - DD/MM/YYYY in the below model.

Capture.PNG

Model attached.

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Use

as calculated Dimension

Date(DateFieldName,'DD/MM/YYYY')

REgards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

5 Replies
PrashantSangle

Hi,

Use

as calculated Dimension

Date(DateFieldName,'DD/MM/YYYY')

REgards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
rahulpawarb
Specialist III
Specialist III

May be this:

=Date([Depot Order_Date], 'DD/MM/YYYY')

Regards!

Rahul Pawar

Anil_Babu_Samineni

May be do Calculate dimension for that field or use in script same manner

=Date([Depot Order Date])

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable

See .qvw attached.

As people above said but I have made the changes in the attached file for a practical view.

Regards

sunny_talwar

You can also permanently change the format of Depot Order_Date field by going to document properties -> Number and set a new format which would change its format throughout the dashboard

Capture.PNG