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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

vbscript help

Hi everyone I have problem in qlikview with vbscript. I try to find a way to do 2 things

1: I have a database connected to qvw. I want to create a macro that deletes from qvw a record which no more exists in my database and

2: I want to insert a record which exists in my database but not in qvw.

I don't want to make a reload

Could anyone help me.  I could not figure this out only update qlikview from db I have done.

Pleaseeeeeeeeeeeeeeeee

2 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Without reload you cannot update the data in the qlikview file.  But instead of reloading using the reload button, you can reload it by using a macro if needed.

Without reloading you cannot add/delete the data from qlikview file.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi

sub autoreload

activeDocument.reload

end sub

Using the above macro you can reload the qlikview on any event / triggers ( onOpen , button click...)

Regards

Ashok