1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # 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.
- #
- # OLAP Metadata for MSAS 2005 ("YK") OLEDB providers.
- #
- # Indicates if we should be faking member keys. This is required for when we have no knowledge of the keys.
- olap.metadata.fakeMemberKey=false
- # Indicates if we should be forcing parent-child hierarchies to be treated as unbalanced.
- olap.metadata.forceParentChildToUnbalanced=true
- # Indicates if we should be forcing ragged hierarchies to be treated as unbalanced.
- olap.metadata.forceRaggedToUnbalanced=true
- # Indicates if we should be returning hierarchies as dimensions.
- olap.metadata.returnHierarchiesAsDimensions=false
- # Indicates if we should be using the level names to determine if a hierarchy is parent-child. For MSAS 2000 and
- # Cubing Services, if all the level names for a hierarchy start with "Level " and a number, then we consider it to
- # be a parent-child hierarchy.
- olap.metadata.determineParentChildByLevelNames=false
- # Indicates if we can use Member Unique Names for the Actions restrictions.
- # For MSAS 2005+, this is fine. For 2000, when retrieving the Dimension Actions, the
- # co-ordinate must be a HUN :). For Level Actions, it must be a LUN (not a MUN).
- olap.metadata.useMUNsForActionRestrictions=true
- # MDDS doesn't worry about sorting hierarchies for MS2005+.
- # In order to remain consistent the ODBO provider shouldn't either.
- olap.metadata.applyNewRankToHierarchies=false
- #
- # Indicates if this provider supports returning the currency units (i.e. multiple currency support).
- #
- olap.data.supportCurrencyUnits=true
- #
- # Indicates if the catalog name is case insensitive or not.
- #
- olap.metadata.caseInsensitiveCatalog=true
- #
- # Specify whether or not the provider will be sub-queried for MUNs.
- #
- queryProviderForMUNs=true
|