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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ISNULL() not working in listbox/multibox

Hi,

I have a chart where I am using a calculated dimension: : if(isnull(TargetFlag),' null','not null').

This is working fine in the chart as a column, however when i give the same condition in the listbox/multibox it doesn't show me the option 'null'.

Also clicking 'null' in the chart doesn't filter it. Not null works fine. Please advise.

Capture.PNG

Capture.PNG

15 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Agree with you.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Here you go.

Anonymous
Not applicable
Author

Hi Sunny,

Any suggestion?

sunny_talwar

Leaving work.... will check this out as soon as I get home

Anonymous
Not applicable
Author

Thanks

Not applicable
Author

Hi,

if(Len(Date(Doc_Signed,'MM/DD/YYYY'))=0,0,1)

check it here once this calculation  Date(Doc_Signed,'MM/DD/YYYY'))

some times it might convert it as numeric value ,in that case  it will come under always one .