Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Disallow copy/clone for objects in a sheet

HI All,

The below is the Macro which I copied from API Guide to disable the Clone/Copy Option in the List Box .

'rem ** Disallow copy/clone for list box **



set LB = ActiveDocument.GetSheetObject("LB06")
set boxprop=LB.GetProperties
boxprop.Layout.Frame.AllowCopyClone = false
LB.SetProperties boxprop

Using the above as a reference any one please guide me with a macro that how to disable the Copy/Clone option in every object in a sheet and this has to be applied in all the sheets in a qlikview application .

Thanks in Advance ....

Regards,

Chakravarthy.



10 Replies
berndjaegle
Creator II
Creator II

Thanks for this tipp Michael.

Also got it done by Logon as ADMIN.

Document Properties --> Security --> Admin Override Security --> check

--> OK

In my case I had security (Section Access) acitvated on the document and I needed to logon as ADMIN. My NT Account was in the list, so I was a logged on as USER.