예를 들어 Google 애널리틱스 국가 측정기준을 기반으로 하는 컨트롤은 다른 보기에 연결되어 있어도 Google 애널리틱스 데이터 소스를 사용하는 페이지의 모든 구성요소에 적용됩니다. 이는 모든 애널리틱스 데이터 소스의 기본 필드 집합이 동일하기 때문입니다. 향상된 전자상거래와 같은 애널리틱스의 선택적 기능은 일부 애널리틱스 데이터 소스에만 있을 수 있는 추가 필드를 생성하므로 해당 기능이 없는 속성이나 보기를 기반으로 하는 컨트롤과 호환되지 않을 수 있습니다.
관련된 차트가 서로 다른 유형의 데이터 소스를 기반으로 하는 경우 필드의 표시 이름이 같아도 일반적으로 데이터 소스 전반에 필터링이 작동되지 않습니다. 이는 필터링이 데이터 소스에서 표시되는 필드 이름이 아니라 내부 필드 ID를 기반으로 하기 때문입니다. 또한 데이터 소스에서 필드를 만든 후에는 내부 ID를 수정할 수 없습니다.
예
3개의 다른 데이터 소스(1개는 Google Sheets의 데이터 소스, 2개는 애널리틱스의 데이터 소스)가 포함된 보고서가 있다고 가정해 보겠습니다. 데이터 소스 3개 모두에 '국가'라는 표시 이름의 필드가 포함되어 있는 경우 애널리틱스 데이터 소스만 동일한 내부 구조를 공유합니다. 애널리틱스 차트의 컨트롤은 2개의 데이터 소스에서 국가 측정기준을 사용할 수 있지만 Google Sheets 차트는 필터링하지 않습니다. 반대로 스프레드시트의 국가 측정기준을 기반으로 한 컨트롤은 스프레드시트 기반 차트를 필터링하지만 애널리틱스 차트에는 영향을 주지 않습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# Use controls across data sources\n\nIn a report based on a single data source, a control affects all the charts and other controls in the report. In reports with multiple data sources, how the control works depends on the data sources involved.\n\nAs a general rule, controls can filter charts from different data sources as long as the data sources share the same internal structure (schema). In practice, this means that you can filter across data sources if:\n\na) the data sources were created using the same [connector](/looker/docs/studio/connector), and\n\nb) the data sources have a fixed schema, with a predefined set of fields.\n\nFor example, a control based on the Google Analytics *Country* dimension applies to all components on the page that also use a Google Analytics data source, even if they connect to different views. This is because all Analytics data sources have the same default field set. (Note that optional features in Analytics, such as Enhanced Ecommerce, will produce additional fields that may not exist in all Analytics data sources, and therefore, not be compatible with controls based on properties or views without those features.)\n\nFiltering across data sources generally won't work if the charts involved are based on data sources of different types, even if the fields have the same visible name. This is because filtering is based on the *internal* field IDs, not the visible field names in the data source. (And, once a field has been created in the data source, you can't edit the internal ID.)\n\nExample\n-------\n\nSay you have a report with 3 different data sources: one from Google Sheets, and two from Analytics. Even if all three data sources include a field with the visible name of \"Country,\" only the Analytics data sources share the same internal structure. A control for the Analytics charts can use the *Country* dimension from either data source, but it won't filter the Google Sheets chart. Conversely, a control based on the Sheets *Country* dimension will filter the Sheets-based chart, but won't affect the Analytics charts."]]