Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
dirk1955
Creator
Creator

Command button to reload data.

Hi,

I want to give the user the possibillity to reload the data on a qlikview file by clicking a button in the form instead of using the reload command in the menu bar.

How can i do that?

Greets

1 Solution

Accepted Solutions
Anonymous
Not applicable

You can do it by assigning macro to your button:

sub ReloadSave

     ActiveDocument.Reload

     ActiveDocument.Save

end sub

View solution in original post

4 Replies
Anonymous
Not applicable

You can do it by assigning macro to your button:

sub ReloadSave

     ActiveDocument.Reload

     ActiveDocument.Save

end sub

dirk1955
Creator
Creator
Author

Thanks a lot, i was thinking in a completely other direction, but than i'm just starting.

Not applicable

Hi Michael,

Does this work if the user access via Access point?

i tried, and it didn't work.

If it's for desktop version? why do we need to create an additional button when we already have it at the toolbar?

Thanks,

Nick

Anonymous
Not applicable

Hi Nick,

It doesn't work via Access Point.  Actually, there was a suggestion in "Ideas" section about this recently, and it was rejected.

Technically it is possible.  I never needed it  There was a solution here on Community, you can try to find.

So, it is for the desktop version.  The need for this is not common.  I can think of some situations, for example:

- Some actions should happen before or after reload.  Easy to combine in a macro.

- QlikView application is embeded in another software (using qlikocx), and there is no standard desktop toolbar.

Regards,

Michael