Date format on dashboard not same as in sheet
Hello
I have set date format on my Smartsheet to display as 30-Aug-2024.
However when I use column in metric widget on dashboard it displays as 2024/08/30 (my default date setting).
I would like the dashboard dates to also display as 30-Aug-2024.
How do I do this?
Answers
-
You would need to set up a text/number column with a formula that outputs a text string that replicates the format you are looking for.
=DAY(Finish@row) + "-" + nested_IF_to_output_month_text + "-" + YEAR(Finish@row)
The nested IF for the month text would look something along the lines of:
IF(MONTH(Finish@row) = 1, "Jan", IF(MONTH(Finish@row) = 2, "Feb", IF(MONTH(Finish@row) = 3, "Mar", ...........................................
-
Thanks ... this is rather long-winded when Smartsheet should rather provide a display format on dashboard widgets.
I opted to select columns I need into a summary report, and then use report widget on dashboard. The format carries through from smartsheet to report to dashboard
-
Actually... I just tested it, and it did in fact pull the format for the date that I had stored in the sheet. You may need to reach out to Support.
-
ok thanks
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives