If you are unable to create a new account, please email support@bspsoftware.com

 

parameter cascading of report studio is not working in workspace

Started by pankaj, 27 May 2015 10:42:40 AM

Previous topic - Next topic

pankaj

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..

Lynn

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.

Michael75

@ 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

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.

cognosun

@ 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).