<?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 excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365948#M829941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My source data is an excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice&amp;nbsp; ! Year ! Quantity | Price&lt;/P&gt;&lt;P&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2017 | 10 | 25&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2017 | 09 | 35&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2017 | 08 | 35&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every month the same excel file gets changed with different prices. so when i run the qlikview file again it should be saved or concatenated in QVD. But now it over rights . any sugg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>raadwiptec</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>excel</title>
      <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365948#M829941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My source data is an excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice&amp;nbsp; ! Year ! Quantity | Price&lt;/P&gt;&lt;P&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2017 | 10 | 25&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2017 | 09 | 35&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2017 | 08 | 35&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every month the same excel file gets changed with different prices. so when i run the qlikview file again it should be saved or concatenated in QVD. But now it over rights . any sugg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel/m-p/1365948#M829941</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365949#M829942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first step that you should do is to create a file that only has to be executed when new data is available. This file has to create a QVD like Extraction_Excel_Month_Year.qvd (Example: &lt;SPAN style="font-size: 13.3333px;"&gt;Extraction_Excel_June_2017.qvd &lt;/SPAN&gt;). This file will generate a new QVD each month with only the data of that month.&lt;/P&gt;&lt;P&gt;Then you need to create another step that will read all these QVDs, something like that :&lt;/P&gt;&lt;P&gt;FROM path\&lt;SPAN style="font-size: 13.3333px;"&gt;Extraction_Excel_*.qvd. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then you will have all the information hosted in the different QVDs in one table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel/m-p/1365949#M829942</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2017-06-27T14:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365950#M829943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When saving to a QVD, it first deletes the QVD and then replaces it with whatever data is there. So if the data is changing then the QVD will replicate those changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest organizing your spreadsheet to allow for concatenation. If someone is going to update the price, a new line should be entered with a timestamp of price change, for example your columns should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID | Invoice | Year | Quantity | Price | DateChanged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having an ID is not needed but it is going for avoiding duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something you can do or do you not have control over this process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel/m-p/1365950#M829943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-27T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365951#M829944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct me if I'm wrong here Jaume,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I believe what is being said here is that there are no new lines of data being added. People are going into the excel sheet and changing the original data, so the old data &lt;STRONG&gt;dissapears&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 15:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel/m-p/1365951#M829944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-27T15:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365952#M829945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no basically the user updates with more than 1000 lines.. so their is no control over that process. we cannot ask the user to add an extra line for the scripting purpose..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 09:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel/m-p/1365952#M829945</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2017-06-28T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.qlik.com/t5/QlikView/excel/m-p/1365953#M829946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct. no new lines added. so we need to have a method to concatenate the changed lines again as new&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 09:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel/m-p/1365953#M829946</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2017-06-28T09:40:34Z</dc:date>
    </item>
  </channel>
</rss>

