C_BW4HANA_27 · Question #47
You want to define a restricted column in an SAP HANA calculation view. What do you need to define?(2)
The correct answer is A. A condition criteria D. A referente to an existing measure. A restricted column in an SAP HANA calculation view is essentially a filtered copy of an existing measure - it applies a condition to limit which records contribute to the aggregation. You must reference an existing measure (D) because the restricted column derives its values…
Question
You want to define a restricted column in an SAP HANA calculation view. What do you need to define?(2)
Options
- AA condition criteria
- BAn SAP HANA data type
- CAn aggregation method
- DA referente to an existing measure
How the community answered
(42 responses)- A90% (38)
- B7% (3)
- C2% (1)
Explanation
A restricted column in an SAP HANA calculation view is essentially a filtered copy of an existing measure - it applies a condition to limit which records contribute to the aggregation. You must reference an existing measure (D) because the restricted column derives its values and aggregation behavior from it, and you must define a condition/filter criteria (A) that specifies the restriction (e.g., "only include rows where Region = 'EMEA'").
Why B is wrong: You don't manually assign an SAP HANA data type - the restricted column inherits the data type from the source measure automatically.
Why C is wrong: The aggregation method is not defined on the restricted column itself; it's inherited from the referenced measure. You're restricting what gets aggregated, not how it's aggregated.
Memory tip: Think of a restricted column as a "WHERE clause wrapped around a measure" - you always need the measure to filter (D) and the filter condition itself (A), just like a SQL expression needs both a column and a WHERE clause.
Topics
Community Discussion
No community discussion yet for this question.