Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
aleix_rodriguez
Contributor
Contributor

Attach/Detach table/graph with macro in Qlikview10

Hello, I've written the following macro in Qlikview 10. I've been using it with the Qlikview version 9.0 and it works perfectly, however with the 10 version it does not. Can you help me? Thanks in advance.

Sub ClientsDist_1

ActiveDocument.GetSheetObject("CH290").Attach

End Sub

2 Replies
d_pranskus
Partner - Creator III
Partner - Creator III

Hi

Syntax seems to be correct.

Could it be that the chart Object ID changed. Or something wrong with a action definition. There are no triggers in QV10, they are called actions now.

I tried this code in QV10 with a button, it works.

Cheers

Darius

aleix_rodriguez
Contributor
Contributor
Author

Hi Darius,could you write the instructions you tried? By the other side do you know if it could be due to some security permisions?Thanks.