<?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 Store tablebox by macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-tablebox-by-macro/m-p/130381#M602517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikview Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to store TableBox from AccessPoint with INPUTFIELD. In order to do this I use macro below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Save_in_Server&lt;/P&gt;&lt;P&gt;set tb = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;tb.ServerSideExportEx "C:\Test\Test.xml" , ";" , 3 '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table (TB01) is for example like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Price, Price2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2018, 10, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02.01.2018, 5, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30.01.2018, 6, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.02.2018, 6, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.03.2018, 5, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that TableBox is a table with dates and I put selection on this by month/year. What I need is to store the entire TableBox, but when I use macro above only file with current selection is stored. For example if I select January and run the macro I get only selected rows (&lt;SPAN style="font-size: 13.3333px;"&gt;01.01.2018, &lt;SPAN style="font-size: 13.3333px;"&gt;02.01.2018, &lt;SPAN style="font-size: 13.3333px;"&gt;30.01.2018), however I need all row with other dates as well&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise how I can get the entire table stored, but with selection still made on the dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Sep 2018 18:07:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-16T18:07:26Z</dc:date>
    <item>
      <title>Store tablebox by macro</title>
      <link>https://community.qlik.com/t5/QlikView/Store-tablebox-by-macro/m-p/130381#M602517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikview Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to store TableBox from AccessPoint with INPUTFIELD. In order to do this I use macro below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Save_in_Server&lt;/P&gt;&lt;P&gt;set tb = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;tb.ServerSideExportEx "C:\Test\Test.xml" , ";" , 3 '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table (TB01) is for example like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Price, Price2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2018, 10, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02.01.2018, 5, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30.01.2018, 6, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.02.2018, 6, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.03.2018, 5, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that TableBox is a table with dates and I put selection on this by month/year. What I need is to store the entire TableBox, but when I use macro above only file with current selection is stored. For example if I select January and run the macro I get only selected rows (&lt;SPAN style="font-size: 13.3333px;"&gt;01.01.2018, &lt;SPAN style="font-size: 13.3333px;"&gt;02.01.2018, &lt;SPAN style="font-size: 13.3333px;"&gt;30.01.2018), however I need all row with other dates as well&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise how I can get the entire table stored, but with selection still made on the dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2018 18:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-tablebox-by-macro/m-p/130381#M602517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-16T18:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Store tablebox by macro</title>
      <link>https://community.qlik.com/t5/QlikView/Store-tablebox-by-macro/m-p/130382#M602518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add before the export-statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Date").Clear&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-tablebox-by-macro/m-p/130382#M602518</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-17T10:59:44Z</dc:date>
    </item>
  </channel>
</rss>

