<?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 Computing from 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573895#M684954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 'Month' field and a 'Date' field in one load table and various values for each of the 12 months in another load table. I want to get the value from this table based on the 'Date' field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Jan_value,&lt;/P&gt;&lt;P&gt;Feb_value,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;I want to do something like&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if (Month = 1, Jan_value, if (Month = 2, Feb_value,....)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Can you suggest a way of doing this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 16:46:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-27T16:46:11Z</dc:date>
    <item>
      <title>Computing from 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573895#M684954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 'Month' field and a 'Date' field in one load table and various values for each of the 12 months in another load table. I want to get the value from this table based on the 'Date' field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Jan_value,&lt;/P&gt;&lt;P&gt;Feb_value,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;I want to do something like&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if (Month = 1, Jan_value, if (Month = 2, Feb_value,....)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Can you suggest a way of doing this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573895#M684954</guid>
      <dc:creator />
      <dc:date>2014-01-27T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Computing from 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573896#M684955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth, First you need to join these&amp;nbsp; 2 tables, after that you need to write IF cond in the Resident Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573896#M684955</guid>
      <dc:creator />
      <dc:date>2014-01-27T17:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Computing from 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573897#M684956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to rename the Jan value to Jan etc..&lt;/P&gt;&lt;P&gt;Then try to use the Crosstable wizzard, it will bring back your table from a matrix form to a simple form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could link the table via the new month field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this, might be of help for you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2951"&gt;CrossTable.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-from-2-tables/m-p/573897#M684956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T17:39:56Z</dc:date>
    </item>
  </channel>
</rss>

