Hello there designers,
I have a db with with a ton of records with past and future dates (format 'yyyy-MM-dd') and I need to filter two different periods (in different workflows) :
- First I need the records of the current month and the next three months.
Today is 2020-07-20,
I need the records of 2020-07-01 until 2020-10-30;
- Also I need the records of today until past three months
Today is 2020-07-20
I need the records of 2020-07-20 until 2020-10-20 (or 2020-10-22 because of the months with 31 days).
I know how to do it processing after Data Stream Out, but since the db is too big, doing in db tools will save me a big time.
Thanks since now