Start Free Trial

Alteryx Designer Desktop Discussions

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

replace a value in multi row formula

yuanlu
7 - Meteor

Can someone please tell me if I can use user interface to input a numerical value to replace a value in a Multi Row Formula for instance:

IF [Row-1:WA Seasoning]=0 THEN 10 ELSE [Row-1:WA Seasoning]+1 ENDIF?

 

I'd like to replace the "10" with a user input value in above formula.

4 REPLIES 4
JosephSerpis
17 - Castor
17 - Castor

Yes you would need to configure the action tool connecting to the Interface tool to replace 10.

 

Interface_09032022.JPG

Luke_C
17 - Castor
17 - Castor

Hi @yuanlu 

 

Yes, here's a screenshot of how. You can use a numeric up-down tool to let the user input, then update the expression to replace the 10.

 

Luke_C_0-1646852745013.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @yuanlu 

 

You can also directly reference like below.

 

atcodedog05_0-1646852989404.png

 

Hope this helps : )

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @yuanlu 

Cheers and have a nice day!

Labels
Top Solution Authors