# View: dt_vendor_outstanding_balance

**View Name:** dt_vendor_outstanding_balance
**Table Source:** `INTELLIGENCE.DBT_PROD.DT_VENDOR_OUTSTANDING_BALANCE`
**File Path:** `dt_vendor_outstanding_balance.view.lkml`

## Overview

- **File Size:** 624 bytes
- **Lines of Code:** 28
- **Dimensions:** 3
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- derived_table: {
- select vendor_id, amount, period_id
- from ROYALTY_ACCOUNTING.PROD.VW_ABACUS_VENDOR_ACCOUNTING

## Dimensions

| Name | Type |
|------|------|
| `vendor_id` | number |
| `period_id` | number |
| `amount` | number |

## Derived Table

```sql
#   sql:
  #   select vendor_id, amount, period_id
  #   from ROYALTY_ACCOUNTING.PROD.VW_ABACUS_VENDOR_ACCOUNTING
  #   where entry_type = 'balance_forward' ;;
  #
```

