com.microstrategy.webapi.EnumDSSXMLDerivedAttributeAction |
This is the enumeration which contains values which correspond to the action on a derived attribute. This is most commonly used in the context of rwd and report manipulations.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ATTRIBUTE_ACTION_UPDATE_FORM | update the form of derived attribute | |||||||||
int | ATTRIBUTE_ACTION_UPDATE_NAME | update the name of derived attribute | |||||||||
int | FORM_ACTION_ADD_DISPLAY_FORM | add a form to display forms collection in derived attribute | |||||||||
int | FORM_ACTION_ADD_FORM | add a form to derived attribute | |||||||||
int | FORM_ACTION_REMOVE_DISPLAY_FORM | remove a form from display forms collection in derived attribute | |||||||||
int | FORM_ACTION_REMOVE_FORM | remove a form from derived attribute | |||||||||
int | FORM_ACTION_UPDATE_BASE_FORM_TYPE | update the base form type of specified form in derived attribute | |||||||||
int | FORM_ACTION_UPDATE_FORMULA | update the base form formula of specified form in derived attribute | |||||||||
int | FORM_ACTION_UPDATE_NAME | update the name of specified form in derived attribute |
update the form of derived attribute
update the name of derived attribute
add a form to display forms collection in derived attribute
add a form to derived attribute
remove a form from display forms collection in derived attribute
remove a form from derived attribute
update the base form type of specified form in derived attribute
update the base form formula of specified form in derived attribute
update the name of specified form in derived attribute