쉼표/공백을 줄바꿈으로 대체하여 데이터를 구분하는 방법은 무엇인가요?
예를 들어 아래 데이터에서 차원 [City(도시)]에는 한 셀에 다수의 값이 있습니다. 한 줄에 모든 항목을 표시하지 않고 줄바꿈을 넣어서 표시하려면 어떻게 할까요?
REPLACE() 함수를 사용하여 차원에서 쉼표/공백을 줄바꿈으로 대체합니다.
샘플 계산은 아래와 같습니다.
Replace comma: REPLACE([Dimension], ",", CHAR(10)) Replace space: REPLACE([Dimension], " ", CHAR(10))
결과는 아래 이미지와 같습니다.
* 자세한 내용은 첨부된 통합 문서에서도 확인할 수 있습니다.
001458740

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.