Start Free Trial

Alteryx Designer Desktop Discussions

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

Populating Numbers

KamenRider
11 - Bolide

Hi Alteryx Community,

 

I am seeking your help in filling in the numbers, irrespective of the number of rejects and dates. I've tried using the multi-row formula with the expression "IF ISNULL([Value]) THEN [Row-1:Value] ELSE [Value] ENDIF", but it isn't populating as expected. Your assistance would be greatly appreciated.

 

Sample:

 

pop1.PNG

Results should be:

 

pop2.PNG

Thanks in advance,

Kamen

 

4 REPLIES 4
abacon
13 - Pulsar

@KamenRider Here is a way to do it. It doesn't use the Multi-Row formula, but uses the Transpose/Cross-tab functionality to rearrange the data then split out to rows.

 

Bacon

 

image.png

binu_acs
21 - Polaris

@KamenRider one way of doing this

binuacs_0-1754318887012.png

 

KamenRider
11 - Bolide

Hi @binu_acs 

 

Thanks for the solution. I somewhat revised the workflow to show the date as header.

 

Date as Header.PNG

 

Kamen

KamenRider
11 - Bolide

Hi @abacon 

 

Thank you so much for this solution. This also works.

 

Kamen

Labels
Top Solution Authors