How to pass parameter value into html design page?
(That is YOU Create a html page and use that page in your
cognos 8 report header.take <html item> my question is how
to use parameter value in the html page .)
Answers were Sorted based on User's Feedback
Answer / sumeet
Here is the URL to use to call report from java
The following URL will work. Please note that prompt names
are case sensitive and we need to prefix 'p_' to the
defined prompt names. Although this passes the prompt
values, it doesn’t suppress the prompt page. So, in order
to achieve that we include an additional expression
(&run.prompt=false)
http://<server_name>/cognos8/cgi-bin/cognos.cgi?
b_action=xts.run&m=portal/report-
viewer.xts&ui.action=run&ui.object=%2fcontent%2fpackage%5b%
40name%3d%27<Folder_name>(optional)%27%5d%2freport%5b%
40name%3d%27<report_name>%27%
5d&run.prompt=false&p_p_year=2007&p_p_month=09
Here p_year and p_month are the parameter name for prompt
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / pattr
the previous reply i have tried ..it is not working.........
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / uzval_vee
By writting the javascript code in the html item,we can
insert the parameter values.......If u need javascript, i vl
explain later... otherwise interact with java people....
| Is This Answer Correct ? | 6 Yes | 5 No |
How can we convert imr report into Impromptu web report?
What are the differences between cognos 8.2 and cognos 8.4? Please help me..
How to find out OLTP data OLAP data ? i.e 5 years data is OLTP or OLAP. please anybody help me...
Why Star Schema is de-normalized? Please explain in detail probably with some examples.
Synchroness 1.What are hash prompts? Ans: Tree prompts in which hierarchies can be seen,they can be said as hash prompts. 2.User wants to see 5 more coloums in the report.We have package and data base,how will u implement using it in report.? Ans: 3.What is automatic optimization?what is optimization?what are the properties you set for optimization in report studio? 4.what is command to display first 10 records from a table? IGATE 1.In FM if we change a fact symbol to attribute,will it effect the report? 2.If a report is slow in generating output. How do u perform tuning? How do u reduce joins in sql? Using left outer join is it going to improve the report performance? IBM 1.How do you configure ? 2.How do you drill through report from RS to Analysis studio?
What are the services provided in cognos 8?
How to create measures and Demensions?
There are some reports,we have to provide security to that reports like the hr manager should have access to hr department reports only and the accountant should have access to accounts reports where as the CEO can have access to all the reports. How to deal with this situation using Cognos?
how the values be passed to prompts in report studio? when a data item is dragged n dropped in to report, after the default query generated first which sql will the query query hit for processing means (native or cognos)? plz answers to these questions?
3 Answers TCS, Thomson Reuters,
What are the uses of query explorer? Give example for each use in detail. It is not given clearly in user guide so explain in detail.
What is Report item
can you apply grouping on crosstab?