Skip to content

QueryViewChooser

Overview

The QueryViewChooser control type allows the user to select a row from a Composable QueryView. The selection can be used to set other fields on the page, matching field Name to the column name of the QueryView. QueryView search parameters can be passed in from the other fields on the page, matching their field Name to the QueryView parameter inputs.

The control on the page is a button:

QueryViewChooser Control

This button opens a table viewer to allow selection:

QueryViewChooser Menu

Excel Sheet Input

Required Fields

  • Name: The name of the field saved to the database.

  • Type: Must be set to System.Int32.

  • ControlType: Must be set to QueryViewChooser.

  • DefaultValue: Must be the Id of the QueryView to run.

Optional Fields