123456789101112131415161718192021222324 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2020
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # MDX Function Support
- #
- mdx.support.setalias=false
- #
- # MDX supports re-aggregation for measure with non additive rollups
- #
- mdx.support.reaggregationNonAdditive=false
- #
- # Specify whether or not the provider will be sub-queried for MUNs.
- #
- queryProviderForMUNs=true
- #
- # Specify whether or not the provider requires the DefaultMember to be transformed into a NoMember.
- #
- mdx.useNoMemberDefaultMember=true
|