Alteryx Designer Desktop Discussions

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

Using an Analytic App to update my Filter Tool

ChristopherFunnell
6 - Meteoroid

Hello,

 

I am trying to start turning my workflows into Analytic Apps and seem to be having trouble with the basics of it. To simplify what I am trying to do, I created a "dumbed-down" input and workflow. I would like my app to be able to choose the value to filter off of. Any help is much appreciated.

 

Thanks!

Chris

4 REPLIES 4
patrick_digan
17 - Castor
17 - Castor

@ChristopherFunnell You are very close! I believe you just need to change one little thing on your action tool. You need to ensure that the correct line is highlighted like in my picture:

 

Capture.PNG

 

I've highlighted the Operand- Value="A" line which should correct your issue!

 

EDIT: For what it's worth, I'm attaching a couple other powerful ways to work with the interface tools. You can see that you can bypass the action tool in some cases by connecting the dropdown tool right to the formula tool and then using it like any other field. You can also name your interface tool (hidden under the annotation tab of your configuration panel) and then just call the variable directly using the "%Question.<toolname>" syntax. I prefer this last option because I find it easiest to test with this method (you can send in whatever data you want on the workflow tab).

ChristopherFunnell
6 - Meteoroid

Ah very helpful, thanks!

papalow
8 - Asteroid

@patrick_digan Thanks for posting this.  Your suggestion to connect directly from the text box solved a problem I was having today.  

Amrit_Sahoo
7 - Meteor

How do we enable all data in filter tool using analytic app. If the user does not enter any data in the text input in the app then alteryx should not filter any data.

Labels