Hi,
Can anyone help to achieve following result in Alteryx?
I attached same data file to make test on it.
Thanks
Mayank
@minvestis
Substitute the formula from the mult row formula for this one:
if [Month] <= [MonthEnd] and ( IsEmpty([Row-1:ProjectID]) or IsNull([Row-1:ProjectID]) or [ProjectID] != [Row-1:ProjectID]) then ([Total PC%] * [Budget]) - [Running Total] else ([Total PC%End] * [BudgetEnd]) - [Running Total End] endif
Hi @geraldo,
Thanks for sharing new formula. It worked as expected.
Appreciate your help and support.
Attached file contain excel formula for Expected Output and I want to achieve same in Alteryx.
Appreciate help in advance.
Hi @minvestis
One way of doing this.
However I see a small difference from your output shared.
Many thanks
Shanker V
@minvestis We can also try with an interative macro as below.