Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsIt is no longer possible to change SingleObjectActiveIndex in the container properties from a macro. In order to compensate for that limitation, a new method on the Container object has been introduced: ShowSingleObject. It takes the new active index as input parameter.
Thus, what once could be done by the following macro:
set co = ActiveDocument.GetSheetObject("CT01")
set cp = co.GetProperties
ai = cp.SingleObjectActiveIndex
ai = 2
cp.SingleObjectActiveIndex = ai
co.SetProperties cp
It can now be achieved by:
set co = ActiveDocument.GetSheetObject("CT01")
co.ShowSingleObject 2
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us