Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hy !
Is there a way to check if an Object exists in a Qlikview file (wihtout using theVB Macro module)
Ex: i created two graphic Objects (ID : CH01 and CH02)
I deleted the CH01.
The "exist" function should return True for CH02 and false for CH01.
Thanks for your help !
For objects that contain a dimension you can use something like len(GetObjectField(0,'CH01'))
For objects that contain a dimension you can use something like len(GetObjectField(0,'CH01'))
Hi,
You can find all objects in your document by going to:
Settings>Document Properties
On the tab labeled sheets the second table will give you a list of objects in you document and related values.
Regards
Rahul Lakhina
Very interesting Gysbert !
Most of my object have one. I will use it.
An idea for Other Objects ...
Thanks Rahul,
but i'm looking for a Function (No manually check)