<?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 save expression data created in straight table as a QVD File. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530076#M1147495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you how can we automate it so that with every reload the macro is executed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls share an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jul 2013 10:30:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-27T10:30:57Z</dc:date>
    <item>
      <title>How to save expression data created in straight table as a QVD File.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530074#M1147493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Frieds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a straight table calculating the standard deviation, Control limit, average etc. I want to export this data into a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul Kale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 19:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530074#M1147493</guid>
      <dc:creator />
      <dc:date>2013-07-26T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to save expression data created in straight table as a QVD File.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530075#M1147494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/313121#313121"&gt;http://community.qlik.com/message/313121#313121&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your macro would like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sub straighttoqvd&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportEx "straight.qvd",4&lt;BR /&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or using the serverside function like stated in the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 01:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530075#M1147494</guid>
      <dc:creator />
      <dc:date>2013-07-27T01:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to save expression data created in straight table as a QVD File.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530076#M1147495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you how can we automate it so that with every reload the macro is executed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls share an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 10:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530076#M1147495</guid>
      <dc:creator />
      <dc:date>2013-07-27T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to save expression data created in straight table as a QVD File.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530077#M1147496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Settings &amp;gt; Document Properties &amp;gt; Triggers tab &amp;gt; Document Event Triggers &amp;gt; On Post Reload &amp;gt; Add Actions &amp;gt; Add &amp;gt; External &amp;gt; Run Macro &amp;gt; type the macro name in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to add more than 1 action to be executed before running the macro, like clearing the selections, or applying certain selections. So just add them in the same "On Post Reload" trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload (either manually/batch/server schedule) and your qvd will be updated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 12:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530077#M1147496</guid>
      <dc:creator />
      <dc:date>2013-07-27T12:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to save expression data created in straight table as a QVD File.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530078#M1147497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me to concatenate the chart data with today's date into a qvd/ excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to store the numbers that are calculated/refreshed daily into a qvd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above post helps me make a qvd from post-reload trigger, butu how to concatenate it daily with today() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 20:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-expression-data-created-in-straight-table-as-a-QVD/m-p/530078#M1147497</guid>
      <dc:creator />
      <dc:date>2013-08-05T20:24:26Z</dc:date>
    </item>
  </channel>
</rss>

