<?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 Help on below requirement? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-on-below-requirement/m-p/1515231#M40521</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have two tables.&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load clientID,&amp;nbsp;amount,location&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; clientId, Hours&lt;/P&gt;&lt;P&gt;Table2 field clientIds&amp;nbsp; is 75 and totals 75 clientID s having hours.&lt;/P&gt;&lt;P&gt;table1&amp;nbsp; clientId field having 275 clientIDS.with out hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my requirement is two tables clientId field combine into one filed.so only 75 clientID same the both tables. this same 75 clienIDs showing the hours and reaming un matched clientId hours showing 15.7.&lt;/P&gt;&lt;P&gt;how do this.please help/&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Dec 2018 11:34:45 GMT</pubDate>
    <dc:creator>daisy1438</dc:creator>
    <dc:date>2018-12-02T11:34:45Z</dc:date>
    <item>
      <title>Help on below requirement?</title>
      <link>https://community.qlik.com/t5/App-Development/Help-on-below-requirement/m-p/1515231#M40521</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have two tables.&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load clientID,&amp;nbsp;amount,location&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; clientId, Hours&lt;/P&gt;&lt;P&gt;Table2 field clientIds&amp;nbsp; is 75 and totals 75 clientID s having hours.&lt;/P&gt;&lt;P&gt;table1&amp;nbsp; clientId field having 275 clientIDS.with out hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my requirement is two tables clientId field combine into one filed.so only 75 clientID same the both tables. this same 75 clienIDs showing the hours and reaming un matched clientId hours showing 15.7.&lt;/P&gt;&lt;P&gt;how do this.please help/&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 11:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-on-below-requirement/m-p/1515231#M40521</guid>
      <dc:creator>daisy1438</dc:creator>
      <dc:date>2018-12-02T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help on below requirement?</title>
      <link>https://community.qlik.com/t5/App-Development/Help-on-below-requirement/m-p/1515256#M40522</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;MapHours:
MAPPING LOAD
    clientID,
    Hours
FROM 
    Table2
    ;

Table1:
LOAD
    clientId,
    amount,
    location,
    ApplyMap('MapHours',ClientID, 15.7) as Hours
FROM
    Table1
    ;&lt;/PRE&gt;</description>
      <pubDate>Sun, 02 Dec 2018 17:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-on-below-requirement/m-p/1515256#M40522</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-02T17:25:49Z</dc:date>
    </item>
  </channel>
</rss>

