I am trying to recreate this formula within Alteryx. The formula calculates the current period data in BW utilizing the same period data from column BX and Prior period data from column BW over a multiple period time span.
Hi @DominicT23 — Welcome to the Alteryx Discussions!
Suggest you to attached (1) the file for input along with formulas, and (2) desired output layout
You can use Multi-row formula.
Expression:
IF NOT IsNull([Row-1:New Field]) THEN [Row-1:New Field]*[a] ELSE [a] ENDIF
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |