• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Standard Action Element

API Type:
Varigence.Languages.Biml.Cube.Action.AstStandardActionNode
X-Ref:
  • Ast Standard Action Node
  • Ast Action Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
TypeActionTypeUrl
This value specifies a type for the action. Action types that can be associated with a StandardAction object include: CommandLine, Dataset, Html, Proprietary, Rowset, and Url.
ApplicationString 
This value associates an action with a specific client application.
CaptionString 
This value provides a caption to be displayed for the action.
CaptionIsMdxBooleanfalse
This value specifies whether the caption is a Multidimensional Expressions (MDX) expression. The default value is False.
ConditionString 
This value contains a Multidimensional Expressions (MDX) expression that indicates whether the action applies to the target specified in the Target property.
DescriptionString 
This value provides a description to be displayed for the action.
InvocationActionInvocationInteractive
This value indicates how and when the action is called.
TargetString 
This value identifies the specific cube, dimension, hierarchy, or level that is associated with an action.
TargetTypeActionTargetTypeLevelMembers
This value specifies what type of object the target is.

Singleton Children

ChildAPI TypeDescription
<Expression />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Translations>
    <Translation />
</Translations>
AstTranslationNode
This value contains alternate language versions of measure groups, measures, cube dimension, perspectives, KPIs, actions, named sets, and calculated members associated with a dimension. These are used by client applications such as Microsoft Excel to show values for dimension metadata that are consistent with the language of the end-user.

© Varigence