ActionShowHide
DescriptionShows the show/hide dimension elements dialog.
Exampleswith Cube1
 .row = 2
 .col = 5
 if doAction("ShowHide") then
  msgBox "Successful"
 end if
end with
Example ExplanationChooses row 2 and column 5 and call the show/hide elements dialog.
See alsoYou can add elements manually using the SetValue("HiddenElementsNum") and SetValue("HiddenElement") functions.
NotesDepending 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.