# View: dt_max_accountingperiodid

**View Name:** dt_max_accountingperiodid
**Table Source:** `Derived from: Prod.Workstation_Fact_Sales_Unified_Dbt, Royalty_Accounting, Royalty_Accounting.Prod`
**File Path:** `dt_max_accountingperiodid.view.lkml`

## Overview

- **File Size:** 357 bytes
- **Lines of Code:** 13
- **Dimensions:** 1
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- # Not replaced by DT cause table is null

## Dimensions

| Name | Type |
|------|------|
| `max_accountingperiodid` | number |

## Derived Table

```sql
sql: SELECT MAX(accountingperiodid) AS max_accountingperiodid FROM royalty_accounting.prod.workstation_fact_sales_unified_dbt ;;
```

