Hi everyone,
In my report i have ten pages like page1,page2, upto page10,
i have textbox prompt when i enter 1 page1 should display,when
i enter 2 page2 should display,can anyone suggest the answer.
Answers were Sorted based on User's Feedback
Answer / arkay
crate a string variable like
if(paramdisplayvalue(parameter)=1 then page1 else
if(paramdisplayvalue(parameter)=2 then page2
------
---
-
and then add values like 1,2 upto 10
use conditonal styles
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sridhar
crate a string variable like
if(paramdisplayvalue(parameter)=1 then page1 else
if(paramdisplayvalue(parameter)=2 then page2
------
---
-
and then use render variable for all pages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nasa
create a parameter filter with pageNumber() function
eg:
Data->filter->edit filter->add button->choose advanced-> writer below condition-> validate that->okay
pageNumber()=?enter number?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amar
Using Conditional Variables it can possible.. Try it ....
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main services provided by application tier?
How can I change reports to another package???
how u create security to reports ????
i have a table with 3 columns country,empname,salary and i want the query for get the name of the employees who is getting top 2 nd highest salary for individual country? Thanks in advance
hi, while opening the cognos8 in ie,the home page is coming,while clicking the report studio the blank page will come after it will showing the home page.But by clicking the cognos connection,Query studio in the same page it's open successfully. only for the report,analysis,event studio is not working properly.i didnot understanding the problem.Iam using the cognos8.1 and sql server 2005.and also checking the cognos connection by clicking the run and its success. Any one Knows pls tel me in detail,becoz its very important iam working in report studio...
What is diffence between query calculation and layout calculation?
first of all i want say thanks to Zilanibasha, As u said that now these days Cirtification in cognos8 is only possible. Will u like to tell me in detail How i apply for cirtification As i m very much Interested.
which difficult you faced in your project?
how to perform single sign in cognos by using url?
cognos reportnet is molap or rolap ... somebady telling cognos reportnet is molap and other will be telling rolap ... i need extract answer
I have four region(Us, Uk, Canada, Europe) in my value prompt. Along with this I want new prompt called All. Once I click on All it should display all regions data. How can I achieve this ?
How to change Boolean variable Yes As "TRUE" and No as "FALSE" in Cognos reporting studio?