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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Names of Property

Please help me, i need to know name of all property of objects.
below there is an example that shows property "expressions.cout" , but i would like of all.

Sorry about my english. I am Brazilian.

set chart = ActiveDocument.GetSheetObject("CH468")
set Prop = chart.GetProperties
iexpr=Prop.expressions.count
msgbox(chart.getcolumncount-iexpr)

2 Replies
Not applicable
Author

Have you checked out the API Guide? It is a pretty comprehensive resource for everything related to QlikView macros.

It is installed when you install QlikView and is also available on the QlikView downloads page.

Anonymous
Not applicable
Author

thank you very much!
i do not saw before. I thought it was a help file!