Disabling filler members in a Planning Analytics package

Applies to version 11.1.2 and subsequent versions unless specifically overridden. You can disable automatic generation of filler members so that a Planning Analytics package imported to Cognos Analytics shows the same characteristics as it does in the TM1 client.

In Cognos Analytics, by default, filler members are generated to fill gaps due to restricted access from the root of the hierarchy down to members whose data are visible to the user. In IBM Cognos TM1 however, the default behavior is that filler members are not generated.

Example 1: Filler members enabled

When filler members are enabled, the caption of a filler member in the data tree is the caption of the parent member with a caret character (^ ) appended. If access to a root member is not granted to the user, the root member's caption is a caret character (^ ) only.

A metadata tree with filler members enabled is shown in the following image:

metadata tree with filler members enabled

A chart for the same cube appears as follows:

metadata tree with filler members enabled

Example 2: Filler members disabled

Note: Since access to the root member is restricted for the cube in example 1, if filler members are disabled, the user cannot see any members at all in the data tree.

A chart from the same cube appears as follows:

metadata tree with filler members disabled

Procedure

To ensure that a data source displays the same characteristics in both TM1 client and Planning Analytics, follow these steps:

  1. Stop the IBM Cognos Analytics service.
  2. Go to installation_location\configuration
  3. If the file xqe.config.custom.xml does not yet exist, copy the file xqe.config.xml and rename it xqe.config.custom.xml
  4. Edit xqe.config.custom.xml:
    1. Immediately after the <queryExecution> line, add the following line:
      <!-- Set the paUseFillerMember enabled attribute value to false to turn the Filler Member OFF -->
      <paUseFillerMember enabled="false"/>
    2. Save xqe.config.custom.xml.
  5. Start the IBM Cognos Analytics service.