Forum Discussion
Anonymous
5 years agoNot applicable
IF STATEMENT
I wonder why this does not work: Status 2 = IF('DailyASCPPlan Data'[ORDER_TYPE_TEXT] = "Planned order demand" && ISBLANK('DailyASCPPlan Data'[PROJECT_NUMBER]),"Planned","Ordered")
- 5 years ago
Anonymous , This is column can you show in the table view?
Also, check if PROJECT_NUMBER is text, check is it a empty string ""
amitchandak
5 years agoSuper User
Anonymous , This is column can you show in the table view?
Also, check if PROJECT_NUMBER is text, check is it a empty string ""
- Anonymous5 years agoNot applicable
Right. It's "" not blank. thanks for the info!