Easy Heading Macro navigationTitle 목차 navigationExpandOption expand-all-by-default navigationWidth 225
소계 계산을 1차 계산의 집계와 다르게 별도의 함수로 지정하여 계산할 수 있습니다. 쿼리가 아닌 Olap에서 계산을 수정합니다Subtotal calculations can be specified using separate functions, different from the primary aggregation functions.
These are processed not through the query, but directly on the OLAP server.
[ 소계 계산 함수 Subtotal Calculation Function ]
세부 속성Subtotal Method | 설명Description |
---|---|
None | 별도 적용 기준의 계산이 없음, 1차 계산 집계 적용 |
SumOfChild | 하위 차원 항목의 합계 |
MinOfChild | 하위 차원 항목의 최소 값 |
MaxOfChild | 하위 차원 항목의 최대 값 |
AverageOfChild | 하위 차원 항목의 평균 값 |
CountOfChild | 하위 차원 항목의 데이터 건수 |
소계 계산 예제
- 판매 계획, 판매 실적, 판매 비용, 전망 금액에 대한 소계 계산 함수를 적용
[ 1차 계산 함수 적용 ]
...
No specific calculation applied(Use Primary Calc. Aggregation) | |
SumOfChild | Sum of child dimension items |
MinOfChild | The minimum value of child dimension items |
MaxOfChild | The maximum value of child dimension items |
AverageOfChild | The Average value of child dimension items |
CountOfChild | Number of data records for child dimension items |
Example of Summary(Total)
- Applying Summary(Total) on Target Amount, Revenue Amount, Sales Cost, and Discount Amount
[ Applying Primary Calculation ]
[ Applying Summary(Total) Function ]