pkiran
November 11, 2022, 5:45pm
1
One of the column in data set has null values.
When I show it in pivot or table visual it shows either ‘null’ or ‘empty’.
What is difference between display ‘null’ and ‘empty’? Why the visual displays mix of both, even if the value field GroupCode = null?
Is it possible to display blank cell in pivot and table visual instead of text ‘null’ or ‘empty’?
Max
November 11, 2022, 6:42pm
2
null is a value that is null. empty is a value that is ‘’. Are you saying all of your GroupCode’s are null?
Yes, you can go to more formatting options and change null values to Show custom and in the text add a space. This is only for null values so you’ll need to change your empty values to nulls. Here is how you can do that.
GroupCodeNulls = ifelse({GroupCode}=‘’,null,{GroupCode})
2 Likes
pkiran
November 18, 2022, 8:42pm
3
Hi Max, Thanks for formatting tip.
Regarding null versus empty , GroupCode column as either a one word char string or null. There is no ‘’ .
Max
November 18, 2022, 8:50pm
4
Hmm, empty shows up when there is an empty string.
Can you show me an example where you are getting empty instead of what you are expecting to see?
pkiran
November 23, 2022, 8:30am
5
Hi Max,
Beiow attached is the snapshot of the table column from my Quicksight analysis.
Max
November 23, 2022, 2:39pm
6
Those blank values are spaces " "
NULL => null
‘’ => empty
" " =>