Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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