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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Suppress Null value in Text box

hi,

how to remove null value in text box??

i need to show max(temp) for Sensor ID, right now there are few null values in it so it is showing max of temp of null value.. which is wrong..

i did not want to show null value how i can handle it in text box?

pls suggest?

5 Replies
sunny_talwar

May be this:

Max({<[Sensor ID] = {"=Len(Trim([Sensor ID])) > 0"}>}temp)

swuehl
MVP
MVP

Maybe like

max({<SensorID = {"*"}>}temp)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try this: max({<[Sensor ID]={'*'}>}temp)


talk is cheap, supply exceeds demand
Chanty4u
MVP
MVP

can u shre sample?

engishfaque
Specialist III
Specialist III

Deara Abhay,

Here it's,

Max({<[Sensor ID] -= {'Null()'}>} temp)

Kind regards,

Ishfaque Ahmed