Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Character,decimal&binary character cannot have a precision of 0 error

Banu
6 - Meteoroid

Hi All,

 

I have an amount column in a csv file with the following data:

 

ColumnA

43

45.6

50.4567

445678.67

60

 

When I try to load this columnA to a database column with datatype decimal (40,6) alteryx throws an error saying that 'Character,decimal & binary parameters cannot have a precision of zero '

 

Thanks,

Banu

3 REPLIES 3
JohnJPS
15 - Aurora

Hi Banu,

Just a thought sent via mobile phone here: have you tried using a Select tool, to force the given column to something like Fixed Decimal 11.6, to see if that helps?

 

Banu
6 - Meteoroid

Hi John,

 

I have tried using Fixed Decimal datatype something like 20.6 but still it gives the same error.

It is because numbers in the columnA has mix of Integers and decimals. Not sure how to handle it.

 

Thanks,

Banu

Banu
6 - Meteoroid

Hi All,

 

changed the database column datatype as double precision and it started working!!.

 

Thanks,

Banu

Labels