My question is
When I give a SQL statement.
Select * from MoneyTransactions where recordtime>='2021-05-01 00:00:00' and recordtime<='2021-05-07 23:59:59'.
I want to dynamically change the recordtime recordtime>='2021-05-08 00:00:00' and recordtime<='2021-05-14 23:59:59'
and so on. How can I do this in Alteryx?