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 |
difference between impromptu and cognos8
How can I change reports to another package???
what are ERP systems?
I have a report with list and cross tab in same page,How do you restrict one user can see only the list and other user can see both?
how can we improve performance of the reports?
What are all the types of hierarchies?
Can the expiration parameter of 365 in the cognos 8 configuration how to increase common symmetric key lifetime in days
How to convert the tabular report into graphical report?Is this possible in cognos 8 report studio?
In my report i want display sales rep name, country ,city how to achieve this by using repeater table
what is differences between the group span and levelspan
What is defined as catalog and types of catalogs in Cognos?
In my Report C-id c-name Revenue are the query items I need to display the report has Alternative colors for rows and Revenue >=1000 has display in another color? i.e Both c-id,c-name are applying the alternative color(red,yellow) condition and revenue (blue) u think..How its possible? Iam doing for alternative colors i defined Two dataitems as running-count and Mod... and next in Boolean varaible define as [Query1].[Data Item2] = 1 or 0 and [Query1].[Revenue]>=1000 as like this (it's correct or not) and define in condition explorer yes and no purpose two colors(here how to define 4 revenue color) By selecting the list columns body style its applying only the Body and run report it working only for alternative colors Next i defined by using same Boolean condition for revenue like this. For selecting only the Revenue Body and define as yes 4 one color and no for another color? But here it the revenue column also applying only the alternative color condition and it's taking the >=1000 condition... So,i need to display 2 columns have alternative colors and 3rd column >=1000 cell have another color any body pls give me the replay/answer in step wise..... Thank u Basha