0

Does anyone know how if there is a way to link to a Folder or Report contained in Business Objects Enterprise? I would like to add a link on my intranet web site to a Report.

craig
  • 25,664
  • 27
  • 119
  • 205
PaulN
  • 130
  • 1
  • 5

1 Answers1

3

You can link to a report using Url Reporting. If you want to enumerate an BusinessObject Enterprise folder's contents, you will need to use the BusinessObjects SDK.

craig
  • 25,664
  • 27
  • 119
  • 205
  • Ok, thanks. That documentation got me really close. I am just trying to figure out some authentication issues now. When i use opendocument.jsp the site does a single sign on that changes the query string parameters. – PaulN Nov 23 '09 at 22:02
  • Don't forget with the openDcoument call to use the WCAToken. This will not create additional sessions. – XanderLynn Feb 28 '10 at 02:59