# View: int_prod_accounting_analytics_blend_v2

**View Name:** int_prod_accounting_analytics_blend_v2
**Table Source:** `intelligence.dbt_prod.accounting_analytics_blend_v2`
**File Path:** `int_prod_accounting_analytics_blend_v2.view.lkml`

## Overview

- **File Size:** 4349 bytes
- **Lines of Code:** 181
- **Dimensions:** 11
- **Measures:** 7
- **Dimension Groups:** 2
- **Filters:** 0

## Comments & Notes

- dimension: activitymonth {
- type: number
- sql: ${TABLE}.activitymonth ;;

## Dimensions

| Name | Type |
|------|------|
| `is_accounting` | string |
| `primary_key` | string |
| `store_id` | number |
| `country_id` | number |
| `is_local_revenue` | yesno |
| `transaction_type_id` | number |
| `label_id` | number |
| `artist_id` | number |
| `subaccount_id` | number |
| `upc` | number |
| `track_id` | number |

## Measures

| Name | Type |
|------|------|
| `gross_revenue_usd` | sum |
| `net_revenue_usd` | sum |
| `units` | sum |
| `estimated_revenue` | sum |
| `estimated_revenue_net` | sum |
| `consumption_units_track` | sum |
| `consumption_units_album` | sum |

## Dimension Groups

| Name | Type |
|------|------|
| `activity` | time |
| `Current` | time |

