on 2016 Jun 27 9:39 PM
Hello All,
I am trying to check Null value of the date field in calculated column of attribute view, but it is not working.
IF( isnull("TODATE"),'PRESENT','')
I am expecting 'PRESENT' in STATUS field if TODATE is null.
Thanks,
Rithika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check data type of To_Date.
Regards,
Chintan
Hi Chintan,
I use DATE type for the TODATE field for which am checking isnull.
First thing, if you are changing value of as string type , You need to change data type of To_Date column as varchar.
Or else You need to create another calculated columns which data type as VARCHAR and apply your formula, Let me know what is status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.