- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link in expression changes in Access point
Hi,
I have an expression which is a hyperlink:
='Click Here<url>www.google.com/'& searchText
When the 'Click here' is clicked from Qlikview desktop the user is redirected to the correct url, however when the 'Click here' is clicked from the Access point the link is changed to:
AccesspointLink/www.google.com/hello
Is there a way to remove the access point link from appearing in front of the actual url please?
Thanks
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does it work better if you add a protocol in front of the Google url? Like http://www.google.com ...
[Edit] Hmmm, it seems that Jive insists in formatting the http part as a real url, which it isn't. I was talking about the blue part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does it work better if you add a protocol in front of the Google url? Like http://www.google.com ...
[Edit] Hmmm, it seems that Jive insists in formatting the http part as a real url, which it isn't. I was talking about the blue part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This works, thanks