How to add one more condition of OR in valueexpression of when using IF(ISBLANK.....) | Community
Skip to main content
Level 2
December 11, 2023
Solved

How to add one more condition of OR in valueexpression of when using IF(ISBLANK.....)

  • December 11, 2023
  • 2 replies
  • 1283 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Dougplganger

#aacgotcha01

2 replies

Dougplganger
DougplgangerAccepted solution
Level 2
December 11, 2023

#aacgotcha01

JerryWuAuthor
Level 2
December 12, 2023

Thanks Dougplganger! another question, if I wanted to make this column result of "OPEN" and "CLOSE" as grouping, How can I do that by text mode?

 Below is what i made the grouping before by queueTopic:-

 

group.0.linkedname=convertedOpTask
group.0.namekey=Queue Topic Name
group.0.valuefield=convertedOpTask:queueTopic:name
group.0.valueformat=HTML
textmode=true

RandyRoberts
Community Advisor
Community Advisor
December 20, 2023

To supplements Doug's solution, here's a cheatsheet you can keep on your desktop:

JerryWuAuthor
Level 2
December 21, 2023

Wow, great cheatsheet, thanks for your generous sharing, Randy!