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

Help with Null

Sa743liz-
8 - Asteroid

Why the first formula is not working and the second one yes? They suppose to be same. 

 

Sa743liz_0-1671751482137.png

 

4 REPLIES 4
Felipe_Ribeir0
16 - Nebula

Hi @Sa743liz- 

 

Change the data type of all columns involved in this formula to double with the select tool, right before of the formula tool and try to run it again

Qiu
21 - Polaris
21 - Polaris

@Sa743liz- 
Agree with @Felipe_Ribeir0 , it seems most likely that column [Fixed Charge Coverage Ration] is not a Numeric Data type. Please change it to Double with a Select Tool and give a try.

 

grazitti_sapna
17 - Castor

@Sa743liz- , you need to change the data type for the column [Fixed Charge Coverage Ration], either you can use Select tool and change its data type or you can directly use ToNumber([Fixed Charge Coverage Ration]) in the formula you have applied.

Sapna Gupta
Sa743liz-
8 - Asteroid

Thank you so much, that fixed the problem.

Labels
Top Solution Authors