# View: effective_units

**View Name:** effective_units
**Table Source:** `prod.effective_units.effective_units_mult_factor_by_date_country_store_transac`
**File Path:** `effective_units.view.lkml`

## Overview

- **File Size:** 9542 bytes
- **Lines of Code:** 667
- **Dimensions:** 4
- **Measures:** 0
- **Dimension Groups:** 1
- **Filters:** 0

## Description

Month & Year based on Activity Date - when the transaction occurred. Use this when Analyzing the business, trends, forecasting

## Comments & Notes

- # You can specify the table name if it's different from the view name:
- sql_table_name: my_schema_name.effective_units
- #     Define your dimensions and measures here, like this:

## Dimensions

| Name | Type |
|------|------|
| `store_id` | number |
| `country_id` | number |
| `transac_type_abbr` | string |
| `mult_factor` | number |

## Dimension Groups

| Name | Type |
|------|------|
| `activity_month` | time |

