Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Multi Row Formula to calculate a percentage

BrandonS4
8 - Asteroid

I am stuck trying to calculate a formula on multiple rows.  I have the below data that I need to calculate:

 

Month                            Jan-20
A/R Beg Bal:                827,098,569
Net Sales:                    92,220,046
A/R ending balance:    809,984,903
A/R ending current      484,694,210

 

I want to have a formula as follows:

 

Beg A/R + Monthly Sales minus End A/R

divided by

Beg A/R + Monthly Sales minus End Current A/R

 

I would like to show this as a percentage.  Any suggestions????

 

Thanks!

1 REPLY 1
messi007
15 - Aurora
15 - Aurora

@BrandonS4,

 

Please see below how you can do it.

I added Feb-20 in order to test:

 

messi007_0-1616175944779.png

If this solve the issue please mark as solved, it will help others,

 

Attached the workflow,

Regards,

Labels