# View: dt_rolling_date_windows_market_share

**View Name:** dt_rolling_date_windows_market_share
**Table Source:** `Derived Table (Custom SQL)`
**File Path:** `dt_rolling_date_windows_market_share.view.lkml`

## Overview

- **File Size:** 2712 bytes
- **Lines of Code:** 72
- **Dimensions:** 2
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- description: "Rolling Date Windows already implements a two-day offset to account for the full availability of analytics data, which can be extended using this filter; the default value is 0"
- description: "Sets the unit of measurement for each Rolling Date Window; the default value is Days"
- description: "Sets the number of units of measurements that will be included in each Rolling Date Window; the default value is 1"

## Dimensions

| Name | Type |
|------|------|
| `period` | number |
| `rolling_date_windows` | string |

## Derived Table

```sql
sql:
          {% assign window_offset_in_months = window_offset_in_months._parameter_value %
```

