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: 
Not applicable

ActiveDocument.ReduceData not working

I've trying to get ReduceData working on a document, but before I insert it my main script I created a simple sub which only runs ReduceData, but it's been stalling everytime and if I reduce from the file menuj it's very quick. This is all my sub is doing


Sub TestReduce
ActiveDocument.ClearAll true
ActiveDocument.ReduceData false, null
End Sub


Am I missing something?

0 Replies