Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
JeanColeti
Contributor III
Contributor III

Link isn't working

Hi, 

I'm trying to put a link to direct to a image of the product, but it isn't working, i know why but not how to solve it.

I'm working with a table, i have my dimesion ''Product" and my measure "sum({<[Client]=, [Cód.Product]=E( )>}[Quantity])".

When i filter a client it's possible to see the products that this client didin't buy. 

So I changed the representation of my dimesion to link and put the field "Image_Product" as URL.

How i'm filtering one client and showing the products that he didn't buy, the images of this products are being filtered too.

 

Any idea how to solve it?

1 Solution

Accepted Solutions
micheledenardi
Specialist II
Specialist II

Have you tried with Only() function?

Something like Only({<Client=,>}Image_Product)

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
micheledenardi
Specialist II
Specialist II

Have you tried with Only() function?

Something like Only({<Client=,>}Image_Product)

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
JeanColeti
Contributor III
Contributor III
Author

It worked, thanks a lot.

Just a little correction for anybody that see this

Only({<Client=>}Image_Product)

has a "," in your function, don't need that.