Alteryx Designer Desktop Discussions

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

Extracting Account number

Tid14
8 - Asteroid

Hi, In my workflow

Snapchat-274827354.jpg

 i want to use a multi row and exclude the rows starting with END OF and only consider the other rows so that i can then extract the number from.those rows .

Any help on the formula to be used in multi row

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Tid14 

 

You can use a filter tool like below to filter of rows that start with "End Of"

 

atcodedog05_0-1635357832274.png

 

Hope this helps : )

 

drew9
9 - Comet

Hi @Tid14 ,

 

Multi row formula will be unnecessary. Just use a filter with the parameter LEFT([Field], 6) != 'End of'

 

Hope this helps!

Labels