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

Invalide Type in Operator

AC3
5 - Atom

I'm getting a "Invalid type in operator >=" when trying to create a simple condition

 

iif([Right_u_start]>=[u_start]&&[Right_u_start]<=[u_end_date],"True","False")

2 REPLIES 2
Thableaus
17 - Castor
17 - Castor

Hi @AC3 

 

You need to check for data types. Fields can be only compared if they have same data types (string, numeric, dates, etc.)

 

Cheers,

MarqueeCrew
20 - Arcturus
20 - Arcturus

@AC3 ,

 

If the variable that you're trying to put "True" or "False" into is a numeric type, you'll see this.

 

Cheers,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors