Hi Team,
I'm currently working in Alteryx Designer 2024.2 and building an Analytic App where I use a Numeric Up Down interface tool to dynamically update a formula. The formula is: [LOC] * (1 + 0.00)
The 0.00 is intended to be replaced by the value from the Numeric Up Down tool via an Action tool.
Here’s the setup:
Numeric Up Down Tool: Default value set, connected to Action tool.
Action Tool: Configured to update the formula in the Formula tool.
Formula Tool: Contains the expression [LOC] * (1 + 0.00).
Could you please provide me the steps to be followed?
Solved! Go to Solution.
Since you have the calculation in your formula too, your action tool will have to replace a specific value, in your case that is 0.00. See snip below.