Writen by
Devil
12:56 PM
-
0
Comments
OBIEE 11g offers numbers of options on the way that right-click interactions are handled on any Analysis.
To configure these right-click interactions there are two ways:
1) By changing the Analysis Properties > choose tab Interactions, These interaction properties can be changed ticking the check box for enabling or disabling.
2) By changing the Tag Defaults in the instanceconfig.xml file specify the default settings for a new or upgraded analysis.
Open the instanceconfig.xml and add below Tags between <Analysis> </Analysis> tags.
ORACLE_INSTANCE\config\OracleBIPresentationServicesComponent\coreapplication_obipsn
For example:
Location -> \instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
<ServerInstance>
<Analysis>
<InteractionProperties>
<InteractionPropertyAddRemoveValues>false</InteractionPropertyAddRemoveValues>
<InteractionPropertyCalcItemOperations>false</InteractionPropertyCalcItemOperations>
<InteractionPropertyDrill>true</InteractionPropertyDrill>
<InteractionPropertyGroupOperations>false</InteractionPropertyGroupOperations>
<InteractionPropertyInclExclColumns>true</InteractionPropertyInclExclColumns>
<InteractionPropertyMoveColumns>true</InteractionPropertyMoveColumns>
<InteractionPropertyRunningSum>false</InteractionPropertyRunningSum>
<InteractionPropertyShowHideSubTotal>false</InteractionPropertyShowHideSubTotal>
<InteractionPropertySortColumns>true</InteractionPropertySortColumns>
<InteractionPropertyHideColumns>false</InteractionPropertyHideColumns>
</InteractionProperties>
</Analysis>
</ServerInstance>
To configure these right-click interactions there are two ways:
1) By changing the Analysis Properties > choose tab Interactions, These interaction properties can be changed ticking the check box for enabling or disabling.
2) By changing the Tag Defaults in the instanceconfig.xml file specify the default settings for a new or upgraded analysis.
Open the instanceconfig.xml and add below Tags between <Analysis> </Analysis> tags.
ORACLE_INSTANCE\config\OracleBIPresentationServicesComponent\coreapplication_obipsn
For example:
Location -> \instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
<ServerInstance>
<Analysis>
<InteractionProperties>
<InteractionPropertyAddRemoveValues>false</InteractionPropertyAddRemoveValues>
<InteractionPropertyCalcItemOperations>false</InteractionPropertyCalcItemOperations>
<InteractionPropertyDrill>true</InteractionPropertyDrill>
<InteractionPropertyGroupOperations>false</InteractionPropertyGroupOperations>
<InteractionPropertyInclExclColumns>true</InteractionPropertyInclExclColumns>
<InteractionPropertyMoveColumns>true</InteractionPropertyMoveColumns>
<InteractionPropertyRunningSum>false</InteractionPropertyRunningSum>
<InteractionPropertyShowHideSubTotal>false</InteractionPropertyShowHideSubTotal>
<InteractionPropertySortColumns>true</InteractionPropertySortColumns>
<InteractionPropertyHideColumns>false</InteractionPropertyHideColumns>
</InteractionProperties>
</Analysis>
</ServerInstance>
No comments
Post a Comment