Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sspawar88
Creator II
Creator II

if then condition in URL

Hi Community,

My requirement is to up the link according to the selection of values in id

database table:

idEntityURL
1Awww.google.com
2Bwww.facebook.com
3Cwww.linkedin.com

I have a straight table like following. when I click on id value's it has to up the link on basis of Entity.

Example : when I click on 2 for Entity B it has to up link of www.facebook.com

idOther Dimension
1AVC
2HYT
3NYP

How I can apply <url> in expression for a different values at a time. ?

6 Replies
olivierrobin
Specialist III
Specialist III

hello

you can create an expression like

=id&'<url>& URL

in your graph

tamilarasu
Champion
Champion

Hi Sathish,

Check the below link.

QlikView Dimension Url Links

sspawar88
Creator II
Creator II
Author

while doing this, even we select representation as "Link" it wont appear as link.

olivierrobin
Specialist III
Specialist III

here is what i tried and what it looks like

sspawar88
Creator II
Creator II
Author

Above links (e.g. www.google.com) are just for example.

my problem here is when I used any field in url and before that I reload it through inline table. it wont give a value. it gives a field name as it is.

olivierrobin
Specialist III
Specialist III

for me, if your data is loaded anf fields have the names given,

the formula

=id&'<url>'& URL

should work

could you post a sample application ?