Print Page | Close Window

Passing parameter values from Xcelsius to WebI

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Crystal Xcelsius
Forum Discription: Crystal Xcelsius questions and integration with Crystal Reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=3235
Printed Date: 02 May 2024 at 8:43am


Topic: Passing parameter values from Xcelsius to WebI
Posted By: bobsn
Subject: Passing parameter values from Xcelsius to WebI
Date Posted: 21 May 2008 at 8:18am
Hi all

I have a Xcelsius dashboard with a URL link button to open a WebI report. When the WebI report is opened, I want to pass a few parameters from the Xcelsius (excel model) to the WebI and have it run on those values.

I am using Xcelsius 4.5 and WebI XIr2 and the java report panel.

Thanks



Replies:
Posted By: AnthonyJ
Date Posted: 28 May 2008 at 9:46am

If you haven't done so, try opening the WebI report from Xcelsius using the opendocument.jsp URL command. In Xcelsius, you need to build your URL and parameters to pass on to opendocument.

Sample
 
http://mywebserver:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sDocName=MyReport&lsSStatus=Open&lsMProduct=Product1;Product2 - http://mywebserver:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sDocName=MyReport&lsSStatus=Open&lsMProduct=Product1;Product2
 
 
http://devbi.cdmatech.com/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=rpt&sRefresh=Y&sOutputFormat=P&lsMStatusPrompt=%5BOpen%5D,%5BCancel%5D -  


-------------
XIR2 on Unix Solaris
CRXIR2, Oracle 9i/10g



Print Page | Close Window