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

Condition Tool

Gratus_tz
8 - Asteroid

Hi everyone

I have a question, i have been trying to Solve a workflow  where i have a List tool with four Methods of Sampling to be selected but I want when a Method is selected then it should activate the Option from the Second App. When i was doing my research i came across condition tool but i can not configure it and i need some help or if there is any other way your welcome to share it with me

 

2 REPLIES 2
Raj
16 - Nebula
OllieClarke
15 - Aurora
15 - Aurora

Hi @Gratus_tz 

I'm not fully sure I understand what you want to do, but this is a macro which is controlling the sample tool within.

I'd use a drop-down rather than a list box, as you can only use 1 sample method at a time.

The sample methods are:

First

Last

Skip

Sample

Random

NPercent

 

So you can style these in your drop down like so:

 

image.png

 

You then simply need to update the value of the mode in the action tool connected to the sample tool like so;

image.png

 

I think this is much more straightforward than using condition tools.

 

Hope that helps,

 

Ollie

Labels
Top Solution Authors