# View: dt_outstanding_bal_opening_bal

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

## Overview

- **File Size:** 1593 bytes
- **Lines of Code:** 66
- **Dimensions:** 4
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `labelid` | string |
| `period_id` | string |
| `outstanding_balance` | number |
| `opening_balance` | number |

## Derived Table

```sql
sql: with opening_bal as(
select vendor_id,
opening_balance,
period_id,
from ROYALTY_ACCOUNTING.PROD.VW_WORKSTATION_SUMMARY_UNIFIED where period_id= {% parameter filter_lower_period_id %
```

