<?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: need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1352993#M842646</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;Try to keep same field name&amp;nbsp; (&lt;SPAN style="font-size: 13.3333px;"&gt;com_name&lt;/SPAN&gt;) on both table and your script should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapping:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;com_name, code&lt;/P&gt;&lt;P&gt;ihp, 001&lt;/P&gt;&lt;P&gt;ics, 002&lt;/P&gt;&lt;P&gt;itech, 003&lt;/P&gt;&lt;P&gt;icl, 004 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(mapping)&lt;/P&gt;&lt;P&gt;//master:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;com_name, f2, f3, f4, f5&lt;/P&gt;&lt;P&gt;ihp,&lt;/P&gt;&lt;P&gt;ics,&lt;/P&gt;&lt;P&gt;itech,&lt;/P&gt;&lt;P&gt;icl,&lt;/P&gt;&lt;P&gt;ghp,&lt;/P&gt;&lt;P&gt;gcs,&lt;/P&gt;&lt;P&gt;gtech,&lt;/P&gt;&lt;P&gt;gcl&lt;/P&gt;&lt;P&gt;] where not Exists(com_name);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160701_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2017 18:05:00 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-04-20T18:05:00Z</dc:date>
    <item>
      <title>need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1352992#M842645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello viewers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a mapping table(.xls)&amp;amp;master table(.qvd) it contains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapping:&lt;/P&gt;&lt;P&gt;com_name, code&lt;/P&gt;&lt;P&gt;ihp, 001&lt;/P&gt;&lt;P&gt;ics, 002&lt;/P&gt;&lt;P&gt;itech, 003&lt;/P&gt;&lt;P&gt;icl, 004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;master:&lt;/P&gt;&lt;P&gt;ouname, f2, f3, f4, f5&lt;/P&gt;&lt;P&gt;ihp,&lt;/P&gt;&lt;P&gt;ics,&lt;/P&gt;&lt;P&gt;itech,&lt;/P&gt;&lt;P&gt;icl,&lt;/P&gt;&lt;P&gt;ghp,&lt;/P&gt;&lt;P&gt;gcs,&lt;/P&gt;&lt;P&gt;gtech,&lt;/P&gt;&lt;P&gt;gcl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is&lt;/P&gt;&lt;P&gt;to compare mapping table with master table&lt;/P&gt;&lt;P&gt;If any new record is found then it will automatically load into mapping table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In master I have renamed ouname as com_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mapping:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;companyname, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from&amp;lt;&amp;gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;com_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident master&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where not exists(com_name);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But it is not showing desired output.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My desired output should be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;com_name, code&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ihp, 001 &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ics, 002 &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;itech, 003&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;icl, 004&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ghp&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;gcs&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;gtech&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;gcl&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;any Help will be appreciated.&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/need-help/m-p/1352992#M842645</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1352993#M842646</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;Try to keep same field name&amp;nbsp; (&lt;SPAN style="font-size: 13.3333px;"&gt;com_name&lt;/SPAN&gt;) on both table and your script should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapping:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;com_name, code&lt;/P&gt;&lt;P&gt;ihp, 001&lt;/P&gt;&lt;P&gt;ics, 002&lt;/P&gt;&lt;P&gt;itech, 003&lt;/P&gt;&lt;P&gt;icl, 004 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(mapping)&lt;/P&gt;&lt;P&gt;//master:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;com_name, f2, f3, f4, f5&lt;/P&gt;&lt;P&gt;ihp,&lt;/P&gt;&lt;P&gt;ics,&lt;/P&gt;&lt;P&gt;itech,&lt;/P&gt;&lt;P&gt;icl,&lt;/P&gt;&lt;P&gt;ghp,&lt;/P&gt;&lt;P&gt;gcs,&lt;/P&gt;&lt;P&gt;gtech,&lt;/P&gt;&lt;P&gt;gcl&lt;/P&gt;&lt;P&gt;] where not Exists(com_name);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160701_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1352993#M842646</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-04-20T18:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1352994#M842647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is working fine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But in the existing table we have field name as &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;ouname &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;and In other table field name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt; com_name &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have permissions to modify the existing data. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In application, I have renamed &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;ouname&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; as &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;com_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case how to accomplish this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 01:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1352994#M842647</guid>
      <dc:creator />
      <dc:date>2017-04-21T01:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1352995#M842648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;may be try&amp;nbsp; like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD ouname as com_name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f5&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet3) ;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD com_name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2)where Exists(com_name);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 05:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1352995#M842648</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-04-21T05:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1352996#M842649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mention both actual name and alias name. Ex: Where not exists(&lt;STRONG style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;com_name, &lt;STRONG style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ouname&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, ensure that the field name is same in both tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 06:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1352996#M842649</guid>
      <dc:creator>Prabhu</dc:creator>
      <dc:date>2017-04-21T06:06:44Z</dc:date>
    </item>
  </channel>
</rss>

