COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Business Insight Advanced / Cognos Workspace Advanced => Topic started by: pankaj on 27 May 2015 10:42:40 AM

Title: parameter cascading of report studio is not working in workspace
Post by: pankaj on 27 May 2015 10:42:40 AM
hi to all ....  i am currently facing an issue in the cascading of report studio is not working in workspace advanced .. plz rply asap what are possible solutions..
Title: Re: parameter cascading of report studio is not working in workspace
Post by: Lynn on 02 Jun 2015 08:36:18 AM
Quote from: pankaj on 27 May 2015 10:42:40 AM
hi to all ....  i am currently facing an issue in the cascading of report studio is not working in workspace advanced .. plz rply asap what are possible solutions..

First of all, you are posting on the wrong board. You should go to the Cognos Workspace Advanced board under Cognos 10 BI. Before you post there, please read the forum etiquette sticky post to understand the type of information you need to provide in order to get answers. You have not provided any detail about your problem.
Title: Re: parameter cascading of report studio is not working in workspace
Post by: Michael75 on 05 Jun 2015 02:12:13 PM
@ Pankaj

When Lynn asked you to:

Quoteplease read the forum etiquette sticky post to understand the type of information you need to provide in order to get answers

she was referring to the post that you can find here: http://www.cognoise.com/index.php/topic,24030.0.html (http://www.cognoise.com/index.php/topic,24030.0.html)

If you haven't already done so, please take the time to read and absorb this post, then come back again with the necessary info.
Title: Re: parameter cascading of report studio is not working in workspace
Post by: cognosun on 16 Feb 2017 12:49:42 AM
@ Pankaj,

This is one of the strange issue I too faced in Report Studio(RS) & Workspace Advanced(WSA).

I've written a JavaScript(JS) in Report studio prompt page and ran the prompt page and I got the correct output in Cognos Viewer. But when I opened the Report studio prompt page in WSA it gave me strange issues, meaning it never worked as it was working in RS.

One of the suggestions (I guess) from IBM is to use the below code which will stabilize the JS code in all components:
-----------------------------------------------------------
var fW = (typeof getFormWarpRequest == "function" ?
  getFormWarpRequest() : document.forms["formWarpRequest"]);
if ( !fW || fW == undefined) { fW = ( formWarpRequest_THIS_ ?
  formWarpRequest_THIS_ : formWarpRequest_NS_ );}

-----------------------------------------------------------

But this never worked for me, so I need to stop using JS whenever I need to use RS and WSA at a time.....also one of the other issues is, WSA, by default opens in Cognos Viewer(which is not the case with RS, which opens first in Report/Prompt page).