- First create a dynamic directory (relying on a dimension ), this is currently done by a batch file
- Then export a bunch of pivot tables as csv files , this is done via a Qlikview Vbs macro.
- Then Run an external tool ( an already existing one, using MS Word macros) in order to process those files
- Eventually perform a file cleaning (batch file)
This is working fine except that execution is not synchronize. If I put all these actions in one button I have no warranty that the file cleaning won't occure before the end of the file processing!
One solution would be to put everything in one big QV vbs Macro, but my users need to access it via internet explorer ( using the plugin) and it seems that I can't launch MS Word via vbs in that context.
Does anybody found a way to work out such a sequence of actions?