Hi! Trying to reorder the grouping of priority on this report to: Highest, High, Medium.
Best Answer
-
Create a helper column in the source sheet with a column formula to set a numeric value for Priority.
=IF(Priority@row=“Highest”, 1, IF(Priority@row=“High”,2,””))
Then sort the report with the helper column and hide the column on the report.
Answers
-
Create a helper column in the source sheet with a column formula to set a numeric value for Priority.
=IF(Priority@row=“Highest”, 1, IF(Priority@row=“High”,2,””))
Then sort the report with the helper column and hide the column on the report.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 465 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives