Using .Net regular expressions to filter

This example procedure is based on the Best Practices sample database supplied with Application Studio and uses a hyperblock created from the Product dimension.
  1. In Design Mode, click the hyperblock.
    The List Designer is enabled.
  2. Click Filter in the List Designer.
  3. Click New Filter
  4. In Filter Settings, select Filter By > Caption.
  5. SelectFilter Type > Regular Expression.
  6. SelectCondition > Equals.
  7. In the Regular Expression field, enter ^All.
    The list contains all elements beginning with the string 'All' .