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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using script to remove objects

Hi everyone

A chalenge for the master developers in qlikview:

I have a lot of qvw application and there are a lot of objects is not being used anymore. So I want to delete them.

I ran a monitor application and now I have a list of objects I want to keep in my qvw application (only used in 2015). Its a long list, but lets suppose we have 2 in this case:

Object ID: BU01 and TX01


How I can keep these only 2 objects in a application and delete the rest (more than 50 and I don't want to know the name) ???

Remember:  I don't want to do it mannually, I want to create a script inside the own application. I can put the BU01 and TX01 in a spreadsheet and load them to the application.. after this I need a script to solve my problem...

Could you gays help me and certainly help another people in the future ?

Thanks a lot.

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

Here is a quite similar topic which you could adjust to your object-list:

Re: Remove sheet object VBScript

- Marcus