Interaction in OBIEE

We can configure various options that change the way that right-click interactions are handled in views for an analysis at run time. These are controlled by the tags given below , to be configured in instanceconfig.xml file.

<ServerInstance>
  <Analysis>
    <InteractionProperties>
      <InteractionPropertyAddRemoveValues>true</InteractionPropertyAddRemoveValues>
      <InteractionPropertyCalcItemOperations>true</InteractionPropertyCalcItemOperations>
      <InteractionPropertyDrill>true</InteractionPropertyDrill>
      <InteractionPropertyGroupOperations>true</InteractionPropertyGroupOperations>
      <InteractionPropertyInclExclColumns>true</InteractionPropertyInclExclColumns>
      <InteractionPropertyMoveColumns>true</InteractionPropertyMoveColumns>
      <InteractionPropertyRunningSum>true</InteractionPropertyRunningSum>
      <InteractionPropertyShowHideSubTotal>true</InteractionPropertyShowHideSubTotal>
      <InteractionPropertySortColumns>true</InteractionPropertySortColumns>
    </InteractionProperties>
  </Analysis>
</ServerInstance> 
 
 

No comments:

Post a Comment