Difference between revisions of "Column filters"
(Marked this version for translation) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
+ | |||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
Line 18: | Line 21: | ||
<!--T:6--> | <!--T:6--> | ||
In the above example, there are two ''Profit'' columns in the table, where the last one contains a ''Product == Pizza'' filter, therefore, showing the ''Profit'' value for ''Pizza'' only. | In the above example, there are two ''Profit'' columns in the table, where the last one contains a ''Product == Pizza'' filter, therefore, showing the ''Profit'' value for ''Pizza'' only. | ||
+ | |||
+ | |||
+ | === Warnings === <!--T:7--> | ||
+ | |||
+ | ==== <span id="UnsupportedConditionException">Columns without function</span> ==== <!--T:8--> | ||
+ | To apply a filter on a column, it must have a defined function. For supported functions for each column type see [[Function|Functions]]. | ||
</translate> | </translate> |
Latest revision as of 13:35, 7 August 2019
Specifies fixed content filters in the column.
For more information on how to create filters, see Filters.
For object filters, see Object Filters.
Example
In the above example, there are two Profit columns in the table, where the last one contains a Product == Pizza filter, therefore, showing the Profit value for Pizza only.
Warnings
Columns without function
To apply a filter on a column, it must have a defined function. For supported functions for each column type see Functions.