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

Issue with Numeric Up Down Tool Not Affecting Formula Output (Alteryx 2024)

Abhiram_Aithal
5 - Atom

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?

1 REPLY 1
Gaurav_Dhama_
12 - Quasar

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.

Gaurav_Dhama__1-1754387280956.png

 

 

Labels
Top Solution Authors