Create an interface for filtering numeric data
Create a text box that enables you to filter motor properties based on queries entered.
- Create the query filter text box:
- Right-clickMainWindow (type)and select .
- Hover-over the text box, selectEditNumericFilterTextBox.
- InProperties, create a dynamic link betweenTextand .For more information about dynamic links, see Create dynamic links.
- SetPlaceholder texttoSELECT * FROM Model WHERE.{Conditions}
- Create the query filter label:
- Right-clickMainWindow (type)and select .
- Hover-over the label, selectEditNumericFilterLabel.
- InProperties, setTexttoFilter motors:.
Provide Feedback