<< Click to Display Table of Contents >> Multiselect Combo |
Use
This control is only available for Query forms. |
The Multiselect Combo control lets you select from a drop down list records related to a single attribute, as search criteria for a query.
The control displays all the records found in the database for the selected entity, and you can select one or more of those records.
The Multiselect Combo also displays a search box where you can type the name of the record you want to find. As you type, Bizagi displays the records that match the text you enter, within any place of the record (not only the beginning). For example, if you type "wer" and a record called "Flower" exists, this record appears in the results list.
Considerations
•You can use the Multiselect Combo control for Parameter, Persona and System entities.
•This control cannot search in master entities.
•The Multiselect Combo control is not available in the Work Portal for Experience data searches.
Properties
Every control has a set of properties that allow to customize its behavior in the Work Portal. However, some properties are exclusive to a specific control. The following properties are available for the Multiselect Combo control:
Basic tab
PROPERTY |
DESCRIPTION |
---|---|
Display attribute |
Attribute that displays to identify the records of the entity. |
Additional attribute |
Optional additional attribute that displays to identify the records of the entity. This lets you search for a particular attribute in the search box of the control. |
Selected by default |
Determines whether the combo attribute is selected by default to appeasar in the results list. |
Advanced tab
PROPERTY |
DESCRIPTION |
---|---|
Sort by attribute |
Lets you sort the list by an attribute of the entity. The results appear in ascending order based on the chosen attribute. |
Filter |
Filters over the entity’s records to display a smaller list of values. For further information, refer to Filters. |
Example
In an examination process, applicants can take exams in different cities. A user wants to query for all students who took exams in specific cities.
The user can get that data using the Multiselect Combo control.
Follow these steps:
1.In the Query Forms designer drag and drop an Multiselect Combo control from the Controls tab into the form.
2.Select the Basic tab of the control and select the Parameter entity in the Data source field:
3.Modify the following fields
•Display attribute: Select the attribute of the parameter entity to display. This attribute will be the one the end users see when they select a record. For example, the name of the city.
•Additional attribute: Select an additional attribute to display. For example, you can select the code of the city.
4.Go to the Work Portal and open an Exam Query to test the Control.
Select the names of the cities you want to use as search criteria.
As you can see, if the available space is smaller than what the control needs to show all the selected records, it shows the icon. The number on this icon equals the number of hidden records.
Click the icon to display the hidden records.
To delete associated records, click the icon on the right of the record that you want to delete.
Last Updated 12/28/2022 4:34:02 PM