Hi,
Can I use SubDate to filter a dataset within Magic ETL? We import our leadership team monthly. However, there are certain reports where I need the end of quarter leadership team instead of the most recent leadership team. Right now, I have the quarter end date hardcoded, but I would like to have a dynamic function.
Current: LeadershipDate = Date('2024-03-31')
Preferred: LeadershipDate = SubDate(CURRENT_DATE(),INTERVAL 1 Quarter)
I have the Leadership file > Filter Tile > Left Outer Join Tile add a Leadership flag to the main report.
Thank you!