We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data Preparation

Zaid
8 - Asteroid

Hi All,

 

There is a scenario which I wauld want to replicate using Alteryx. I am having an input like :

IDValue
1>=5
1>=1(>=4)
1N/A(<=5)
1<=5%(<=6%)

 

The requirement is such that, i would want to consider the values that are present inside the parentheses as well as one of the values against my particular id. SO the desires output should be something similar to the one shown shown below.

 

IDValue
1>=5
1>=1
1>=4
1N/A
1<=5
1<=5%
1<=6%

 

Please reach out if there are further questions. The logic should be able to handle nulls and alphabets as well as shown (N/A) in the Value column.

1 REPLY 1
itestu
Alteryx
Alteryx

Hi,

 

See my solution enclosed.

2 main tools I used : Text to column, Transpose tool.

 

Have fun !

Labels
Top Solution Authors