Report showing Yesterday's form submissions, only if not a weekend
I've got a report showing form submissions from YESTERDAY, but on Mondays, the report will be blank. I need it to show the previous work day's submissions (it calculates an average daily score).
Is it possible to filter this report to show the last WEEKDAY's submissions?
Answers
-
I noticed that by using the filter "Date is in the last 1 days", it also brings in today's submissions. How can I make this report show only the previous work day's submissions (Date column = last week day)
-
Hmm you could try creating a checkbox column and enter the following formula:
=IF([submission date]@row = workday(today(), -1), 1, 0)
Then in your report, filter based on whether that checkbox is checked to display whatever was submitted the last working day. Would that work for what you're trying to do?
-
I would make the same suggestion as @kioshi43
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!