Difference between revisions of "Column filters"

From TaticView
Jump to: navigation, search
Line 21: 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 ===
 +
 +
==== <span id="UnsupportedConditionException">Columns without function</span> ====
 +
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>

Revision as of 13:35, 7 August 2019

Other languages:
English • ‎português do Brasil


Specifies fixed content filters in the column.

For more information on how to create filters, see Filters.

For object filters, see Object Filters.


Example

Filtros de Coluna+en-US.PNG

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.