enum column change value by condition

i have two enum columns

1- enum column's options "a,b,c"

2-enum column's options "d,e"

i want to create a condition on 2.enum column is --if([1.enum column]="a", [_this],isblank[_this])---

but i can not get the result else!, i can not make the 2.enum column empty even i have changed 1.enum column to "b" or "c"

 

 

0 2 112
2 REPLIES 2

Steve
Platinum 4
Platinum 4
if([1.enum column]="a", [_this], "")

does not working 

i tried

Top Labels in this Space