How can a package be created?
A. By combining Data modules.
B. By using content administration.
C. By publishing from a subset of a model.
D. By using any valid non-relational Data source.
A report author is going to develop a report and wants to ensure that the layout if defined correctly. What should be done first?
A. Modify the global class definitions for the specific objects.
B. Select the objects that require changes and modify the properties.
C. Add a table to control the position of each object on the report page layout.
D. Choose the proper template and theme before starting the report development.
A report author wants to display the report name on the report page.
Which type of calculation should be used?
A. Field set
B. Singleton
C. Query calculation
D. Layout calculation
A company distributes a monthly email to the sales managers at the beginning of each month that shows how well they are doing using a tabular formatted report. The report is delivered in Excel format and the sales managers would like the report to be in a Crosstab format.
How should the report be changed?
A. Use the convert list to Crosstab option. Format and sort the Crosstab appropriately. Save the report.
B. Add a Crosstab data container to the report. Format and sort it appropriately. Delete the list data container and save the report.
C. Use the convert list to Crosstab option. Format and sort the Crosstab appropriately. Add a page set that is grouped on sales manager. Save the report.
D. Add a repeater to the report. Use the convert list to Crosstab option. Format and sort the Crosstab appropriately. Place the Crosstab within the repeater. Create a Master detail relationship between the Crosstab and the repeater on sales manager. Save the report.
What can be done when using a SQL object when not using a stored procedure?
A. Update a database.
B. Insert rows into database.
C. Delete rows in a database.
D. Select rows from a database.
Which Data source can a report author connect to directly when creating a Dashboard?
A. a report
B. a Data set
C. a relational Data source
D. a locally saved Excel file
A report author would like to reuse a logo across all existing reports. Which object should be used?
A. Template
B. Bookmark
C. Global Class
D. Layout Component Reference
A report author requires two conditional styles to be both of which are used on a column.
How can the order in which to evaluate the conditions be specified?
A. Go to the "Manage Conditional Styles@ menu and click the move up or more down arrow.
B. The order cannot be defined. All conditions are evaluated and combined in an "AND" logic.
C. By clicking a condition on a selected column and then clicking the move up or move down arrow.
D. The order in which the conditions are evaluated depends on the order of the underlying query item inside the query.
A report author is building a report intended for an iPad on the Cognos Mobile App. The report consists of two Charts that need to be side by side when the tablet is landscape and on top of each other when the tablet is portrait.
What technique should be used to accomplish this?
A. Make the size of both Charts a percentage of the page width.
B. Contain the Charts in two cells of the same table, with a fixed size.
C. Contain both charts in separate blocks, with fixed widths and box type set as inline
D. Use a conditional style on one of the Charts to adjust its position based on the orientation of the iPad.
A report author was asked to create a report that displays Order method data within a List with a guide pointing to each Order method.
How can this be accomplished?
A. By creating a grouped list by Order method.
B. By creating data decks with lists filtering Order method.
C. By creating page breaks based on a data item and defining a grouping structure for the page set.
D. By adding a table of contents and a table of contents entry next to the order within the List.