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.
SOLVED

Conversion Errors: Fix or Ignore? What's the Best Practice?

Billbisco
7 - Meteor

Hi all,

 

I have the following errors from three fields from my data source.

 

 

 Capture.PNG

 

Now, I don't want "TBA" to be in file, I actually do want it to be 0. 

 

Should I just leave the conversion errors because it gives me what I want or should I try to correct it with another tool?

 

 

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

@Billbisco,

 

MarqueeCrew say, "Eliminate all errors and warnings" if at all possible.

 

ToNumber([FP Count],1)

as a formula will ignore the error and convert TBA to 0.

 

My rationale is simple.   These messages might mask real problems should they exist.

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Billbisco
7 - Meteor

Thanks.  That's what I'll do then!

Labels
Top Solution Authors