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

how to open url link in browser

Please help me


i have some url in my table box and my query is if i click my tablebox url then it open in my browser,

Thanks and regards

Balram Mahato

1 Solution

Accepted Solutions
its_anandrjs

Hi,

I assume you are asking the URl to be open from Qlikview object to the IE browser then try this way

Load * Inline

[

WebsiteNames

www.qlikview.com

www.google.com

www.yahoo.com

];

In Straight chart

Dim:-WebsiteNames

Expre:- ='Open Website' & '<url>' & WebsiteNames

Note:- Select representation as Link

Regards

Anand

View solution in original post

9 Replies
saumyashah90
Specialist
Specialist

What is your question?

It should open in browser or it should not open?

balrammahato204
Creator
Creator
Author

it should open in browser

Thanks and regards

Balram Mahato


alexandros17
Partner - Champion III
Partner - Champion III

Use Url as an expression then:

1) change the type of your expression from text to link

2) write as your expression: Url & '<url>'&Url

saumyashah90
Specialist
Specialist

Hi,

Field_Name(is field where all URL's are placed)

in expression you can use :

= Field_Name&'<url>'&Field_Name

and

Under Representation : select Link

Still if you are in doubt look this link

http://community.qlik.com/message/560740#560740

1.png

its_anandrjs

Hi,

I assume you are asking the URl to be open from Qlikview object to the IE browser then try this way

Load * Inline

[

WebsiteNames

www.qlikview.com

www.google.com

www.yahoo.com

];

In Straight chart

Dim:-WebsiteNames

Expre:- ='Open Website' & '<url>' & WebsiteNames

Note:- Select representation as Link

Regards

Anand

balrammahato204
Creator
Creator
Author


where do i have to change the expression from text to link?

alexandros17
Partner - Champion III
Partner - Champion III

In display option, representation list box ...

saumyashah90
Specialist
Specialist

Here

1.png

\

You can see link option

saumyashah90
Specialist
Specialist

Can you please close this post by clicking correct on the answer you felt...so that it is useful for other users