Filtering – Content – Example

In this example we will filter the table's transactions based on a Text Input component's content.

  • Open 06_Table_FilteringContent.wfd.

  • Investigate the design (TextInput and Table components).

  • Edit the TextInput component's mapping (its variable is called UserInput_CountryLong).

  • Access the Table | Subcomponents | Edit sorters and filters | Filters.

  • Create a new Content filter.

  • Filtered field: CountryLong; Filtered value: UserInput_CountryLong.

  • Proof the solution and type "United" into the text input.

  • The table content is filtered to countries which contain "United".

  • See 06_Table_FilteringContent_DONE.wfd for the solution.