pc.properties 640 B

123456789101112131415161718192021222324
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2020
  4. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  5. #
  6. # MDX Function Support
  7. #
  8. mdx.support.setalias=false
  9. #
  10. # MDX supports re-aggregation for measure with non additive rollups
  11. #
  12. mdx.support.reaggregationNonAdditive=false
  13. #
  14. # Specify whether or not the provider will be sub-queried for MUNs.
  15. #
  16. queryProviderForMUNs=true
  17. #
  18. # Specify whether or not the provider requires the DefaultMember to be transformed into a NoMember.
  19. #
  20. mdx.useNoMemberDefaultMember=true