Easy Heading Macro | ||||||
---|---|---|---|---|---|---|
|
차원 항목 기준의 그룹 집계 함수(합계, 최대, 최소, 개수, 계산, 중복계산, 텍스트)을 설정합니다.
1차 계산은 쿼리가 아닌 Olap서버에서 계산을 수행합니다.
...
세부 속성
...
None
...
집계 기준의 계산이 없음
...
Sum
...
합계
...
Min
...
최소 값
...
Max
...
최대 값
...
수식을 작성하면 자동으로 Calculate로 바뀌는 경우가 존재하므로,
임의로 이 값을 지정하면 안되는 경우가 발생
...
1차 계산 예제
...
[ 1차 계산 함수 적용 ]
[ i-CHECK 상의 1차 계산 쿼리 ]
쿼리는 분석 항목 설정의 계산 함수로 작성되며, 1차 계산은 Olap 서버에서 별도 계산 수행 됨
Group aggregation functions based on dimension items (such as sum, max, min, count, calculation, distinct count, and text) are defined.
Primary calculations are executed on the OLAP server, not through queries.
Aggregation | Description |
---|---|
None | No calculation based on aggregation |
Sum | Total value |
Min | The minimum value |
Max | The maximum value |
Average | The average value |
Count | Number of data records |
Calculate | Automatically changes to Calculate when a formula is written for the property Do not arbitrarily set this value |
DistinctCount | Number of data records after removing duplicate values |
Text | Returns the field value of the first record in text |
Example of Primary Calculation
- Total value for Target Amount, Revenue Amount, Sales Cost, and Discount Amount.
[ Primary Calculation Function Application ]
[ Primary Calculation Query on i-CHECK ]
Query is written using the calculation functions defined in the analysis item settings,
and the primary calculation is performed separately on the OLAP server