Back to FabImage Studio website
You are here: Start » Filter Reference » Conditional Processing » ChooseByPredicate
Returns one of the two input objects depending on the specified condition.
Name | Type | Description | |
---|---|---|---|
![]() |
inObjectIfTrue | <T> | Object to be chosen if the condition is met |
![]() |
inObjectIfFalse | <T> | Object to be chosen if the condition is NOT met |
![]() |
inCondition | Bool | Determines which object is to be chosen |
![]() |
outObject | <T> | Chosen object |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Applications
E.g. to choose GREEN color to visualize correct objects or RED to visualize defective ones.
Hints
- Also consider the ternary operator ?: in Formula Blocks.
Examples
Description of usage of this filter can be found in examples and tutorial: Cap, HMI Configuration Page, HMI Recorder, IO Serial Port Communicator, Waffles, Brick destroy (Game), Cap (Advanced), Using HMI multipanel control.
![]() |
![]() |
inObjectIfTrue = "Mike" inObjectIfFalse = "Bill" inCondition = False |
outObject = "Bill" |
Remarks
This filter can replace the following formula:

Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of Choose filter group.