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

Link (URL) to outside page with value

Team, is it possible to add a link / URL to a column in a table and or pivot table?  The user wants to click a cell with an ID value in it that will cause another application to open and consume the ID value (PeopleSoft App).

Labels (2)
1 Solution

Accepted Solutions
Stoyan_Terziev
Partner - Creator III
Partner - Creator III

Hi Brian,

 

This is possible but it has certain limitations.

For example - Table chart is among the few options. You need to set the type of 'Representation' to URL.

Good thing is you can put a label to it:

Example:

Expression
='http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q='&'qlik+view+is+great'

Where 'qlik+view+is+great' can actually be a simple field with IDs you have in your model.

Setup dimension:

image.png

View solution in original post

3 Replies
Stoyan_Terziev
Partner - Creator III
Partner - Creator III

Hi Brian,

 

This is possible but it has certain limitations.

For example - Table chart is among the few options. You need to set the type of 'Representation' to URL.

Good thing is you can put a label to it:

Example:

Expression
='http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q='&'qlik+view+is+great'

Where 'qlik+view+is+great' can actually be a simple field with IDs you have in your model.

Setup dimension:

image.png

BrianDH
Creator II
Creator II
Author

Perfect TY!  🙂

BrianDH
Creator II
Creator II
Author

Perfect!