We have a requirement where we need to Click a button from a custom Portal, we have a set up of SSO in place for QLikview and it is working fine. But we are not able to Click a button inside the Access Point - Qlikview application from custom portal.
As we are using AJAX client so we can not use Macros for the same.
I found the below code, but not sure where all we can use the same -
rem ** press button BU01 **
ActiveDocument.GetSheetObject("BU01").Press
Do we have any other method to achieve the above requirement. we just need to click a Button inside Qlikview application from a custom portal.