<?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: data Replacement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339356#M125201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2012 12:04:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-07T12:04:16Z</dc:date>
    <item>
      <title>data Replacement</title>
      <link>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339352#M125197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have devloped dashboard which contains data for visits of site monthly basis .&lt;/P&gt;&lt;P&gt;while loadig data for month may i have used wron data&amp;nbsp; for category 'ABC'&lt;/P&gt;&lt;P&gt;so i need to correct it.&lt;/P&gt;&lt;P&gt;Now i am using where conditaion to remove may month data for 'ABC'.&lt;/P&gt;&lt;P&gt;but i&amp;nbsp; found that data for 'ABC' removed when i used below condition &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvd where category&amp;lt;&amp;gt;'ABC' and Month&amp;lt;&amp;gt;'May';&lt;/P&gt;&lt;P&gt;so i have to load all month data for ABC.&lt;/P&gt;&lt;P&gt;is there any way to remove data for only month May for ABC.&lt;/P&gt;&lt;P&gt;or there is any way to replace only that rows which contains wrong data because&lt;/P&gt;&lt;P&gt;it is a big application and even loding data into qvd for a month is also challenge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 10:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339352#M125197</guid>
      <dc:creator />
      <dc:date>2012-07-07T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: data Replacement</title>
      <link>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339353#M125198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;qvd where &lt;STRONG&gt;not (category='ABC' and Month='May');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 11:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339353#M125198</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-07T11:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: data Replacement</title>
      <link>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339354#M125199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;but is there any way to replace the values which i want to change without loading all data after removing wrong data.&lt;/P&gt;&lt;P&gt;is there any way to replace value into qvd for any month and category.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 11:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339354#M125199</guid>
      <dc:creator />
      <dc:date>2012-07-07T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: data Replacement</title>
      <link>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339355#M125200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I personally know of no way to directly change data in a qvd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I don't see your point here really. You loaded wrong data at one point in time and stored this into a qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, why not load the correct data, append your historic data from qvd (without the wrong data, using where clause), then store the complete, correct data back in a qvd (i.e. replacing your existing qvd with the incorrect data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You only need to do this once, so I see no reason in worrying about performance here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 11:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339355#M125200</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-07T11:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: data Replacement</title>
      <link>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339356#M125201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 12:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-Replacement/m-p/339356#M125201</guid>
      <dc:creator />
      <dc:date>2012-07-07T12:04:16Z</dc:date>
    </item>
  </channel>
</rss>

