Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
francofiorillo
Partner - Creator
Partner - Creator

NULL Symbol

how to eliminate the very ugly '-' ,NULL or Missing symbol, from displaying a measure in a table, at a graphic and non-script level.

Labels (2)
5 Replies
Mark_Little
Luminary
Luminary

Hi

Unlike QlikView there isn't just an options to change how Null appears in the table. Only where i have found to do it is add a condtion to the expression that returns what you want to see when a Null value is returned.

Ie. IF(ISNULL(Sum(Sales),0,Sum(Sales))

BrunPierre
Master
Master

Perhaps these

Count({$<Field1-={"''"}>} Field2)

or

Sum({$<Field1-={"'-'"}>} Field2)

francofiorillo
Partner - Creator
Partner - Creator
Author

unfortunately it doesn't work....

dncontin
Contributor II
Contributor II

try

alt(field,0)

more info

alt - script and chart function

francofiorillo
Partner - Creator
Partner - Creator
Author

it doesn't work....