Alteryx Designer Desktop Discussions

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

Decimals added automatically

jperles
5 - Atom

I'm having problems because Alteryx generates very small decimals (approximately 10^-13) and adds them to the numbers I already have, a priori that doesn't seem like a problem, but, when the number obtained is 0, it doesn't generate a 0, otherwise it generates the added number.

 

Could someone tell me why and how to solve it without having to do a Round() every time I want to use a numeric column?

1 REPLY 1
Clifford_Coon
11 - Bolide

You can try using FixedDecimal - set the scale value to the number of decimals you want.

Labels