| # Approximates https://lookercs-internal.git.corp.google.com/cloud_sales_bi/+/refs/heads/master/views/revenue/revenue.view.lkml |
| include: "account_from_account_revenue.view.lkml" |
| include: "comparisons_from_revenue.view.lkml" |
| include: "revenue_from_revenue.view.lkml" |
| include: "rolling_window.view.lkml" |
| include: "to_date_fields.view.lkml" |
| |
| view: revenue { |
| |
| extends: [account_from_revenue, comparisons_from_revenue, revenue_from_revenue, to_date_fields, rolling_window] |
| sql_table_name: `concord-test.stagingservice_gcc.gcc_revenue_partitioned_view`;; |
| |
| ##### PARAMETERS ##### |
| parameter: revenue_granularity { |
| view_label: "Pre- or Post-Split" |
| description: "Allows the user to toggle between split revenue and non-split revenue. Default value is Split" |
| allowed_value: { |
| value: "Split" |
| } |
| allowed_value: { |
| value: "Non-Split" |
| } |
| default_value: "Non-Split" |
| } |
| } |