May 08, 2023 08:21 AM
Hello! I need some help from this community because I lack the knowledge to develop formulas. I really appreciate your help.
I'm trying to create a view for a database where I only see records where the answer for "Dates Available" is exactly between one month ago and 3 months from now. How would I go about making this?
Many many thanks in advance.
Solved! Go to Solution.
May 08, 2023 10:06 AM
How exact do you need the time range to be? You can create a filtered view based on a date range without using a formula field.
I don't recommend using a formula field for this because you would need to use the TODAY() function, which can be resource intensive.
May 08, 2023 10:06 AM
How exact do you need the time range to be? You can create a filtered view based on a date range without using a formula field.
I don't recommend using a formula field for this because you would need to use the TODAY() function, which can be resource intensive.
May 09, 2023 07:01 AM
Thank you! This is a much more elegant solution than I was thinking.