Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
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.
thank you very much!
i do not saw before. I thought it was a help file!