. how will we hide the “report title ” in pdf format, but
title should be remain unchanged in html format.
Answers were Sorted based on User's Feedback
Answer / archana ravikumar
Use ReportOuput() function to hide the report title in PDF
format. Create a variable (can be Boolean or String) like
ReportOutput()="PDF". Use this variable to conditionally
hide and show report title. When run in PDF format the
variable hides title and shows it in html.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / pankaj kumar das
If the report title is created outside the list, I mean if
you are creating a header in a table cell, then select the
table cell and in the properties pane for "Classes" select
the option as "(Don't Print)". This will not print the
header in the PDF format, but will appear in the HTML
format.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pankaj kumar das
If you are creating a header in the list and treating it as
the report header, then you can select the list header and
in the properties pane choose the "Classes". Under this
choose the property as "List Header cell(Don't Print)".
This will not print the header of the list if you want the
report output in PDF format, whereas in the HTML format you
will get the Header.
| Is This Answer Correct ? | 0 Yes | 0 No |
can we put more measure on cross tab? If so how many? How this affect the aggregation?
what is symmetric key?where do u use this?
what is a Galaxy Schema?
What are the services provided in cognos 8?
Can u please describe the different types of traps with eg. Thanks
What is the importance of having monitor service in cognos?
i wanna some client names and project names in cognos? plz send cognos resumes(3+) exp plz plz plz help me??
I want to run one page with filter and another page without filter, what is process?
What is a Folder?
What is Model Versioning or Versioning in Cognos Framework Manager?
what is model and how to create model and how to test model?
Hi Techies, Need your help for achieving this requirement. We have got a requirement to display a report in a page which should diplay max 20 rows but if a report is having totally 17 rows then in the 1st page it has to display 15 rows(divisible by 5) and the other two rows should appear in the next page. Similarly, If a report is having 23 records then in the first page it should display 20 (divisible by 5) and on other page it should display 3 rows. Please advice!