Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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

22 Replies
arulsettu
Master III
Master III

what you are trying to achieve?

if you select invoice it should not show any null values right?

Anonymous
Not applicable
Author

no ..

when I select 123,234,678 then I don't want null value against that invc number

and

if I selecting 345,456 then it should show me null po for that invc number

Anonymous
Not applicable
Author

when I trying

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

then it will come but not for 123

sagarkharpude
Creator III
Creator III

Put these expression in expression tab. In dim you will have Invoice number and PO number

Anonymous
Not applicable
Author

not coming

Anonymous
Not applicable
Author

Untitled.png

if I select 123 then I don't want selected red portion

Anonymous
Not applicable
Author

Very Sorry to all of you.....

Untitled.pngI

I don't want above records.

sagarkharpude
Creator III
Creator III

try this

=if(GetFieldSelections([INVOICE NO])>0 or IsNull(PO_NO)=0,PO_NO,'Null')

Anonymous
Not applicable
Author

123 A

123 D

is not coming.

sagarkharpude
Creator III
Creator III

please refer the attached app