Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

How to store charts fields into QVD

Dear all

Find please attached qvw file I want to store all fields of charts into QVD and use this qvd into antother application

Please help me how to?

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
vikasmahajan
Author

I have got solution for community I store through macro.

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.

View solution in original post

8 Replies
Not applicable

You cannot save charts into qvd's.

qvd's are meant to store table of data.

Thank you.

vikasmahajan
Author

I have got solution for community I store through macro.

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable

Hi Vikas ,

can you post me the link .     

vikasmahajan
Author

- Create Straight table with required fields to export

- on postreload

- Run Macro straighttoqvd

sub straighttoqvd

    set obj = ActiveDocument.GetSheetObject("CH02")

    obj.ExportEx "straight.qvd",4

end sub

This will create straight.qvd file

Hope this helps you.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
rohit214
Creator III
Creator III

HI vikas

You can also do the same without  macro.

Thanks

Rohit

vikasmahajan
Author

OK THANKS

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
vikasmahajan
Author

CAN YOU TELL  PLEASE HOW ?

VIKAS

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
dmohanty
Partner - Specialist
Partner - Specialist

Is OnPostReload supported in Publisher?

I mean are you able to export the Chart Data to QVD by running the same QVW on Publisher?

I am bale to do that when I run manually, but not in Publisher.