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

I want to put hard stop in the select tool

Sshasnk
8 - Asteroid

I have different dataset but I want to pass only a few selected

 

Input1:

Namelast namelocation
AlexTellNY
TimLarsLA

 

Input 2:

 

Namelast namelocationamount
AlexTellNY100
TimLarsLA50

 

Input 3:

 

Namelast namelocationsellbuy
AlexTellNY4562
TimLarsLA4512
     

 

Now, I want to select only Name, last name, and location only. In future the more columns will come but I alway want to force and select these 3 columns only.

 

sample output for Input 2:

 

Namelast namelocation
AlexTellNY
TimLarsLA
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @Sshasnk 

 

If you use the select tool without the *Unknown option selected and with Name, last name and location selected, even if you have new fields they wont be selected

 

Felipe_Ribeir0_0-1668972662225.png

 

Here it is:

select.gif

 

DataNath
17 - Castor
17 - Castor

Hey @Sshasnk, one option could be to use the Dynamic Select tool - you can essentially filter fields based on an expression here.

 

Based on name:

 

DataNath_0-1668972770456.png

DataNath_1-1668972778232.png

 

If they're always the first 3 fields, then you could also do so by position:

 

DataNath_2-1668972803886.png

Labels
Top Solution Authors