PluginList with editable fields | |
|
So adding editable="y" to how you would normally use filtering in PluginList. Ex.: Copy to clipboard
New in Tiki 20: PluginTrackerList To PluginList Converter supports this. Ref:https://sourceforge.net/p/tikiwiki/code/71293/ | |
Multiselect | |
|
You can also use Copy to clipboard
| |
Advanced Filtering (OR, AND, NOT) | ||||||||
|
If a filter field permits the selection of more than one option (using {editable="multiselect"}), the system will offer a way to construct a more advanced filter using logical operators (OR, AND, NOT). While in most cases, picking a single value and filtering is sufficient, advanced use cases require more precise control. The logical operator is controlled by the `operator` attribute within the filter definition:
| ||||||||
Usage Example | |
|
To enable multiselect for a field and set the default logical operator to AND (for example, on a Tracker Field named `TaskAssignedTo`): Example - Multiselect Filter with AND operator Copy to clipboard
* Example: Selecting "Alice" AND "Bob" for the Task Assigned To field would only show items where both Alice and Bob are listed as being assigned to the task (e.g., if the field supports multiple values per item).
* Example: Selecting "Alice" OR "Bob" would show items assigned to Alice, Bob, or both.
* Example: Setting the operator to NOT and selecting "Alice" would show all items *except* those where Alice is assigned to the task. This functionality allows for powerful combinations like:
| |
Tiki22 | |
|
Added Math filter collection:
Added range filter to Numeric field. To use it:
| |