---
title: "QBL version 0.5 overview"
slug: "qbl-version-05-overview"
updated: 2026-02-03T19:42:53Z
published: 2026-02-03T19:42:53Z
excludeFromSearch: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# QBL version 0.5 overview

> [!WARNING]
> Important
> 
> This version of QBL is no longer supported. Learn more about [QBL versions](/v1/docs/about-qbl-versions).

> [!WARNING]
> Release date: December 16, 2024
> 
> QBL version 0.5 only supported these APIs:
> 
> - [Export a solution](https://developer.quickbase.com/operation/exportSolution)
> - [Create a solution](https://developer.quickbase.com/operation/createSolution)
> - [Export solution to record](https://developer.quickbase.com/operation/exportSolutionToRecord)
> - [Create solution from record](https://developer.quickbase.com/operation/createSolutionFromRecord)
> 
> It was not supported when updating solutions, or listing solution changes.

This article documents the [changes made](/v1/docs/qbl-version-05-overview#change-log) in QBL v0.5, the [objects this version supports](/v1/docs/qbl-version-05-overview#supported-objects), and [unsupported elements](/v1/docs/qbl-version-05-overview#unsupported-elements).

## Change log

This release includes support for legacy forms. View the properties for [legacy form elements](/v1/docs/legacy-form-elements-qbl-v05) and [dynamic form rules](/v1/docs/legacy-dynamic-form-rules-qbl-v05).

## Supported objects

These objects are supported in QBL v0.5:

- [Applications](/v1/docs/applications-qbl-v05)
- [Charts](/v1/docs/charts-qbl-v05)
- [Fields](/v1/docs/field-properties-qbl-v05) and [formula fields](/v1/docs/formula-field-properties-qbl-v05)
- [Legacy forms](/v1/docs/legacy-form-elements-qbl-v05) and [dynamic form rules](/v1/docs/legacy-dynamic-form-rules-qbl-v05)
- [Relationships](/v1/docs/relationship-properties-qbl-v05)
- [Reports](/v1/docs/reports-qbl-v05)
- [Roles](/v1/docs/roles-qbl-v05)
- [Tables](/v1/docs/tables-qbl-v05)

## Unsupported elements

The following table shows supported schema and any exceptions or unsupported elements. Unsupported elements are not included when a solution is exported.

| Supported schema | Unsupported |
| --- | --- |
| [Apps](/v1/docs/applications-qbl-v05) | Temporarily unsupported: - Apps with connected tables cannot be updated. This limitation will be removed soon. Unsupported app settings: - Allow users who are not administrators to make a Connected Table connection to this app - Only approved users may access this application - Only users logging in from approved IP addresses may access this application - Load all embedded reports on a form when the form loads - Private apps |
| [Charts](/v1/docs/charts-qbl-v05) |  |
| [Fields](/v1/docs/field-properties-qbl-v05) and [formula fields](/v1/docs/formula-field-properties-qbl-v05) | Unsupported fields: - vCard fields - iCalendar fields These fields are exported with the [Unsupported type](/v1/docs/field-properties-qbl-v05#unsupported-fields) in QBL. They cannot be created or updated by the QBL. To update or create these fields, do so manually in the Quickbase platform. Formulas that refer to these fields work as long as the fields exist. Because you cannot create unsupported fields using the QBL, tables that have these field types are likely to have a mismatch in field IDs between the QBL representation and the actual application. Unsupported properties: - Field caching for Summary fields |
| [Legacy forms](/v1/docs/legacy-form-elements-qbl-v05) and [dynamic form rules](/v1/docs/legacy-dynamic-form-rules-qbl-v05) |  |
| [References](/v1/docs/qbl-definition-structure-and-syntax#references) | References (`!Ref`) can only refer to objects in the same application. They cannot refer to objects in the solution that are children of a different application. |
| [Relationships](/v1/docs/relationship-properties-qbl-v05) | Cross-app relationships. For example, table to table relationships that connect tables in different applications are not supported. |
| [Reports](/v1/docs/reports-qbl-v05) | - Report caching - The format property in Table Reports |
| [Roles](/v1/docs/roles-qbl-v05) | Role permissions for unsupported objects. This includes the permission List this report in the panel for on reports and charts, and the option to specify a home page on pages and dashboards. |
| [Tables](/v1/docs/tables-qbl-v05) |  |
