차원/측정값의 각 항목에 대한 서식을 설정하는 방법.
예를 들어, 아래 크로스탭에서 "할인" 서식을 [percentage(백분율)]로 설정하고 다른 형식을 [Integer(정수)]로 설정하는 방법은 무엇입니까?
이 기법은 여러 측정값 필드를 서식이 달라야 하는 하나의 측정값으로 피벗한 후에 필요합니다.
IF MIN([Field Names])="Discount" THEN STR(ROUND(AVG([Values]),1))+"%" ELSEIF MIN([Field Names])="Profit" THEN STR(ROUND(AVG([Values]),1)) ELSEIF MIN([Field Names])="Quantity" THEN STR(ROUND(AVG([Values]))) ELSEIF MIN([Field Names])="Sales" THEN STR(ROUND(AVG([Values]))) END
001464420
1174 KB

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.