qberta01
Programmer
- Nov 14, 2005
- 113
I have created a hyperlink that opens another report. I would like it to also pass a parameter value to the report. The parameter in the second report is optional.
I am able to open the report via the link, but it does not limit data based on the paramater. I followed the structure given in the Cognos documentation:
cognos.cgi?b_action=xts.run&m=portal/launch.xts&&ui.tool=CognosViewer&ui.object=
/content/package[@name='GO Sales and Retailers']/folder[@name='New
Reports']/report[@name='product revenue - prompt']&ui.action=run&p_Product name=Bear
Edge&run.prompt=false
What could I be doing wrong? I wonder if I have not named my prompts correctly in the report. Given the example above
would the parameter for the prompt be named p_Product Name or Product Name?
I am using BI 8.4
Any help is appreciated.
Q.
I am able to open the report via the link, but it does not limit data based on the paramater. I followed the structure given in the Cognos documentation:
cognos.cgi?b_action=xts.run&m=portal/launch.xts&&ui.tool=CognosViewer&ui.object=
/content/package[@name='GO Sales and Retailers']/folder[@name='New
Reports']/report[@name='product revenue - prompt']&ui.action=run&p_Product name=Bear
Edge&run.prompt=false
What could I be doing wrong? I wonder if I have not named my prompts correctly in the report. Given the example above
would the parameter for the prompt be named p_Product Name or Product Name?
I am using BI 8.4
Any help is appreciated.
Q.