How to add one more condition of OR in valueexpression of when using IF(ISBLANK.....)
Hello All, in text mode, I would like to add one more condition of OR relation into expression, see my valueexpression below, if my expression wrong, if someone can point me on this? thanks!
Textmode=true
displayname=Overall Status
IF(ISBLANK({DE:Confirm receipt QTY}) or ISBLANK({DE:Confirm receipt date}),"OPEN","CLOSE")
valueformat=HTML
When I used one condition (without OR), it is OK, so I guess my OR expression is wrong, need your help here! thanks!