<?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 Case 892 How to create a flag for company appear at vtiger ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718667#M723706</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have 2 key customers list as below :-&lt;/P&gt;&lt;P&gt;VTIGER:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COY_NAME,LAST_NAME,Email&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ABB&lt;/FONT&gt;,POW,0rts@stee.stengg.com&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;AAA&lt;/FONT&gt;,RAT,catherine@mattenplant.com.sg&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;May i know how to create a FIELD = &lt;FONT color="#FF0000"&gt;flag_key_acc&lt;/FONT&gt; to list COY_NAME = &lt;FONT color="#FF0000"&gt;ABB and AAA&lt;/FONT&gt; ?&lt;/P&gt;&lt;P&gt;ZOHO:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COY_NAME,LAST_NAME,Email&lt;BR /&gt;XYZ,STEVEN,&lt;BR /&gt;ACB,&lt;BR /&gt;ABC,????,&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ABB&lt;/FONT&gt;,MOM,&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ABB&lt;/FONT&gt;,POW,0rts@stee.stengg.com&lt;BR /&gt;ADD,WEE,0rts@stee.stengg.com&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;AAA&lt;/FONT&gt;,KIM&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;AAA&lt;/FONT&gt;,RAT,catherine@mattenplant.com.sg&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Hope some one can advise me. I don't know how to start.&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Case 892 How to create a flag for company appear at vtiger ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718667#M723706</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have 2 key customers list as below :-&lt;/P&gt;&lt;P&gt;VTIGER:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COY_NAME,LAST_NAME,Email&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ABB&lt;/FONT&gt;,POW,0rts@stee.stengg.com&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;AAA&lt;/FONT&gt;,RAT,catherine@mattenplant.com.sg&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;May i know how to create a FIELD = &lt;FONT color="#FF0000"&gt;flag_key_acc&lt;/FONT&gt; to list COY_NAME = &lt;FONT color="#FF0000"&gt;ABB and AAA&lt;/FONT&gt; ?&lt;/P&gt;&lt;P&gt;ZOHO:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COY_NAME,LAST_NAME,Email&lt;BR /&gt;XYZ,STEVEN,&lt;BR /&gt;ACB,&lt;BR /&gt;ABC,????,&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ABB&lt;/FONT&gt;,MOM,&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ABB&lt;/FONT&gt;,POW,0rts@stee.stengg.com&lt;BR /&gt;ADD,WEE,0rts@stee.stengg.com&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;AAA&lt;/FONT&gt;,KIM&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;AAA&lt;/FONT&gt;,RAT,catherine@mattenplant.com.sg&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Hope some one can advise me. I don't know how to start.&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718667#M723706</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Case 892 How to create a flag for company appear at vtiger ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718672#M723707</link>
      <description>&lt;P&gt;You could use match () for this.&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&lt;/P&gt;&lt;P&gt;COY_NAME,LAST_NAME,Email,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Match(COY_NAME, 'AAA', 'ABB'), 'Y', 'N') as flag_key_acc&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 04:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718672#M723707</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-06-15T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Case 892 How to create a flag for company appear at vtiger ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718673#M723708</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;Thank you for your sharing , my actual list is very long. it is possible to make your script read Table 1 compare Table 2 ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 04:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718673#M723708</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-06-15T04:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Case 892 How to create a flag for company appear at vtiger ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718734#M723709</link>
      <description>&lt;P&gt;Yes you can use the preloaded list. Try using the &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Exists.htm" target="_self"&gt;Exists()&lt;/A&gt;&amp;nbsp; function.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;VTIGER:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp;*,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF00FF"&gt;&amp;nbsp; &amp;nbsp;COY_NAME as KeyAcc_CoyName&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;INLINE [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;COY_NAME,LAST_NAME,Email&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp; &amp;nbsp;ABB&lt;/FONT&gt;,POW,0rts@stee.stengg.com&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp; &amp;nbsp;AAA&lt;/FONT&gt;,RAT,catherine@mattenplant.com.sg&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ZOHO:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp;*,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;FONT color="#FF00FF"&gt;&amp;nbsp; &amp;nbsp;IF(EXISTS(KeyAcc_CoyName,COY_NAM ), 'Y', 'N') as flag_key_acc&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;INLINE [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;COY_NAME,LAST_NAME,Email&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;XYZ,STEVEN,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;ACB,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;ABC,????,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp; &amp;nbsp;ABB&lt;/FONT&gt;,MOM,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp; &amp;nbsp;ABB&lt;/FONT&gt;,POW,0rts@stee.stengg.com&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;ADD,WEE,0rts@stee.stengg.com&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp; &amp;nbsp;AAA&lt;/FONT&gt;,KIM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp; &amp;nbsp;AAA&lt;/FONT&gt;,RAT,catherine@mattenplant.com.sg&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DROP FIELD&amp;nbsp;&lt;FONT face="courier new,courier" color="#FF00FF"&gt;KeyAcc_CoyName;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 08:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1718734#M723709</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-06-15T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Case 892 How to create a flag for company appear at vtiger ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1719030#M723710</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;Thank you very much for your help , it work fine.&lt;/P&gt;&lt;P&gt;Paul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 01:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-892-How-to-create-a-flag-for-company-appear-at-vtiger/m-p/1719030#M723710</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-06-16T01:47:11Z</dc:date>
    </item>
  </channel>
</rss>

