on 08-09-2016 12:47 PM - edited on 04-16-2023 08:33 AM by yhchen
This article is part of the Tool Mastery Series, a compilation of Knowledge Base contributions to introduce diverse working examples for Designer Tools. Here we’ll delve into uses of the Select Tool on our way to mastering the Alteryx Designer:
The Select Tool within the Alteryx Designer is the equivalent of your High School Sweetheart. Always there when you needed them and helped you find out more about yourself. The Select Tool can do exactly this by showing you the data type and structure of your data, but it also gives you the flexibility to change aspects of your dataset.
To learn more about data types, be sure to check out our Community Live Training video Understanding Data Types!
By now, you should have expert-level proficiency with the SelectTool! If you can think of a use case we left out, feel free to use the comments section below! Consider yourself a Tool Master already? Let us know at community@alteryx.com if you’d like your creative tool uses to be featured in the Tool Mastery Series.
Stay tuned with our latest posts every Tool Tuesday by following Alteryx on Twitter! If you want to master all the Designer tools, consider subscribing for email notifications.
Additional Information
Click on the corresponding language link below to access this article in another language -
Portuguese
Spanish
French
German
Japanese
Great article! One of my personal favorite uses of the Select tool is to remove or add a prefix or suffix. An example of this is something I came across many times in my previous job:
I have two monthly sales files from different years. I want to compare the delta for each month between years. So, I joined the two files together by, in this case, the store numbers. Since the field names are the same for each year, the right joined field names all get "Right_" appended to them as a prefix. All I have to do is select those fields in a Select tool, go to Options > Remove Prefix, and make the appropriate choice of the prefix to remove. Then, while the fields are still selected, I will add a prefix, such as "LastYear_", and then I will select the fields from the left join, and add a prefix such as "CurrentYear_".
The select tool helps a lot when combing data with different filed names.
The select tool really gives you freedom of control and its a huge benefit when working with various file types
Hello All,
I couldn't understand the fourth scenario in the Select Tool_Rename Field_Deselect Fields_Reorder Fields_Save Configuration.yxmd.
Pls help me with it. It says to autoconfigure in the select but i couldn't do it.
hi @sangeethadetne can you please be more specific as to what you're trying to autoconfigure?
In the Save/ Load options menu you can save the current configuration of your Select tool, or load a previously saved config (called a .yxft file). When you load that file, it "automatically" configures your Select tool - is that what you mean?
The more details, the better!
The ''Sort'' option of the select tool really helps in arranging Field Names and Field Types in ascending and descending order of the Alphabet.
Hello;
If you hit the column header that alphabetizes the column entries is there a way to revert back to the un-alphabetized version?
Best;
Sarah
Hi @CristonS;
Thanks so much for showing me that. I have tried it on my WF and it worked beautifully.
Best;
Sarah
The ability to save the field configuration and reorder fields is very useful. Also, deselecting unneeded fields with this tool at the beginning of a workflow is a great way to improve the runtime.
This is a fave tool
Hello, it will be help to mention in this article th "Chage Field Type of Higlighted Fields" which is very handy.
@LuisCalvo I feel like you just did! : ) A super handy option in the Select tool is to "Change Field Type of Highlighted Fields" - select any and all fields that you'd like, and change them all at once:
The Select tool is very robust tool with a lot of functionality. If there's other tips& tricks you'd like to see in this article, please post here. The Customer Support team manages the KBs and wants to help our users as best they can. Happy Alteryx-ing!
It's really interesting, how much i can do with Alteryx Designer!
This is useful but I'm still a bit perplexed as to when I would use WString, V_String, and V_WString. Other than the note that "complex special characters" such as Chinese writing could use V_WString as the type, I'm not clear on the associated parameters that would help determine usage.
Interesting that the select tool can change every data type in Alteryx.
What exactly are Latin-1 characters?
hi @klz, very basically, Latin-1 characters are the letters, numbers, punctuation and symbols of the Western Latin character set. For example, languages such as English, Spanish, Swedish, Icelandic, and Albanian use this character set.
Great explanation here!
good one, thank you
Hi,
Can anyone help me in understanding when can be "Save fields Configuration" option is useful and how
Thanks so much for showing me that. I have tried it on my WF and it worked beautifully.
thank u for this explanation
5-atom
good one
good one
good
good one
clear and concise
Can you automatically update the filed configuration in the workflow without selecting the save field configuration option every single time ,when you select a new file ?