<?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 How replace some values from an exception table to main table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734843#M263073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have a Main Table with some value and i have an Exceptions Table that holds some exception values. For example, this table tell us that when Field1 value was 1, the Field2 value is 11. I can't do this with just the if statement because i have a lot of exceptions like this in the Exceptions Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have some ideia on how to replace these exceptions' values into the Main Table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 18:53:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-15T18:53:21Z</dc:date>
    <item>
      <title>How replace some values from an exception table to main table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734843#M263073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have a Main Table with some value and i have an Exceptions Table that holds some exception values. For example, this table tell us that when Field1 value was 1, the Field2 value is 11. I can't do this with just the if statement because i have a lot of exceptions like this in the Exceptions Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have some ideia on how to replace these exceptions' values into the Main Table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 18:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734843#M263073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T18:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How replace some values from an exception table to main table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734844#M263074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use exception table as Mapping Load Table and use ApplyMap function in main table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 20:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734844#M263074</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-15T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How replace some values from an exception table to main table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734845#M263075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;MapExceptions:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From, To&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1,11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2,22&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TmpMain:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Field1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Main:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ApplyMap('MapExceptions', Field1) as Field1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;resident TmpMain;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table TmpMain;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 20:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734845#M263075</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-15T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How replace some values from an exception table to main table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734846#M263076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 20:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734846#M263076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T20:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How replace some values from an exception table to main table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734847#M263077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks It Works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 20:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-replace-some-values-from-an-exception-table-to-main-table/m-p/734847#M263077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T20:01:52Z</dc:date>
    </item>
  </channel>
</rss>

