Forum Discussion

karun_r's avatar
karun_r
Microsoft Employee
8 years ago
Solved

Problem with a computed column

I am using the below formula to generate a computed column   Organization = IF(ISBLANK(ColumnA), IF(ISBLANK(ColumnB), ColumnC, ColumnB), ColumnA)   All the three columns (ColumnA, ColumnB an...
  • karun_r's avatar
    karun_r
    8 years ago

    Thanks for the reply but I figured out the root cause for this. It was because of some null values in the incoming data. The preview was misleading me. Once I refreshed all the datasets I stumbled upon the rootcause.