Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Button to reload data...

Hello.... is it possible to declare a button to reload data from a ODBC source by executing the load script???

1 Solution

Accepted Solutions
its_anandrjs

Hi,

Yes it is possible by button click you able to relaod a Qvw application. By the help of Macro you able to reload a application by putting this code in moacro window

sub reload

activeDocument.reload

end sub

And give this finction to button which calls this macro.See the sample file, Hope this helps you.

Regards,

Anand

View solution in original post

6 Replies
its_anandrjs

Hi,

Yes it is possible by button click you able to relaod a Qvw application. By the help of Macro you able to reload a application by putting this code in moacro window

sub reload

activeDocument.reload

end sub

And give this finction to button which calls this macro.See the sample file, Hope this helps you.

Regards,

Anand

its_anandrjs

Hi

You got correct result or not please confirm it.

Regards,

Anand

Not applicable
Author

Thanks for the example, il helped me to do this !

Not applicable
Author

Thanks for the example.... and pardon the delay!!!

Not applicable
Author

Hi Anand,

It works, if i click the button in my desktop version.

After i distributed the QVW, and access the qvw from Access Point, and click the Reload, nothing happens.

Is it normal?

I needed something which i can reload from the dashboard.

Thanks,

Nick

Not applicable
Author

you are not able to reload from the access point (browser) this way.

see: http://community.qlik.com/message/354604#354604

or http://community.qlik.com/message/500267#500267