Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Team,
I have a following condition
Field name : major
Condition:
Value is 1, if it have value
Value is NULL, it have no value
Can someone help me out - how to write expression syntax for this ?
Thanks,
Prabhakaran.R
@prabuj27 , check the below example.
hi
row1.major.equals("")?"NULL":"1"
Regards
rekha