Forum Discussion
Seanan
Solution Supplier
4 years agoBlanks in matrix won't replace
Hi guys, so I have a matrix where I am using UNICHAR's to represent answers that are either correct, incorrect or not attempted. I am having a tough time trying to replace the blanks in my matrix...
danextian
Super User
4 years agoBy the way, what does this show in data view? Is it showing "0" or blank?
ReplaceBlanks = IF(ISBLANK('ItemCompleteSplitLang'[AnswerGraphic]),"0",'ItemCompleteSplitLang'[AnswerGraphic])