Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Filter data from semi-structured data

aeolus187
8 - Asteroid

Hi Alteryx engineers,

 

I have data read like this, each column is a set of data which might come with several rows,  I have filter like OM02 and i want to locate the data that i need is from  second column, then i will go for 13L in second column and get the number 25264 which is what i want. how I can implement this? 

 TIME:  02:26       TIME:  02:26      
                                                                 DATA: 01 OF 08                                                                  DATA: 01 OF 08 
    ERROR CODE:     -                      TANDEM DT: 20220221                      ERROR CODE:     -                      TANDEM DT: 20220221                  
   16L                              balahbalah    16L                              balahbalah 
   20L                       ZZ REFERENCE                20L                       XX REFERENCE             
   20C       OM01   20C       OM02
   13L     25266   13L     25264
4 REPLIES 4
binuacs
21 - Polaris

@aeolus187 Not sure you are looking for something below

 

binuacs_0-1646807895835.png

 

aeolus187
8 - Asteroid

@binuacs 

 

The data set might not only two columns and i don't think we can use filter to set [F2] as filter option, cause OM02 might exists in any column of those dataset and filter can't help me located the column that contains OM02,  

binuacs
21 - Polaris

@aeolus187 in that case use a transpose tool

binuacs_0-1646809329978.png

 

aeolus187
8 - Asteroid

@binuacs 

 

THIS ONE IS REALLY GOOD THANKS A LOT!

Labels
Top Solution Authors