Hi All,
I got a question, I Have 3 pages in report 1,2,3. If i select 1, page 1 should be displayed. Like wise for 2 & 3.
Define a variable and use this as a render variable to conditionally display/hide a page. By using a text box prompt with 3 static values you can refer to the parameter value in the variable definition..
Report Output in different formats
HI,
I have two pages called Page1(It contains a List) & Page2(It contains a Cross-tab)
While running the report, I want to make the first page should be opened in HTML format.
$ the second page should be open in PDF format by default [without the user section.]
Please guide me
Thanks in Advance
In your place I would create two report and display them as a page setting the default format of the first in HTML and the second one as PDF.
The other choice is again to make two reports. The second one (the pdf one) could you place it on the first one by using iframe
HI pradeepmaran
1. Create value prompt with static choice 1,2,3
2. create a string variable.
3. assign this string variable to every page as RENDER VARIABLE.