<?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: Update individual data from .xml source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509170#M190263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try&lt;/P&gt;&lt;P&gt;If(Match(ProductName,'Equipment') and Match(Branch,'ENG', 'EQB'),Branch) AS Branch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 01:34:21 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2013-11-12T01:34:21Z</dc:date>
    <item>
      <title>Update individual data from .xml source</title>
      <link>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509169#M190262</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;Is it possible to update data from a load like in SQL if there is more than one column involved, and so a simple 'If' statement will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for an equivalent of SQL of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE&amp;nbsp;&amp;nbsp; [tablename]&lt;/P&gt;&lt;P&gt;SET&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Branch] = 'EQB'&lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp;&amp;nbsp;&amp;nbsp; [ProductName] = 'Equipment'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following Qlikview statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ProductName = 'Equipment', Branch = 'EQB', Branch) AS Branch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and,&lt;/P&gt;&lt;P&gt;If(ProductName = 'Equipment' AND Branch = 'ENG', 'EQB', Branch) AS Branch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also joined the main bulk of the data (whilst excluding Branch = 'ENG') and then tried to join/concatenate the last part ProductName 'Equipment'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of the above have worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other techniques are there so I can update this data without having to tamper with the raw tables themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 23:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509169#M190262</guid>
      <dc:creator />
      <dc:date>2013-11-11T23:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update individual data from .xml source</title>
      <link>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509170#M190263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try&lt;/P&gt;&lt;P&gt;If(Match(ProductName,'Equipment') and Match(Branch,'ENG', 'EQB'),Branch) AS Branch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 01:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509170#M190263</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-11-12T01:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update individual data from .xml source</title>
      <link>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509171#M190264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What didn't work when using:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(ProductName = 'Equipment' AND Branch = 'ENG', 'EQB', Branch) AS Branch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;That looks correct. Are ProductName and Branch in the same table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 02:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-individual-data-from-xml-source/m-p/509171#M190264</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-11-12T02:30:09Z</dc:date>
    </item>
  </channel>
</rss>

