<?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: Edit Record on QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629140#M679101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1, Field2,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Match(Map_3, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Depreciation','Fixed Assets','GA Exp'&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Other',Map_3) as Map_3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Data INTO QVDFileName.qvd;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 05:52:40 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-05-12T05:52:40Z</dc:date>
    <item>
      <title>Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629130#M679091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I need your help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write script for edit record on QVD?&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update table_a&lt;/P&gt;&lt;P&gt;set Map_2='Other'&lt;/P&gt;&lt;P&gt;where Map_2='Opex'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 01:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629130#M679091</guid>
      <dc:creator />
      <dc:date>2014-05-12T01:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629131#M679092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You cannot directly update a QVD instead you need to recreate it again like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Map_2&lt;/SPAN&gt; = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Opex', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Other', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Map_2&lt;/SPAN&gt;) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Map_2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data INTO QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 01:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629131#M679092</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T01:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629132#M679093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valdi, there is direct way to edit the record in the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you have to load the QVD and edit the record withe ApplyMap or LookUp or If condition. I personally use ApplyMap because its relatively very fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create the Mapping Table with your edit field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_EDIT:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Map_2, Map_2_New&lt;/P&gt;&lt;P&gt;Opex, Other&lt;/P&gt;&lt;P&gt;Opex1, Other1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDNAME:&lt;/P&gt;&lt;P&gt;LOAD A, B, C, ApplyMap('MAP_EDIT', Map_2 , Map_2) AS Map_2&lt;/P&gt;&lt;P&gt;From QVDNAME.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE QVDNAME into QVDNAME.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table QVDNAME ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 01:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629132#M679093</guid>
      <dc:creator />
      <dc:date>2014-05-12T01:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629133#M679094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to edit record for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;If(Map_2='OPEX','OTHER',MAP_2) as MAP_2&lt;/P&gt;&lt;P&gt;from QVDFileName.qvd&lt;/P&gt;&lt;P&gt;store Data into QVDFileName.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to keep data 2013, and just data 2014 has changed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 02:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629133#M679094</guid>
      <dc:creator />
      <dc:date>2014-05-12T02:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629134#M679095</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field2,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Year(DateFieldName) = Year(Today()) AND &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Map_2&lt;/SPAN&gt; = '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Opex', &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'Other', &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Map_2&lt;/SPAN&gt;) AS &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Map_2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Data INTO QVDFileName.qvd;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DateFieldName&lt;/SPAN&gt; with your date field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 02:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629134#M679095</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T02:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629135#M679096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You give me write example Year Date?&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Field1, Field2, If (Year(DatePeriode_Report)=Year(Today())) and Map_2='Opex','Other',Map_2) as Map_2 ?&lt;/P&gt;&lt;P&gt;Record Periode Report='2013011','2013012','2014001','2014002','2014003'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write the scrip for YearDate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 02:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629135#M679096</guid>
      <dc:creator />
      <dc:date>2014-05-12T02:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629136#M679097</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;Can you attach some sample data and expected output?&amp;nbsp; or try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1, Field2, If (Left(DatePeriode_Report, 4)=Year(Today())) and Map_2='Opex','Other',Map_2) as Map_2 &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Data INTO QVDFileName.qvd;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 03:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629136#M679097</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T03:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629137#M679098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Mr.Jagan Mohan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 03:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629137#M679098</guid>
      <dc:creator />
      <dc:date>2014-05-12T03:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629138#M679099</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;Please close this thread by clicking Correct and Helpful Answer&amp;nbsp; buttons to the posts.&amp;nbsp; It helps others in finding the answers for similar requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 03:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629138#M679099</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T03:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629139#M679100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry, I have the last question. how to write script if&lt;/P&gt;&lt;P&gt;Map_3=('Depreciation','Fixed Assets','GA Exp'),'Other',Map_3) as Map_3?&amp;nbsp; &amp;lt;&amp;lt;-- is it true?&lt;/P&gt;&lt;P&gt;I want to edit 3 differrent record ('Depreciation','Fixed Assets','GA Exp') to 'Other' furthermore Map_3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 04:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629139#M679100</guid>
      <dc:creator />
      <dc:date>2014-05-12T04:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629140#M679101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1, Field2,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Match(Map_3, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Depreciation','Fixed Assets','GA Exp'&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Other',Map_3) as Map_3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Data INTO QVDFileName.qvd;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 05:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629140#M679101</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T05:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629141#M679102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr. Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try with script:&lt;/P&gt;&lt;P&gt;Table_a:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Cost_Centre, Periode_Report, Amount, &lt;/P&gt;&lt;P&gt;if(match(Periode_Report,'201311','201312','201401','201402','201403')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Cost_Centre,'S812','S813')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Map_1='Expense','Other','Map_1') as Map_1,&lt;/P&gt;&lt;P&gt;if(Match(Periode_Report,'201311','201312','201401','201402','201403')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Cost_Centre,'S812','S813')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Map_2='OPEX','Other OPEX','Map_2') as Map_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I'm trying to reload, show messagebox 'error expression'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me for the correct script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 06:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629141#M679102</guid>
      <dc:creator />
      <dc:date>2014-05-12T06:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629142#M679103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Table_a:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Cost_Centre, Periode_Report, Amount,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if(match(Periode_Report,'201311','201312','201401','201402','201403')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Cost_Centre,'S812','S813')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Map_1, 'Expense'), 'Other',Map_1) as Map_1,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if(Match(Periode_Report,'201311','201312','201401','201402','201403')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Cost_Centre,'S812','S813')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Map_2, 'OPEX'), 'Other OPEX',Map_2) as Map_2&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 06:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629142#M679103</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T06:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629143#M679104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr. Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script is correct, but the problem is when not match then record is 'Map_1', I want when not match then the record same as before like 'assets',or 'liability' etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 07:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629143#M679104</guid>
      <dc:creator />
      <dc:date>2014-05-12T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629144#M679105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Try this&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Table_a:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Cost_Centre, Periode_Report, Amount,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if(match(Periode_Report,'201311','201312','201401','201402','201403')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Cost_Centre,'S812','S813')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Map_1 &amp;lt;&amp;gt; 'Expense'), 'Other',Map_1) as Map_1,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if(Match(Periode_Report,'201311','201312','201401','201402','201403')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Cost_Centre,'S812','S813')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Match(Map_2, 'OPEX'), 'Other OPEX',Map_2) as Map_2&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 07:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629144#M679105</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629145#M679106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr. Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's so amazing, I'm so proud of you (y).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanna say thank u very much. Finally I can finish it and very2 happy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 07:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Record-on-QVD/m-p/629145#M679106</guid>
      <dc:creator />
      <dc:date>2014-05-12T07:48:21Z</dc:date>
    </item>
  </channel>
</rss>

