I want to filter out my data to only show what is older than 6 months ago.
For example, today’s date is 6/18/2024. I only want to see data from 12/18/2023 and older and I don’t want to see anything in between 12/18/2023 - 6/18/2024. How can I do that?
You can use a Date&Time Difference node, configured to reference the current execution time
Then you can use a Row Filter node to keep only rows where the date&time difference is greater than 6:
5 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.