<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to store charts fields into QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663372#M241663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got solution for community I store through macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 04:58:53 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2014-06-12T04:58:53Z</dc:date>
    <item>
      <title>How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663370#M241661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find please attached qvw file I want to store all fields of charts into QVD and use this qvd into antother application&lt;/P&gt;&lt;P&gt;Please help me how to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 03:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663370#M241661</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-12T03:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663371#M241662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot save charts into qvd's.&lt;/P&gt;&lt;P&gt;qvd's are meant to store table of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 04:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663371#M241662</guid>
      <dc:creator />
      <dc:date>2014-06-12T04:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663372#M241663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got solution for community I store through macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 04:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663372#M241663</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-12T04:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663373#M241664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas ,&lt;/P&gt;&lt;P&gt;can you post me the link .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 05:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663373#M241664</guid>
      <dc:creator />
      <dc:date>2014-06-12T05:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663374#M241665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Create Straight table with required fields to export&lt;/P&gt;&lt;P&gt;- on postreload &lt;/P&gt;&lt;P&gt;- Run Macro straighttoqvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub straighttoqvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH02")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportEx "straight.qvd",4&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create straight.qvd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663374#M241665</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-12T06:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663375#M241666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI vikas&lt;/P&gt;&lt;P&gt;You can also do the same without&amp;nbsp; macro.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663375#M241666</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2014-06-12T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663376#M241667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663376#M241667</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-12T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663377#M241668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAN YOU TELL&amp;nbsp; PLEASE HOW ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIKAS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 11:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663377#M241668</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-27T11:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to store charts fields into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663378#M241669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is OnPostReload supported in Publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean are you able to export the Chart Data to QVD by running the same QVW on Publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am bale to do that when I run manually, but not in Publisher.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 20:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-charts-fields-into-QVD/m-p/663378#M241669</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-07-09T20:52:16Z</dc:date>
    </item>
  </channel>
</rss>

