Skip to end of metadata
Go to start of metadata

 

← Return to the list of available actions

If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters

Basic information

Category: Table

Action location: Table

Available from version: 1.0.3

Description

Leaves only the rows in the dynamic table that match all of the filters. If more than one filter has been added, you can set the way of joining filters using AND or OR logical conjunction. The action is not updated on a regular basis (hiding occurs after fulfilling the condition in "conditional execution" or - in the case of its lack - when initiating the form).

Action execution

Leaving the conditional field blank is tantamount to setting it to "true."

Location of the actionCall typeOperation of the "Conditional execution" parameterCondition of calling the action
TableCall after conditional execution conditionInvokes an actionThe "Conditional Execution" parameter will return "true"
Configuration parameters
Name of parameter groupName of the parameterFrom versionDescriptionParameter typeDefault valueField typeNotes and restrictions
-Way of joining filters1.0.78
Specifies way of combining added filters.
TextANDNon-editable drop-down listLogical conjunctions to choose from: AND, OR.
Filtering by valueColumns1.0.3Columns whose values will be checkedArray of variables Editable field 
Operators1.0.3An operator that specifies how columns with values will be compared in "Filter by value"An array of text values Drop-down listComparing operators - to choose: ==,! =,>, <,> =, <=, Regexp
Values1.0.3The values that will be compared with the value in the columnAn array of text values Editable fieldThe values are saved to the parameter in the form of text and converted into a type in the corresponding column.
Column filteringColumns to compare1.0.14Columns whose values will be checkedArray of variables Editable field 
Operators1.0.14An operator that specifies how columns will be compared with other columns in "Column Filtering"An array of text values Drop-down listComparing operators - to choose: ==,! =,>, <,> =, <=, Regexp
Columns to which we compare to1.0.14Columns with which we compareArray of variables Editable fieldThe columns must be of the correct type - the same as the corresponding "Columns to compare"

Parameter*- required field

Sample configuration

Change log

1.0.3

  • Adding a component.

1.0.14

  • Adding column filtering option, adding "Current row" context variable.

1.0.40

  • Solution to the problem with empty filters.

1.0.53

  • The dynamic form checks if "Columns to compare" and "Columns with which we compare" have corresponding types.

1.0.78

  • Adding "Way of joining filters" parameter.

  • No labels
Write a comment…