Hi Experts,
I have created a page with tabs container and want to achieve this functionality, when I click on the "table 2" card on the TABLES tab it should open the ITEM tabs.

To achieve this functionality I have tried this:
created a page item to capture the value which was selected (eg: table 2)
created DA
Event Scope: static
Type: Immediate
Event: change
Selection Type: item(s)
True Action
Action: Execute javascript code
Code: $("#TABS .a-Tabs").aTabs("getTabs")["#TAB_ITEMS"].makeActive();
but not working. Help me to achieve this functionality.