Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Dimension + http link + straight table

Hi,

We need to show all qlikview access point links in a qlikview table.For that we have captured all likns in an excel.

Here the link should be dynamic like if user clicks on any link it will redirect to that page.

Note:access point urls were in dimension.

Please find below image for reference.

Untitled.png

Thanks..

5 Replies
Anonymous
Not applicable

Use a Straight Table.

  • Make your url field the expression
  • Set its Display Options: Representation to Link
MK9885
Master II
Master II

if(Your Deimension='Value',

'www.google.com'&'<URL>'&'www.google.com',

'www.Yahoo.com'&'<URL>'&'www.yahoo.com')

Will redirect you to either yahoo or google links.

OR just

=Name & '<url>' & Link

=Name & '<url>www.yahoo.com'

nareshthavidishetty
Creator III
Creator III
Author

Hi,

I need to redirect to the qlikview access point link.

Thanks..

MK9885
Master II
Master II

Yes,

Instead of www.google.com or www.yahoo.com

you should paste your access point links

Ex:

=Yourdimensionhere&'<URL>'&'www.Qlikaccesspoint.com'

If you do not want to insert Dimension then you can just say

='Access Point Link'&'<URL>'&'www.Qlikaccesspoint.com'

And change your expression representation as Link, instead of text.

vishsaggi
Champion III
Champion III

Are your AccessPoint links coming from an excel sheet ? I prefer to load from an excel sheet. Name and the Link and use this way

Straight table:

Dim: Name

Expr: = Name & '<url>' & Link

And change the format representation to Link.