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: 
Anonymous
Not applicable

null value handling in table box i

i have feild desc contain two values high and low and another feild bucket like time range.

i want to produce table high feild and low feild with bucket.

write condition if(desc='high','time range')

if(desc='low','timerange')

it display the values and nulls also are displaying but i didnt need.

i want to dispaly time and no null values lean and peak.please provide me any logicphoto6309623463010216061.jpg

13 Replies
PrashantSangle

Hi,

Sorry,I did not get what are you trying to say. Can you elaborate "rest of fields will not displaying"

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
balabhaskarqlik

Better, post your script & Expressions here. What are the fields you're seeing and what else fields you're not able to see?

manoj217
Creator III
Creator III

If you want to replace something with null means

if(isnull(field, replacevalue, field))

balabhaskarqlik

In UI, on defining two expressions, it's checking for auto join / value comparisons, so where values not equal it's showing Null values.