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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
maxime66
Creator
Creator

Test for existing Object (No macro)

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 !

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

For objects that contain a dimension you can use something like len(GetObjectField(0,'CH01'))


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

For objects that contain a dimension you can use something like len(GetObjectField(0,'CH01'))


talk is cheap, supply exceeds demand
Not applicable

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

maxime66
Creator
Creator
Author

Very interesting Gysbert !

Most of my object have one. I will use it.

An idea for Other Objects ...

maxime66
Creator
Creator
Author

Thanks Rahul,

but i'm looking for a Function (No manually check)