Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Weird problem with macros in QlikView

Hi,

I am a programmer in traditional languages like C, C++, Java. Where we can make function calls from a function.

In qlikview i have written many macros, each of which does specific work. Now i want to automate the whole job, so i had written a new function which calls all the five functions which are independent. Most of the tasks are like creating PPTs, Images, etc.  And here come the problem,

When i run a function individually each of them are working very well. but if i call all the functions from another function, it runs some times and it doesn't some times. It just pops up the scripting window, which doesn't show us where exactly the problem. 


Please help me with this.


Thanks in advance.

Sundeep

2 Replies
Not applicable
Author

use the below script between each function call

ActiveDocument.GetApplication.WaitForIdle

Regards,

Kabilan K.

Not applicable
Author

I am already using that. It is not of much help.

Regards,

Sundeep