Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Changing columns of Unique Tool through List Box Tool

leonhekkert
8 - Asteroid

Hi,

 

I'd like to change the selection of columns of an Unique Tool through a List Box tool.

In the List Box are the columns that are read in in a previous app (name and value columns). 

The difficulty is that the columns that come from the list box can be totally different from the ones that are currently in the flow.

How can I overwrite these options? 

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

Try this,

PhilipMannering_0-1655885677416.png

 

leonhekkert
8 - Asteroid

@PhilipManneringThanks.

 

Solution was to create a new listbox.

I was reusing a list box that was generating a custom list. That did not work in combination with the unique tool.

Since I did not need a custom list for the unique tool I copied the list box and selected 'select tool mode'.

 

Now it works!

 

 

Labels