Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
chrweber
Creator
Creator

COM Interface Sheetobject get chart properties

Hi, I am using the com interface&powershell

I wish to access the properties of a sheetobject/graph/chart

But I fail to get the cast expression

$Object.GetObjectType()
#if chart then

$Object.GetProperties()

#this fails as sheetobject has no GetProperties

Best Regards

2 Replies
petter
Partner - Champion III
Partner - Champion III

I have no problem accessing the GetProperties from PowerShell - could you share more of your PowerShell code so we can pinpoint the problem?

petter
Partner - Champion III
Partner - Champion III

Here is a sample PowerShell script:

2018-06-14 16_56_59-COM Interface Sheetobject get chart properties _ Qlik Community.png