Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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![]()
I have got solution for community I store through macro.
Thanks
Vikas
You cannot save charts into qvd's.
qvd's are meant to store table of data.
Thank you.
I have got solution for community I store through macro.
Thanks
Vikas
Hi Vikas ,
can you post me the link .
- 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
HI vikas
You can also do the same without macro.
Thanks
Rohit
OK THANKS
CAN YOU TELL PLEASE HOW ?
VIKAS
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.