12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # 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.
- # === Capabilities for ISW Cubing Service 9.7 via XMLA ===
- #
- # XMLA
- #
- # Indicates if the provider supports XMLA Sessions.
- # CS 9.7 does not have session support.
- xmla.supportSessions=false
- #
- # OLAP Metadata
- #
- # 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 skipping any property that ends in ".MEMBER_KEY". This is needed for Cubing Services,
- # since we get two MEMBER_KEY properties returned when the customer has modeled it, and we only need one! :)
- olap.metadata.skipDotMemberKey=true
- # Indicates if we should be forcing parent-child hierarchies to be treated as unbalanced.
- olap.metadata.forceParentChildToUnbalanced=false
- # Indicates if we should be forcing ragged hierarchies to be treated as unbalanced.
- olap.metadata.forceRaggedToUnbalanced=false
- # 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=true
- #
- # OLAP Data
- #
- # Indicates if this provider supports the currency units.
- olap.data.supportCurrencyUnits=false
|