<?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: Store chart data daily in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091127#M89438</link>
    <description>&lt;P&gt;Hey Bhoomi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A&gt;In Qlik Sense, you can use the Store script function to create a CSV file from a table. T&lt;/A&gt;he Store statement can only export fields from one data table. If fields from several tables are to be exported, an explicit join must be made previously in the script to create the data table that should be exported &lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;&lt;I&gt;1&lt;/I&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Here is an example of how to use the Store function to create a CSV file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Store [fieldlist from] table into filename [format-spec];&lt;/I&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;You can find more detailed information on how to use the Store function in the Qlik Help documentation&lt;/A&gt;. As for automating this process to run on a daily basis, you could consider using a scheduling tool or script to trigger the reload of your Qlik Sense app at a specific time each day. This would execute the Store statement in your script and create the CSV file&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 13:52:36 GMT</pubDate>
    <dc:creator>Chirantha</dc:creator>
    <dc:date>2023-07-06T13:52:36Z</dc:date>
    <item>
      <title>Store chart data daily</title>
      <link>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091123#M89436</link>
      <description>&lt;P&gt;I want to store daily chart details in csv file without download the chart data manual neither with nprinting( not in my company). Is any method to store on daily basis?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 13:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091123#M89436</guid>
      <dc:creator>Bhoomi_walmart</dc:creator>
      <dc:date>2023-07-06T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Store chart data daily</title>
      <link>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091127#M89438</link>
      <description>&lt;P&gt;Hey Bhoomi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A&gt;In Qlik Sense, you can use the Store script function to create a CSV file from a table. T&lt;/A&gt;he Store statement can only export fields from one data table. If fields from several tables are to be exported, an explicit join must be made previously in the script to create the data table that should be exported &lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;&lt;I&gt;1&lt;/I&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Here is an example of how to use the Store function to create a CSV file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Store [fieldlist from] table into filename [format-spec];&lt;/I&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;You can find more detailed information on how to use the Store function in the Qlik Help documentation&lt;/A&gt;. As for automating this process to run on a daily basis, you could consider using a scheduling tool or script to trigger the reload of your Qlik Sense app at a specific time each day. This would execute the Store statement in your script and create the CSV file&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 13:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091127#M89438</guid>
      <dc:creator>Chirantha</dc:creator>
      <dc:date>2023-07-06T13:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Store chart data daily</title>
      <link>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091320#M89457</link>
      <description>&lt;P&gt;Hi I want to store table data from frontend chart to csv on daily level without doing manually and without nprinting . save below data as csv.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 03:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091320#M89457</guid>
      <dc:creator>Bhoomi_walmart</dc:creator>
      <dc:date>2023-07-07T03:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Store chart data daily</title>
      <link>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091405#M89466</link>
      <description>&lt;P&gt;Not sure about if possible from the front end directly, but you can design the table containing the required dimensions and measures in the backend and create a store command and store as .csv(txt) when the data gets reloaded daily.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 08:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-chart-data-daily/m-p/2091405#M89466</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2023-07-07T08:29:04Z</dc:date>
    </item>
  </channel>
</rss>

