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

Reduce and download document from server

Hi,
I'm looking for a way to reduce and download/save a qlikview document to my laptop to take away from office.
As I see I'm unable to reduce and save a document when document was opened on the server.Is it bug of QVS?

Ramunas Balukonis

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

It's not, actually, that's the expected behavior opening on server. You can try with a macro anyway (haven't tested that, and it's unlikely to work) triggered by a button (say) so

Sub ReduceandSave ActiveDocument.ReduceData ActiveDocument.SaveAs "C:\File.qvw"End Sub


Hope this helps.

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hello,

It's not, actually, that's the expected behavior opening on server. You can try with a macro anyway (haven't tested that, and it's unlikely to work) triggered by a button (say) so

Sub ReduceandSave ActiveDocument.ReduceData ActiveDocument.SaveAs "C:\File.qvw"End Sub


Hope this helps.