BusinessObjects Board

Design studio - Access OpenDoc of Design Studio from website

I would like to call Design Studio app from web page using opendoc with parameters.
Design Studio app uses the universe with prompts.
Parameters should be passed to the universe with filters created as
@Prompt(‘xxxxxxx’,‘A’,Mono,Free,Persistent,User:0,Optional)
What do I need to add on Design Studio site to retrieve those parameters from opendoc.

Thank you for help


wzt (BOB member since 2014-07-11)

The target Design Studio app needs to have global variable prefixed with Xv_
E.g - if your DS app has 2 parameters e.g Year, Region , then you must add 2 global variables called Xv_Year and Xv_Region. These specific global variables would be initialized to whatever value the OpenDocument URL to this app provides. In your app - you’ll also have to set appropriate datasource/application prompt values on startup ( APPLICATION.SETVARIABLEVALUE(“00_YEAR”,Xv_Year) ; … )


Shobhit_Acharya (BOB member since 2005-08-11)