Looking at last 12 data points daily in report
I am working on something to automatically look at the last 12 data points for a report each day. At 7 AM each day I have a report putting 12 rows in. When this happens, I need to have some kind of helper that lets me start looking at that data and not look at the old data. What helper can I use to look at more than one item. I have used MAX count, and this won't work since I have 12 items each time.
Best Answer
-
since you are getting this sent in each day, you can do the following.
1) Create a column and have it be Created Date
2) Create a helper column, name it Today and have it a checkbox with the column formula =IF(Created@row = TODAY(), 1, 0)
3) Create a filter that only shows if Today is checkboxed
Answers
-
since you are getting this sent in each day, you can do the following.
1) Create a column and have it be Created Date
2) Create a helper column, name it Today and have it a checkbox with the column formula =IF(Created@row = TODAY(), 1, 0)
3) Create a filter that only shows if Today is checkboxed
-
Works great. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!