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.

Remove invisible decimals

ZahinOsman
8 - Asteroid

Hi guys,

 

I'm having an issue with some data that is run through a workflow; 

 

Apple 1Apple 2 
2300.456772300.45677FALSE

 

Apple 1 results are run through a workflow. When comparing with Apple 2 results (manually inputted) using a sanity check "Apple 1 = Apple 2", it comes back as FALSE.

 

There are no trailing white spaces and display is showing all decimal places. I have read online it might be due to trailing floating decimal points eg. 0.000000001. How do I get rid of this, so Apple 1 = Apple 2?

 

Pls note the file type is .csv

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

Rounding should work (after converting the values to numeric) - Round([Field], 0.00001)

Labels
Top Solution Authors