. 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 |
8. Can you use calculations in report headers and footers? How?
what is field set? what is the query calculation and layout calculation?
tell me two or three issues from client side and how to solve those issues?
What is Portal Tab?
I want to run one page with filter and another page without filter, what is process?
What is called Cognos powerplay?
It is possible to select more query items in value prompt? i.e when i use drag down i want to display these items like customerid in customer query subject, employeeid in employee query subject and orderid in order query subject..?becoz i want u display when i select a value(ex:customerid)in value prompt ,i need to display another report for all details customer.So, i need how to link for that process...? pls tel me any one knows ,i want to create that report..? thanks , basha
How to perform single signon in Cognos by using URL?
Part 1 : Cognos 1.What are the technologies that are used in cognos? 2.What are complex reports? 3.What is page break? 4.What is layout component? 5.How do you use extract function? 6.What is the use of Crosstab space? 7.What is Rank()? 8.What is the use of Query calculation and layout calculation? 9.What is Slicer and Dicer? 10.How can you create users in Cognos? 11.What is last child member? 12.What is the use of Conditional blocks? 13.What is Conditional Formatting? 14.What is group span? 15.In which types of reports does the page breaks applicable? Is it applicable in excel reports? 16.I want to show a up arrow and down arrow image in cross tab report, if the revenue is > 5000 (up arrow) and if <5000 (down arrow)? How will you achieve this? 17.What are types of Filters in RS? What is Summary Filter and Detail Filter? 18.What is Cast Function? 19.How will you create prompts for the example like this : In a single report I want a) List report (Need a prompt for this) b) Crosstab report (Need a separate prompt for this) c) Chart ()(Need a separate prompt for this) Part II : Framework Manager (FM) 1. What is Determinant in FM? 2. What is Cardinality? 3. What are the types of filters used in FM? 4. Can we create cubes with Relational Data sources? 5. What is Aliasing and Shortcut? 6. What is Session Parameter & Parameter Maps? 7. How many types of securities that we have in FM? 8. What is Data Security in FM? Part III : Data warehousing 1.What are various types of Schemas? 2.What is Star Schema and Snow Flow Schema? Difference between both? 3.What is surrogate key? Part IV : Databases 1.What are NVL Functions? 2.What is left outer join? Give an Example? 3.Can we straightaway use the tables that we have in the database instead of creating the package’s FM and making use of them, through Report Studio (RS)?
How to improve the performance of the report at the report level?
What you mean by drill across?
What is difference between drill through and drill down?