Possible values

  • Sempre

    Easy filtering is enabled for all fields in the grid, for which filtering is supported, regardless the number of fields and the number of records.

    Nota

    If a user filters on a non-index field, LN performs a full table scan. This can cause performance problems, if a table contains many records.

  • Tutti i campi fino a N. max runtime

    The filtering depends on the count limit specified in the Count field in the Gestione parametri (ttaad0100m000) session:

    • If the number of records in the overview session's main table is less than or equal to the count limit, easy filtering is enabled for all fields in the grid, for which filtering is supported.
    • If the number of records in the table is greater than the count limit, easy filtering is only enabled for index fields in the grid. In this way, full table scans on tables with many records are prevented.
  • Campi di indici tabella

    Easy filtering is only enabled for index fields in the grid. In this way, full table scans are prevented.

  • Mai

    Easy filtering is disabled.