Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
Please assist me to get the date format - DD/MM/YYYY in the below model.
Model attached.
Hi,
Use
as calculated Dimension
Date(DateFieldName,'DD/MM/YYYY')
REgards,
Hi,
Use
as calculated Dimension
Date(DateFieldName,'DD/MM/YYYY')
REgards,
May be this:
=Date([Depot Order_Date], 'DD/MM/YYYY')
Regards!
Rahul Pawar
May be do Calculate dimension for that field or use in script same manner
=Date([Depot Order Date])
See .qvw attached.
As people above said but I have made the changes in the attached file for a practical view.
Regards
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