InterviewSolution
| 1. |
Mention Some Features Of N-up, Composite & Cross Tab Dw Presentation Styles? |
|
Answer» N-Up: two or more ROWS of data displayed next to each other across the page. It is useful for periodic data such as data for each day/week or each month in the quarter. CrossTab: provides a data summary in a row and COLUMN format. Data to be selected from one or more tables, DW cannot be external. Crosstab functions can be used for filters, validation RULES or COMPUTED fields. Composite: - it consists of one or more nested reports. It also serves as a container for other reports and has no data source of its own. The user can specify one DW object to be shown on screen, as many reports as the number of DW OBJECTS can be viewed on screen based on the retrieval arguments specified by the user. N-Up: two or more rows of data displayed next to each other across the page. It is useful for periodic data such as data for each day/week or each month in the quarter. CrossTab: provides a data summary in a row and column format. Data to be selected from one or more tables, DW cannot be external. Crosstab functions can be used for filters, validation rules or computed fields. Composite: - it consists of one or more nested reports. It also serves as a container for other reports and has no data source of its own. The user can specify one DW object to be shown on screen, as many reports as the number of DW objects can be viewed on screen based on the retrieval arguments specified by the user. |
|