Constants

Last modified by Aurelie Bertrand on 2025/11/14 11:59

Constants are parameters used to display dimension filters and search box results.

  • DIM_MAX_MEMBERS: maximum number of members loaded by the client cube. Beyond this, the members are loaded by the server cube. The filter list will therefore display the maximum number of members specified here.
     
  • LIMITSEARCHBOX: maximum number of members for displaying drop-down navigation filters. Beyond this, a search box is displayed.
    In the example below, the "Geography" dimension with more than 50 items is displayed in the form of a search box: the user must type the text they are looking for in the search field. The "Product Family" dimension with fewer than 50 items is displayed in the form of a drop-down list.
    Filter bars
     
  • LIMITINDEXATION: limit defining whether the dimension filter search box is indexed on the browser or server side.
     
  • LIMIT_RESULT_SEARCH_BOX : defines the maximum number of items displayed in a search box. In the example above, LIMIT_RESULT_SEARCH_BOX is set to 10. Only the first 10 items are displayed.