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

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