vbscript - Export Qlikview report to Excel -


i have created qlikview report export excel spreadsheet. report has 8 sheets/tabs , navigation functionality on all. after research found need create button on report executes macro.

having limited experience in qlikview do, able go far create button.

could please point me in right direction or better yet, provide me macro.

you need set action on button , select external - run macro. in macro name field type name of macro function/subroutine (in case "macrotest").

by pressing "edit module..." can access macro edit mode (or pressing ctrl + m)

sub macrotest   msgbox("macro") end sub 

press button , message box appear.

regarding excel exports there lot of working examples can find google.

good luck //micke


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -