Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Solving "Null"

KamenRider
ファイアボール

HI,

 

Would like to ask for your help on how I can fix the "NULL" results. Got an error that states, "Parse Error at char(33): Unmatched (Expression #1).

 

null2.PNG

 

The current data type for Maturity (years) is Doble and for Weighted+ is Fixed  Decimal (9.6). Not sure if they are compatible or not which seems the cause of the error.

 

NULL.PNG

Please help on how I can resolve this.

 

Thanks,

Kamen

3件の返信3
alexnajm
17 - Castor
17 - Castor

You are missing a closing parenthesis after [Weighted+]!

alexnajm
17 - Castor
17 - Castor

([Maturity  (years)])*([Weighted+])

AGilbert
ボリード

You have an unclosed parenthesis around [weighted+] causing the problem. Also, you don't need any of the parenthesis in expression 1. "[Maturity (years)] * [Weighted+]" would evaluate the same as "({Maturity (years)]) * ([Weighted+])".

ラベル