
Not applicable
2016-01-05
01:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use an expression as a link and not to show expression result as a web address
I have problem with an expression in QV and I wonder could anyone help me with this case.
I would like to use an expression as a link (3) and not to show expression result (4) as a web address. I would like to show expession result as some other text for example "Invoice Image", but the link behind the text still works.
- Tags:
- qlikview_scripting
425 Views
3 Replies


Partner - Specialist
2016-01-08
05:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jarkko,
Try this : DisplayText<url>LinkText
Examples:
=Name & '<url>' & Link
=Name & '<url>www.qlikview.com'
='Invoice Image<url>www.qlikview.com'
where Name and Link are table fields loaded in the script
308 Views

Partner - Champion III
2016-01-10
05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please don't clutter this site with duplicate discussions: use an expression as a link and not to show expression result as a web address
talk is cheap, supply exceeds demand
308 Views

Not applicable
2016-01-10
07:20 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Gysbert,
Thanks for the notification this does not happen in future.
