28 May 2014

Action -- System Center Cube

Actions are events that you can trigger on an OLAP cube when you are accessing data in the cube. Only drill-through actions are supported by Service Manager. The following is an example of an action:

<Action ID="DrillThroughOnWICreatedByUser" MeasureGroupName="CreatedByUser" ActionType="DrillThrough">
<DrillThroughColumns CubeDimension="WorkItemCreatedByUser_UserDim">
<Property PropertyName="FirstName" />
<Property PropertyName="LastName" />
<Property PropertyName="Company" />
<Property PropertyName="Department" />
<Property PropertyName="Office" />
</DrillThroughColumns>
</Action>
The following table describes actions attributes.
Attribute
Required
Values
Definition
ID
Yes
String
Name of the drill-through action
Measure Group Name
Yes
String
Targeted measure group of the action
Action Type
Yes
(Drill Through)
Type of action. Only drill-through actions are supported by Service Manager.
Cube Dimension
Yes
String
The cube dimension that is the target of the action, which must be a slicer on the Measure Group
Property Name

No comments:

Post a Comment