// Enables the filter
HFilter(Customer, CustomerName, "D" + hValMin, "F" + hValMax, "City='Paris'")
Trace(Customer..FilteredItem) // Indicates "CustomerName"
// Disables the filter
HDeactivateFilter(Customer)
Syntax
<Item> = <Element name>..FilteredItem
<Item>: Character string
- Item onto which the filter defined by HFilter is applied,
- Empty string ("") if no filter is enabled.
<Element name>: Character string (with or without quotes)
Name of the HFSQL data file, query or view on which the filter was defined.