It can’t be that hard but I cannot make the range to work. I have a date field and I want to calculate how many entries are within 0-7 days of the current time. Here’ are the screenshots of all possibilities I tried and all result in 0 entries while it should be 2.
Can you provide an example how this should be setup?
Hi there, @j.poolman… I know I’ve had success with what you are trying to do by splitting it into two conditions. So, the first condition is > Current date/time , and the second condition is < Current date/time +(days): 7. If you want the current date and the current date + 7 to include the entire day, you could change hours, minutes, and seconds to 0 in the first condition, and change them to 23, 59, and 59 (respectively) in the second condition. Want to give that a shot and see if you get the desired result?