cognosLaunch Examples
This section provides examples for performing
specific functions when starting IBM® Cognos® Workspace Advanced using
the CognosLaunch method.
- Starting Cognos Workspace Advanced
cognosLaunch('ui.gateway','http://localhost/ibmcognos/cgi-bin/cognos.cgi','ui. tool','ReportStudio','ui.profile','BUA_standalone')
- Starting Cognos Workspace Advanced to a specific package
cognosLaunch('ui.gateway','http://localhost/ibmcognos/cgi-bin/cognos.cgi','ui. tool','ReportStudio','ui.profile','BUA_standalone','ui.action','new','ui. object','/content/folder[@name=\'Samples\']/folder [@name=\'Models\']/package [@name=\'GOData Warehouse (analysis)\']')
- Editing a report in Cognos Workspace Advanced
cognosLaunch('ui.gateway','http://localhost/ibmcognos/cgi-bin/cognos.cgi','ui. tool','ReportStudio','ui.profile','BUA_standalone','ui.action','edit','ui. object','/content/folder[@name=\'Samples\']/folder [@name=\'Models\']/package [@name=\'GOData Warehouse (analysis)\']/folder [@name=\'Cognos Workspace Advanced\']/report [@name=\'PromotionSuccess\']')