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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

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