Page 1 of 1
Commit exploration in VBA
Posted: Thu Feb 06, 2020 2:13 pm
by TimeTq
Hi, does someone know, how to commit any changes in exploration with a VBA macros?
Re: Commit exploration in VBA
Posted: Thu Feb 06, 2020 2:37 pm
by ascheevel
Have you looked through this:
https://ibm.github.io/paxapi/#introduction
Edit:
The documented
commit function for the PAX api is only available for Quick Reports. Looks like someone
submitted an idea a year ago to add api support for exploration commit. You could use
SendKeys to activate the PAX ribbon and "click" the Commit button, but this is clunky and I would bet prone to random failure.