Hi,
I would like to know (generally) how one would go about flagging transactions that occur within the last "X" days of every month.
I cannot post any workflows or screenshots due to privacy issues, thank you for understanding.
Best,
FS
Solved! Go to Solution.
Check if month is different after adding X days to a value.
@fatimasyed
We can use the DateTImeTrim function to get the last day of your each date, then use DateTImeDiff to filter the date with a integer number.
I'm sure you can provide some sample data and also provide your expected output. It just has to closely match your problem, not the real data itself.