<?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 Move a view from app to csv in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Move-a-view-from-app-to-csv/m-p/1545908#M439847</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am searching for a solution for the following:&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp; pivot table composed from a diversity of columns and tables. This table gets validated by an admin user and that user can export that pivot table to a csv file. It is required to generate the file name of the csv (datetime generated and from/to selection date are included in the filename) and select a subset of columns from the pivot table (not all columns will have to be stored into the csv).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions and illustrations on how to proceed are welcome!&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:23:31 GMT</pubDate>
    <dc:creator>andre_ficken</dc:creator>
    <dc:date>2024-11-16T21:23:31Z</dc:date>
    <item>
      <title>Move a view from app to csv</title>
      <link>https://community.qlik.com/t5/QlikView/Move-a-view-from-app-to-csv/m-p/1545908#M439847</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am searching for a solution for the following:&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp; pivot table composed from a diversity of columns and tables. This table gets validated by an admin user and that user can export that pivot table to a csv file. It is required to generate the file name of the csv (datetime generated and from/to selection date are included in the filename) and select a subset of columns from the pivot table (not all columns will have to be stored into the csv).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions and illustrations on how to proceed are welcome!&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Move-a-view-from-app-to-csv/m-p/1545908#M439847</guid>
      <dc:creator>andre_ficken</dc:creator>
      <dc:date>2024-11-16T21:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Move a view from app to csv</title>
      <link>https://community.qlik.com/t5/QlikView/Move-a-view-from-app-to-csv/m-p/1545942#M439849</link>
      <description>&lt;P&gt;You could try it with a macro maybe with something like this:&lt;/P&gt;&lt;P&gt;DateTime = ActiveDocument.Evaluate("=timestamp(now(), 'Format')")&lt;BR /&gt;Selection = ActiveDocument.Evaluate("=getcurrentselections()")&lt;BR /&gt;FilePath = "C:\Path\" &amp;amp; DateTime &amp;amp; Selection &amp;amp; ".csv"&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt;obj.ExportEx FilePath, 1&lt;/P&gt;&lt;P&gt;Important will be to define the right formattings for the timestamp and the selections because chars like :/\ aren't allowed within a path and by including any spaces the variable needs to contain the double-quotes in itself. I think a msgbox will be useful to check if the variable-stuff returns the needed result.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 14:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Move-a-view-from-app-to-csv/m-p/1545942#M439849</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-18T14:31:04Z</dc:date>
    </item>
  </channel>
</rss>

