Filters with dynamic operators

WorkWithPlus provides the possibility to insert in GridObjects (Selection, Prompt, GridTab, etc.) filters with dynamics operators. These are filters which contain more than an operator, and user at runtime decides which one to apply. For example, user can filter some records filtering for the beginning of some word, or searching for that content in the middle of it (just by modifying the operator from 'like' to ''%' + like').

FilterWithDynamicOperatorsImg01


FilterWithDynamicOperatorsImg02

These operators can be Simple, Range, with fixed value or with fixed range. Al this is explained in the following link: WorkWithPlus Settings -> Filters -> Operator