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

Limiting values while Mouse over

Hi Friends,

I have two tables A with values (X,E,F) and B with values (X,E,G). Both are joined by x.

I have created a list box taking E value from table A and show value G as mouse over where E values match G values.

I have written as =E & CHR(10) & G.

But the problem its creating duplicating the values of E since it is joined by x.

Can any body help to display mouse over only when the values of E and G matches.

Thanks

Pavan

1 Reply
marcus_sommer

I think your datamodel don't work with these join, see here what you are doing and which alternatives are possible:

To Join or not to Join

Don't join - use Applymap instead

- Marcus