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

qlik help

I have below table

INVOICE NO PO_NO
123 A
123 D
123
234 B
234
345
456
678 D
678

when I select 123,234,678 then I don't want null value against that invc number if I selecting 345,456 then it should show me null po number for that invc number

Thanks

1 Solution

Accepted Solutions
sagarkharpude
Creator III
Creator III

please refer the attached app

View solution in original post

22 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Take a look at this example

Anonymous
Not applicable
Author

output is not coming as I want

alexandros17
Partner - Champion III
Partner - Champion III

Send me your example document please

Anonymous
Not applicable
Author

Hi..

Anonymous
Not applicable
Author

any help?

arulsettu
Master III
Master III

try this in listbox

=if(Len(PO_NO)>0,PO_NO)

sagarkharpude
Creator III
Creator III

=if(IsNull(PO_NO)=-1,'Null',PO_NO)

Anonymous
Not applicable
Author

hi sagaer,

where I need to put this expression

Anonymous
Not applicable
Author

not working above functions