<?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: Change data and then save into excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397484#M695356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i change the data in table box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 19:11:52 GMT</pubDate>
    <dc:creator>dradoikov</dc:creator>
    <dc:date>2013-05-22T19:11:52Z</dc:date>
    <item>
      <title>Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397480#M695352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want change data in QlikView UI and then save into Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 17:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397480#M695352</guid>
      <dc:creator>dradoikov</dc:creator>
      <dc:date>2013-05-22T17:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397481#M695353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean export data from the script or from one graph ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the script you can use the STORE instruction after your table creation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;STORE mytable into myfile.txt (txt); // No excel format available.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;From one graph&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Right click on your graph, chose "export" then a box offer you the possibility to save under Excel format.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 18:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397481#M695353</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-05-22T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397482#M695354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quik answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; QlikView &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;imported&lt;/SPAN&gt; Excel &lt;SPAN class="hps"&gt;file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;In&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Excel&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;there&lt;/SPAN&gt; one &lt;SPAN class="hps"&gt;column&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that I want to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;change&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;through the interface.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;After the change&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the information&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this column&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;changes need to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;be saved&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;again&lt;/SPAN&gt; Excel &lt;SPAN class="hps"&gt;file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 19:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397482#M695354</guid>
      <dc:creator>dradoikov</dc:creator>
      <dc:date>2013-05-22T19:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397483#M695355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take the Excel file into Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Table box will (Select all Columns) after you have made the Changes and then Export the Table Box Data to Excel and Save the Excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41563" class="jive-image" alt="Table_Box.png" src="https://community.qlik.com/legacyfs/online/41563_Table_Box.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 19:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397483#M695355</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-05-22T19:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397484#M695356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i change the data in table box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 19:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397484#M695356</guid>
      <dc:creator>dradoikov</dc:creator>
      <dc:date>2013-05-22T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397485#M695357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only if you defined the field as an Input Field in the load script with the Inputfield statement. See the help file for details. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 19:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397485#M695357</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-22T19:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397486#M695358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Listen to Gysbert, he is far more knowledgeable about these things, so I would trust what he is saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could make changes in the Script like adding, Month, Year, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then add those new fields to the Table Box and then Export&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 19:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397486#M695358</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-05-22T19:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change data and then save into excel</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397487#M695359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Runs great&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thank you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 20:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-and-then-save-into-excel/m-p/397487#M695359</guid>
      <dc:creator>dradoikov</dc:creator>
      <dc:date>2013-05-22T20:54:01Z</dc:date>
    </item>
  </channel>
</rss>

