Forum Discussion
karun_r
8 years agoMicrosoft Employee
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...
- 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.
fhill
8 years agoResident Rockstar
Can you post some sample raw data so we can test out? Your code seems correct, so there are probably external factors at work...
- karun_r8 years agoMicrosoft Employee
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.