<?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: Check for value and get another value from column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401743#M811906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;If there is no Dept for employees, Wich Dept or value for Dept has to be assigned?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Applymap has a 3rd parameter to assign not found values:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Applymap(mapDept, DepID, &lt;STRONG&gt;'No Dept Assigned'&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Sep 2017 17:04:12 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-09-23T17:04:12Z</dc:date>
    <item>
      <title>Check for value and get another value from column</title>
      <link>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401740#M811903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to qlikview and trying to identify the best way to find a value from 2nd table based on the value from 1st table and retrieve another value from 2nd table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me take an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;EmployeeID&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmployeeName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dept:&lt;/P&gt;&lt;P&gt;DeptID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here goes my question:&lt;/P&gt;&lt;P&gt;How can i retrieve:&lt;/P&gt;&lt;P&gt;EmployeeDetails:&lt;/P&gt;&lt;P&gt;EmployeeID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmployeeName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help further on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401740#M811903</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check for value and get another value from column</title>
      <link>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401741#M811904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamuru, having that tables the data is linked by DepID. I you want the data in a single table you can try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EmployeeDetails:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD EmployeeID&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmployeeName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptID&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM/Resident ... //employee data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left Join (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EmployeeDetails&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DeptID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptName&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; font-size: 13px;"&gt;FROM/Resident ... // Dept data&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 16:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401741#M811904</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-09-23T16:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Check for value and get another value from column</title>
      <link>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401742#M811905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben,&lt;/P&gt;&lt;P&gt;but here's the probelm, few of the employees are not having any Dept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, could you please help on how to proceed further.&lt;/P&gt;&lt;P&gt;I have trying to use applymap but not able to...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 16:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401742#M811905</guid>
      <dc:creator />
      <dc:date>2017-09-23T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Check for value and get another value from column</title>
      <link>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401743#M811906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;If there is no Dept for employees, Wich Dept or value for Dept has to be assigned?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Applymap has a 3rd parameter to assign not found values:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Applymap(mapDept, DepID, &lt;STRONG&gt;'No Dept Assigned'&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 17:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401743#M811906</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-09-23T17:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Check for value and get another value from column</title>
      <link>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401744#M811907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben, it works..:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 17:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-for-value-and-get-another-value-from-column/m-p/1401744#M811907</guid>
      <dc:creator />
      <dc:date>2017-09-23T17:43:17Z</dc:date>
    </item>
  </channel>
</rss>

