<?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: export qvd macros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378336#M611290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that means you will want a different name for each qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2017 15:40:47 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2017-11-27T15:40:47Z</dc:date>
    <item>
      <title>export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378330#M611284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have cross table&amp;nbsp; and liste selection date, i need to create macros that turn over the liste select , and in each value , export this cross table as qvd file with one selection for this liste&lt;/P&gt;&lt;P&gt;it s possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 12:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378330#M611284</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T12:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378331#M611285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code from the API cycles through the possible values in a field:&lt;/P&gt;&lt;P&gt;set val=ActiveDocument.Fields("Month").GetPossibleValues&lt;/P&gt;&lt;P&gt;for i=0 to val.Count-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(val.Item(i).Text)&amp;nbsp; ' change this line to select each value&lt;/P&gt;&lt;P&gt;' Add code here to store to qvd&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 13:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378331#M611285</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-27T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378332#M611286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO M W,&lt;/P&gt;&lt;P&gt;how to select the object tablecross ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378332#M611286</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T15:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378333#M611287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ActiveDocument.GetSheetObject( ref) , i knowed this funtion but how to store the table with the selection item&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378333#M611287</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378334#M611288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is also from the API Guide:&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CS03")&lt;/P&gt;&lt;P&gt;cs.ServerSideExportEx "C:\test.html" , ";" , 0 '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378334#M611288</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-27T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378335#M611289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set val=ActiveDocument.Fields("Date").GetPossibleValues&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for i=0 to val.Count-1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;set cs = ActiveDocument.GetSheetObject("ch10")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cs.ServerSideExportEx "nomfichier.qvd" &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;next&lt;BR /&gt;but with th store i need to store table with for each selection values possible , as if i selecte value of selection date and i stored the table , and after that the next value and i stored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378335#M611289</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378336#M611290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that means you will want a different name for each qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378336#M611290</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-27T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378337#M611291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I want to automate a task, I have a table, for the set of value of the selection date: I select a date and I export the table as qvd, I need to automate the task, export the table as many value of the selection, each time I select the date and I export&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378337#M611291</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378338#M611292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set val=ActiveDocument.Fields("AGENCE").GetPossibleValues&lt;/P&gt;&lt;P&gt;for i=0 to val.Count-1&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("AGENCE").Select (val.Item(i).Text)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; set obj = ActiveDocument.GetSheetObject("CH02")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportEx "C:\Users\04488\Desktop\Vision\straight(val.Item(i).Text).qvd",4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;this script working but i need &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;different name for each qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378338#M611292</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T15:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378339#M611293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;val.Item(i).Text give you a different name?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Maybe:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;obj.ExportEx "C:\Users\04488\Desktop\Vision\straight(" &amp;amp; val.Item(i).Text &amp;amp; ").qvd",4&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378339#M611293</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-27T16:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378340#M611294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m w can i use the function mid() in the module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378340#M611294</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378341#M611295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;You want to do something like:&lt;/P&gt;&lt;P&gt;mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;val.Item(i).Text,4,10)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378341#M611295</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-27T16:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378342#M611296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set val=ActiveDocument.Fields("date_s").GetPossibleValues&lt;/P&gt;&lt;P&gt;for i=0 to val.Count-1&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("date_s").Select (val.Item(i).Text)&amp;nbsp; &lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH173")&lt;/P&gt;&lt;P&gt;set String=(val.Item(i).Text)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TITRE=Instr(&lt;SPAN style="font-size: 13.3333px;"&gt;String&lt;/SPAN&gt;,1,3) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportEx "C:\Users\04488\Desktop\Vision\straight"&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TITRE&lt;/SPAN&gt;&amp;amp; ".qvd",4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;i use this script biiut i have error &lt;STRONG&gt;Object required: '[string: "12/2015"&lt;/STRONG&gt;]'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378342#M611296</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T16:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378343#M611297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to store val.Item(i).Text in a variable:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;String=val.Item(i).Text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I don't know what you are trying to do with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TITRE=Instr(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;String&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,1,3)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378343#M611297</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-27T16:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: export qvd macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378344#M611298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need a function like mid&lt;/P&gt;&lt;P&gt;the file name is mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;val.Item(i).Text,5,2&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;for exemple: the selection 2017/10 &lt;BR /&gt;i need to extract only10&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;obj.ExportEx "C:\Users\04488\Desktop\Vision\straight"&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;TITRE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;amp; ".qvd",4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;straight10.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 17:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-qvd-macros/m-p/1378344#M611298</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-27T17:47:07Z</dc:date>
    </item>
  </channel>
</rss>

