Hi
i am working on one scenario and not getting the desired solution . Can someone please suggest me other alternative solution.
I need to flag an account in the same date when ever there is change in the amount . I did use multi row formula
Example:
Account_no Datetime Amount flag
ABC123 4/29/20 8:00 12 TRUE
ABC123 4/29/20 9:00 12 TRUE
ABC123 4/29/20 13:00 17 FALSE
ABC 123 4/30/20 8:00 19 TRUE
ABC123 4/30/20 13:00 20 FALSE
Solved! Go to Solution.
Hi @jdevar243 I mocked up a workflow I was unsure exactly what you wanted so came up with two approaches. Let me know what you think?
Thanks @JosephSerpis .
Is there a way to default the first row as true ? For the below screenshot i do not want to flag the records if there is no change at all. In the below example there is no change in BCD123 account amount value but still the flag is labeled true and false .
Hi @jdevar243 if you look at the results on the select tool you see that I resolve that. I revised the workflow slightly noticed I hadn't ticked group by account number so attached workflow.
Hi @jdevar243 I revised the formula so I only use one multi-row tool. I've attached the workflow so you should have potentially two ways of approaching this.
Thanks @JosephSerpis -
In the below example - Is there a way to treat account ABC123 ,4/30/20 as a new record and label the flag as true since the date has changed for the same account.
Since it was datetime i was not able to group by on account number and datetime.