Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

blank value replace it from another column value

I have the two table Global Column and  local BOM. i have created  below measure to get ReferenceBom value. its return the correct vallue . I want replace  the blank value  in reference bom measure w...
  • sebouier's avatar
    3 years ago

    Try this ?

     

    ReferenceBom = IF(ISBLANK(TYPE OF CHECK), [Item Type], [TYPE OF CHECK])