Overview
In legacy Construct, pages included a Vertical TitleBar property that displayed a variable’s value (from a parameter view) alongside the page title.
Cloud Construct does not support this property and offers the following alternatives:
Updated Methodology
Approach A: Database-Driven Values in a Property Card
If you need a field’s value visible directly on one of the page’s container:
Create a view with the required datatype field and register it as a dataset.
Use this dataset and configure a properties card (form) container as read-only.
In the form container, add the relevant field type bound to the field from dataset above.
Bind the form container to display alongside the relevant Grid container using container bindings, so both displays when the page loads.
Approach B: Database-Driven Values in a Card Chart
Create a view that returns the intended value to be displayed on the required page, and register it as a dataset.
Edit the required construct page.
Add a Card Chart container to the required page and use the dataset and configure the card chart properties. Refer to Configure Card Chart for more information.
Position the card chart container next to the required grid container.
Repeat Steps 1 through 5 for each page in a WebApp.