Guidelines

Note: The filter hook content is not yet compliant to the BI standard.

A filter hook usually consists of two parts:

  • The assignment of the output parameter o.hookFilter (the actual filter): a string expression is assigned, which is a query extension. In this expression, any columns from the component’s root table can be used.
  • The ‘return’ at the end. Usually a filter hook will not return an error value.