| Action | ShowHide
|
| Description | Shows the show/hide dimension elements dialog.
|
| Examples | with Cube1
.row = 2
.col = 5
if doAction("ShowHide") then
msgBox "Successful"
end if
end with
|
| Example Explanation | Chooses row 2 and column 5 and call the show/hide elements dialog.
|
| See also | You can add elements manually using the SetValue("HiddenElementsNum") and SetValue("HiddenElement") functions.
|
| Notes | Depending on your row and column
parameters, distinct elements will be show in the dialog.
When using anidated dimension, choosing a row or column with a dimension name, only fields from that dimension will be shown, otherwise all fields in that axis.
Choosing cells with data, will not bring the dialog.
|