12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2015
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # V5 Summary - Header, footer and within detail/aggregate.
- #
- v5.summary.remote=true
- v5.summary.local=true
- # remote - process remotely
- # local - process locally
- # balance - In balanced mode the order expression will attempt to use local processing
- # for simple case only.
- v5.summary.location=balance
- #
- # V5 Sort
- #
- v5.sort.remote=false
- v5.sort.local=true
- # remote - process remotely
- # local - process locally
- # balance - In balanced mode the order expression will attempt to use local processing
- # for simple case only.
- v5.sort.location=local
- #
- # This property tells whether the MDX should be generated in a way this is better handled for non empty on the edge
- # or non empty crossjoins.
- # It may take one of this values:
- # - always: always try to generate NON EMPTY friendly MDX
- # - never: never try to generate NON EMPTY friendly MDX
- # - forNonEmpty: only in the presence of MDX edge NON EMPTY
- #
- mdx.generateNonEmptyFriendlyMDX=always
- #
- # Specify the default null expression behaviour for providers using the MDQuerySpec.
- #
- mdx.mdqs.NullExpressionBehavior=MDXBehavior
- #
- # Specify whether or not the provider will be sub-queried for levels.
- #
- queryProviderForLevels=false
- #
- # Specify whether or not the provider will be sub-queried for MUNs.
- #
- queryProviderForMUNs=true
- #
- # MDX Function Support
- #
- mdx.support.setalias=false
- # This property tells the MDDS provider whether to use MDX or metadata calls to retrieve members
- useMDXToFetchMembers=false
- #
- # This property controls how to handle the projection of nested levels of the same hierarchy.
- # Specifically the use of the technique involving nested level decoration rules.
- # In that case the planner queries only the lowest level members, later the post-processing queries the outer levels if required.
- # - always: always use this technique
- # - never: never use this technique
- # - automatic: allow the planner to decide whether to use or not this technique.
- #
- applyNestedLevelDecorationRules=automatic
- #
- # This property tells whether the provider may filter the data before applying the MDX.
- # It may take one of this values:
- # - always: the provider always filter the data before applying the MDX,
- # - never: the provider never filter the data before applying the MDX,
- # - forNonEmpty: Only in the presence of MDX edge NON EMPTY the provider filters the data before applying the MDX.
- #
- datasource.appliesFilterBeforeMDX=always
- #
- # This boolean property tells whether or not to validate MUNs at execution.
- # If the validation fails so will the execution.
- #forceMUNvalidationAtExecution=true
|