보고서 내에서 기간별 데이터 비교를 반환하기 위한 사용자 정의 요약 수식을 만드는 방법은 다음과 같습니다.
여기서는 Opportunities(기회) 개체를 사용하지만 기본적인 원칙은 모든 Salesforce 보고서에 적용됩니다.
1. Add Formula(수식 추가)를 클릭합니다.
2. 열 이름 입력 | 'Format(형식)'을 Percent(백분율)로 선택합니다.
3. 특정 행/열 그룹화 수준에서 수식 계산이 이뤄지는지 확인합니다.
4. 그에 따라 아래의 수식을 입력합니다.
작년 1분기 대비 올해 1분기:
AMOUNT:SUM/PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE,4)
전년 동기 대비 변화율(%):
( AMOUNT:SUM - PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE)) / PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE)
지난 분기 대비 변화율(%):
( AMOUNT:SUM - PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE)) / PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE,4)
7. Save As(다른 이름으로 저장)를 클릭합니다.
8. 원하는 보고서 이름과 저장 위치를 입력합니다.
9. Save and Run Report(저장 및 보고서 실행)를 클릭합니다.
참고: 수식을 0으로 나누면 #Error!가 반환됩니다. 이러한 오류가 발생하는 경우 분수에서의 분모가 '0'이라는 의미입니다.
000387764

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.