view: orch_app_ar_vendor_territory_contract { sql_table_name: ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.VENDOR_TERRITORY_CONTRACT ;; dimension: ID { type: number sql: ${TABLE}.ID ;; } dimension: VENDOR_CONTRACT_ID { type: number sql: ${TABLE}.VENDOR_CONTRACT_ID ;; } dimension: COUNTRY_ID { type: number sql: ${TABLE}.COUNTRY_ID ;; } dimension: VENDOR_ID { type: number sql: ${TABLE}.VENDOR_ID ;; } dimension: TERRITORY_SPLIT { type: number sql: ${TABLE}.TERRITORY_SPLIT ;; value_format: "0.00%" } }