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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
oma_systemplus
Contributor
Contributor

Reload form in acces point

Hello,

I am new to Qlikview and i can't refresh my form(qlikview), when i try run my application in acces point. I have a button with this code:

SUB ReloadDoc

     ActiveDocument.Reload

     ActiveDocument.Save

End Sub

The script containts querys to sql server

Can help me ?

Thanks.

3 Replies
simospa
Partner - Specialist
Partner - Specialist

Hi,

reload is not possible from Access Point using the "standard" action for events (= in the button).

You need to use EDX, read this document and follow the instructions on the attachments.

Using EDX in QlikView 11

I suggest you to consider to apply other ways because in my opinion reload from Access Point is not a good idea: try to use QMC scheduler, for example.

S.

oma_systemplus
Contributor
Contributor
Author

Hello Simone, can you give me a better example about how to use a QMC Scheduler. The document doesn't explain much about it.

Thanks in advance.

simospa
Partner - Specialist
Partner - Specialist

It's very simple.

Go to QMC --> Documents --> User Document

Select the file you want to reload and, on the right panel, choose Reload.

There you can find a very intuitive form in which you can insert all the option to schedule  your reload.

Mind that "Enabled" must be checked.

When done, click on Apply: in the tab "Status" you can find your new task scheduled.

If you are scheduling a QVW with section access, you must enter in the specific box the credential of admin user.

Let me know if it's clear.

S.