Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Numeric Up-Down number format

Duki
5 - Atom

Hi! Is it possible to change the format of the Numeric Up Down interface?
Because we need to use large number, it would be way easier if numbers had "," separator for thousand/million. 
Is it possible to do that?

Thank you in advance!

Duki_0-1649417982622.png

 

 

3 REPLIES 3
JagdeeshN
12 - Quasar
12 - Quasar

@Duki i dint thin there is a way to change the interface of the tool itself. 

 

Have you though about using the textbox tool to get inputs from the user in the format you wanted/

JagdeeshN
12 - Quasar
12 - Quasar

@Duki i dont think there is a way to change the interface of the tool itself. 

 

Have you thought about using the textbox tool to get inputs from the user in the format you wanted/

danilang
19 - Altair
19 - Altair

Hi @Duki 

 

as @JagdeeshN stated, you can't format the up/down, but do you need to have all the digits in the number?  If not, you can rephrase your question to something like "Maximum Tolerable Misstatement($000,000s)" and set the up down to display from 1 to 1000 with an increment of 1.  Then multiply the entered value by 1,000,000 in your workflow.  

 

Dan

Labels
Top Solution Authors