Alteryx Designer Desktop Knowledge Base

Definitive answers from Designer Desktop experts.

FAQ: Creating your own Custom Tool Palettes

chris_love
12 - Quasar
Created

What are Tool Palettes?

 

Tool Palettes are a feature that organizes the tools that appear in the toolbar in Alteryx.

 

Why might I want to add my own?

 

Perhaps you have two different custom configurations you use regularly, or you like to swap and change but have a regular custom favorite. Perhaps like me, you work with different users and need to simplify the user interface in different ways for each one.

 

Is this officially supported by Alteryx? 

 

err. Probably not. Ensure you back up any files before you change them! Although it's a relatively minor "hack" neither myself nor Alteryx can't be held responsible for playing with the files in the Alteryx configuration.

 

Why did you do it then? 

 

Finding these XML files, and hacking them is what makes you understand what Alteryx is doing. I spend time playing in each new Alteryx version, seeing what changes have happened underneath the hood and what I can tweak.

 

What does a custom tool palette look like?

 

This is my example, I created a custom palette called "The information Lab":

 

2015-09-17_09-42-40.jpg

 

 

Okay I want one, how did you create your custom Tool Palette?

 

There are only 5 steps:

 

1. First of all I edited my palette to the one I wanted to save using the Tool Palette Editor (the little + to the right of the toolbar in v10)

 

2. Then I found the settings here:

 

<Windows User Directory>\AppData\Roaming\Alteryx\Engine\10.0\DefaultPalette.xml

 

3. I copied it to my Alteryx Program Files directory here (Admin version):

 

C:\Program Files\Alteryx\bin\RuntimeData\Palettes

 

and gave it a new name:

 

2015-09-19_09-39-29.jpg

 

4. Then I edited PresetOrder.xml to include the new file:

 

2015-09-19_09-40-45.jpg

5. Then I saved everything (backup remember!) and then exited and restarted Alteryx. Nice and Simple.

 

That's amazing how can I ever thank you?

 

Reach for the star at the top of this article.

 

 

 

 

 

Comments
gwiz
8 - Asteroid

@chris_love 

Can you add an Analytic App to one of your palette folders so it will show in the palette or no?