Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Making a Date Value to NULL in Expression

$
0
0

I have a date field in my data which i want to replace values, given a certain contition, to NULL.

Trying this IFF funciton, but it gives me "Invalid Type in operator =="

 

DATE_FIELD =

IIF(Left([FieldA],1)=!"B", [Start_Date], Null() )

 

 

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles