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.

Number formating

NiranjanK1
8 - Asteroid

Hello All,

 

I would like to update additional decimal for value inside the string how can I implement below logic.

 

Mismath(FORMATNUMBER(value,'###0.000000'))

How to implement same.

 

Regards,

Niranjan 

12 REPLIES 12
binuacs
21 - Polaris

@NiranjanK1 I am not sure I understand your requirement properly, based on my understanding I think the amount in your Excel sheet just rounding the numbers into two decimal places, if you open that Excel in Alteryx you will able to see all the digits after the decimal. If this is not something you are looking for then provide some sample data in Excel with output data

binuacs_0-1682057275274.png

 

NiranjanK1
8 - Asteroid

@binuacsHere is the example, Below is the output for im looking

Field1: Mismatch

Field2:    Value =500.032654

Function:Field1+Field

               Mismatch(FORMATNUMBER(500,'###0.000000')

Final Output: 

              Mismatch (500.032654)

 

The final output (string + value) need additional decimal  

binuacs
21 - Polaris

@NiranjanK1 let me know the below function works for you

binuacs_0-1682088082765.png

 

Labels
Top Solution Authors