Report Date Sorting by Number Instead
Hello - I have date format sheet summary fields rollling up to a sheet summary report and when I sort on the date column it sorts things by numeric value instead by date values. The sort selections are Newest to Oldest and Oldest to Newest so the filter knows the column/field formatting involves dates/age. Thoughts?
Sorts as 9/30/24, 9/22/24, 9/10/23, then 9/4/24 when it should sort as 9/30/24, 9/22/24, 9/4/24, 9/10/23.
Best Answer
-
In that case you would need to either set [Column4] as a date type column, or you would need to adjust the formula in the Sheet Summary field to output a date type value.
=DATE(VALUE("20" + RIGHT([Column4]15, 2)), VALUE(LEFT([Column4]15, FIND("/", [Column4]15) - 1)), VALUE(MID([Column4]15, FIND("/", [Column4]15) + 1, FIND("/", [Column4]15, FIND("/", [Column4]15) + 1) - (FIND("/", [Column4]15) + 1))))
Answers
-
hi @jlee579,
It seems that your column 1st Ob Ships is not a Date column but text that's why it does not consider it as dates but text.
can you confirm it's a date type column?
The Real Smartsheet Enthusiast
Is there anything else we can help you with? - book your time!
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
-
Are you referring to the column on the report or the Sheet?
-
What is the formula you are using to populate the Sheet Summary field?
-
I am using a basic 'equals' formula from sheet to the Summary Fields.
=[Column4]15
-
In that case you would need to either set [Column4] as a date type column, or you would need to adjust the formula in the Sheet Summary field to output a date type value.
=DATE(VALUE("20" + RIGHT([Column4]15, 2)), VALUE(LEFT([Column4]15, FIND("/", [Column4]15) - 1)), VALUE(MID([Column4]15, FIND("/", [Column4]15) + 1, FIND("/", [Column4]15, FIND("/", [Column4]15) + 1) - (FIND("/", [Column4]15) + 1))))
-
Thank you Mr. Newcome that worked !! I appreciate everyone's fast responses and support.
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives