Jun 18, 2022 06:02 PM
Hello!
I’m looking to create a “Daily Company Dollar Report” using interfaces. So far it’s been great showing projected and closed orders and revenue and popular servies… however, I just realized these will show “to date” records.
We would like to look at this daily to see where we are for the month. Is there a way to filter the elements to show me records from x/1/2022 to x/31(28 or 30)/2022 to show THIS month’s status?? I see you can filter “in the past month” but if I’m on 6/15, that’ll show me data from 5/15-6/15 not 6/1-6/15.
I don’t want to have to update the filter every month either… a “since beginning of the month” to “end of the month” would be GREAT, but I don’t see that filter or work around just yet.
Thank you!
Solved! Go to Solution.
Jun 18, 2022 11:39 PM
Jun 18, 2022 07:03 PM
The easiest way to do this would be to manually change it every month by filtering on 2 conditions:
Otherwise, the more complicated way of doing this is that you would need to create a formula field to compare the current month and year to the date field’s month and year, and then filter on that formula field. You might need to account for time zones as well.
Jun 18, 2022 07:13 PM
Thank you!
I don’t see the filter option “on or after” or “on or before” for the element i’m using. It’s a date field in my Base so I’m not sure if that effects anything
Jun 18, 2022 11:39 PM
Click on the word “is” to find “is on or after”.
Jun 21, 2022 08:49 AM
Oh, perfect! That worked, thank you!