LookML 상세검색을 사용하면 원본 LookML 코드를 수정하지 않고도 기존 뷰와 Explore를 변경할 수 있습니다. 여러 팀의 요구사항을 충족하는 등 여러 사용 사례에 맞게 단일 뷰를 조정하기 위해 상세검색을 사용할 수 있습니다. 이 레시피를 사용하려면 LookML에 대한 고급 지식이 필요합니다.
[[["이해하기 쉬움","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,["# Looker cookbook: Maximizing code reusability with DRY LookML\n\nThis cookbook contains a series of use cases (referred to in the Looker cookbooks as \"recipes\") for applying DRY (don't repeat yourself) principles to your LookML development, which can help you in the following areas:\n\n- Reduce duplicated code: Make your projects more manageable and less error-prone by writing DRY LookML code that is easier to understand, modify, and maintain.\n- Create reusable values and logic: Define values that can be used throughout your projects so that you only have to update them in one place if there is a change.\n- Simplify complex logic: Break code down into smaller, reusable parts.\n- Improve the organization and readability of your models and projects: Make code easier for other LookML developers to read, understand, and modify LookML.\n\nWhether you are new to LookML or an experienced LookML developer, this cookbook provides you with recipes and techniques that will help you write clean and effective code now that will save you time and effort in the future.\n\nRecipes and applications\n------------------------\n\nAll the examples in this cookbook are written for LookML developers and require [permissions to develop LookML](/looker/docs/admin-panel-users-roles#permission_sets)."]]