Last Modified Date: 13 Oct 2022
Environment
- Tableau Desktop
- Oracle
Resolution
replace ISNULLS or IFNULLS with a RAWSQL_STR() function:
For example, replaceIFNULL([STR1],"") + IFNULL([STR2],"")
withRAWSQL_STR("%1||%2",[STR1],[STR2])
Cause
Oracle interprets blank strings as nulls automatically, so with every refresh it re-casts the blanks that the calculated field is creating as nulls again.Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials