Filter between dates

Hi all,

I want to filter between dates. Is there a function like that?
Now, if i make a flowpart, i can choose => or =< but not both.
I want to do: SUM(xxx) where date is between startdate and enddate.
Thanks in advance.

Koen Peters

1 Like

You can create both by combining two rules.

What you can do is create the following rule:
Current date > StartDate AND Current date < EndDate

Pro tip:

  • First create rule Current date > StartDate
  • Then click >
  • Then click the green +
  • Create the rest of your rule (AND Current date < EndDate)

Hi Eddie,

Thanks for your reply.
But i don’t see the AND button:
I can only make one rule…

afbeelding

1 Like

I found the AND option! had to click the < as you said…

1 Like

Click on the >= symbol. Then you’ll see two additional plusses to add things.

Feel free to view this knowledge base article for some more information: Using the rule editor | Triggre Knowledge Base

1 Like