Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Master II
Partner - Master II

Perhaps these

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

or

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

francofiorillo
Partner - Creator
Partner - Creator
Author

unfortunately it doesn't work....

dncontin
Contributor III
Contributor III

try

alt(field,0)

more info

alt - script and chart function

francofiorillo
Partner - Creator
Partner - Creator
Author

it doesn't work....