cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlink object in Universe Designer

Former Member
0 Kudos

Hi,

I need assistance please with creating a hyperlink object in Universe Designer.  I'm a newbee at creating hyperlinks in Designer, and would very much appreciate your help!

The goal is to have the hyperlink launch the document stored in our SharePoint repository.  The document name is stored in the database, and the hyperlink works in Crystal Reports (Format field=>Hyperlink=>

"http://sharepoint.abc.net/Sites1/SPlrffrx/1234%20Document%20Library/"+{Document.Name}+"?OpenDocument".  I need the same functionality at the universe level so that the hyperlink could be used in various Webi reports, and available to select on future reports. 

I attempted to create the hyperlink and it just launches our SharePoint site - see sample code below:

'<a href="http://sharepoint.abc.net/Sites1/SPlrffrx/1234%20Document%20Lib/"||Document.Name||+OpenDocument/opendoc/openDocument.jsp?>'||Document.Name||'></a>'

Details:

DB type - DB2

BO version - XI R3 SP4.1

Thanks in advance for your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hyperlinks works only at the report level. You cannot define them in universe level. Check this below SAP Note:

1380376  - Is it possible to create an OpenDocument URL command hyperlink in Universe Designer using a variable?