view: stmt_db_dig_sales_period_id { sql_table_name: dig_sales_period_id ;; label: "Delivery" dimension: statement_id { type: number hidden: yes sql: ${TABLE}.statement_id ;; description: "Unique ID number used in the StmtDB for these sales. Corresponds to the actual_statement_name. Will not be available if the sales have not yet been paid to labels." } dimension: period_id { type: number sql: ${TABLE}.period_id ;; description: "Accounting period ID in which these sales were delivered to the labels. Will not be available if the sales have not yet been paid to labels." } dimension: year { type: string sql: ${TABLE}.year ;; description: "Year in which these sales were delivered to the labels. Will not be available if the sales have not yet been paid to labels." } dimension: quarter { type: string sql: ${TABLE}.quarter ;; description: "Quarter in which these sales were delivered to the labels. Will not be available if the sales have not yet been paid to labels." } }