Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Filter via user inputs from text box

nkjy
5 - Atom

Hello, I am trying to filter the currency rate based on inputs from user (eg. JPY) however I am struggling to configure the action tool to have the variable inside the formula in my filter tool. Any kind soul able to help out here please.

2 REPLIES 2
jzkyburz
8 - Asteroid

You were really close! You just needed to put quotes around your variable in the filter: 

 

'[#1]'

Kakuffo
Alteryx
Alteryx

hi @nkjy  if you replace the #1 with "[#1]" and then have the action tool replace "[#1]" it should work for you ive attached my version, which i used a currency abbreviation in place of the [#1]

Labels
Top Solution Authors