Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Make NULL join values selectable?

Hi all,

I'm at my wits's end with this but I bet the answer is simple! Hopefully one of you clever lot can help me...

Here is my script:

User:

LOAD User,

Name,

Colour

FROM

(ooxml, embedded labels, table is Users);

Films:

LOAD User,

Film

FROM

(ooxml, embedded labels, table is Films);

There are 5 records in the User table, and 8 in Films. User #5 doesn't have any records in Films. Therefore, I want an entry in a Films listbox with <None> that is selectable. I have tried using IsNull and LEN in the script to no avail. Help!

I've attached the qvw...

Thank you,

Jason

1 Solution

Accepted Solutions
Not applicable

Hi Jason,

see the modified example (script part) and try to use MAPPING.

Good luck!

Rainer

View solution in original post

2 Replies
Not applicable

Hi Jason,

see the modified example (script part) and try to use MAPPING.

Good luck!

Rainer

Jason_Michaelides
Luminary Alumni
Luminary Alumni
Author

Thank you Rainer - that worked perfectly!

Typically though, after spending DAYS on this Super Angry I found another solution just after posting my question! As I have many more tables to join, all of which might have missing values related to the mater User table I think this second way will be a bit tidier. See attached example.

Thanks again,

Jason