C_BOWI_40 · Question #59
Which two statements are true of grouping sets when using smart measures?
The correct answer is A. It is a set of dimensions that generates a result for a measure. D. The generated SQL includes grouping sets for all the aggregations of that measure that are. Grouping sets in smart measures are dimension-based sets that drive measure aggregation, and the generated SQL reflects all relevant measure-level aggregations using GROUPING SETS clauses.
Question
Which two statements are true of grouping sets when using smart measures?
Options
- AIt is a set of dimensions that generates a result for a measure.
- BIt is a set of measures that generates a result for a dimension.
- CThe generated SQL includes grouping sets for all the aggregations of that dimension that are
- DThe generated SQL includes grouping sets for all the aggregations of that measure that are
How the community answered
(24 responses)- A58% (14)
- B29% (7)
- C13% (3)
Why each option
Grouping sets in smart measures are dimension-based sets that drive measure aggregation, and the generated SQL reflects all relevant measure-level aggregations using GROUPING SETS clauses.
A grouping set is defined as a set of dimensions that determines how the database groups data to produce a result for a measure, making dimensions the foundational element of the grouping set construct.
A grouping set is composed of dimensions, not measures - it is not a set of measures used to generate a dimensional result, which inverts the correct relationship.
The generated SQL includes GROUPING SETS for the aggregations of the measure, not for all aggregations of a dimension, since the grouping set mechanism groups dimension combinations to compute measure values.
The SQL generated for smart measures includes GROUPING SETS clauses covering all aggregation levels of the relevant measure, allowing the database to compute multiple aggregations for that measure within a single query.
Concept tested: Smart measures and grouping sets SQL generation
Source: https://help.sap.com/docs/SAP_BUSINESSOBJECTS_BUSINESS_INTELLIGENCE_PLATFORM/8afd7e2c8b2e43a69153ac65a1e0b55e/46d3c6726e4c7014e10000000a114a6b.html
Topics
Community Discussion
No community discussion yet for this question.