Ifelse() error for isNull()

I have nested ifelse() statement for a calculated field. It shows an error but it’s not quite clear where I am going wrong with this?

Hi @o.nousseir , I think in nested If-Else statement also you must have only single Dimension comparison you can not use more than one new dimension to compare. This is the syntax error.

In your case you have taken two dimension field based_dedline_data_type & manual_override.

Please remove the dimensions and check whether it is working or not.

Thanks & Regards
Biswajit Dash

1 Like