<?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 Conditional Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376626#M702412</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;I want to categorize Members based on their employer name with a field name Record Owner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance: If the employer name holds the value '1000' in its name&amp;nbsp; (eg. 1000 Benefit Funds) for those members, the record owner field should be 'A Type'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the employer name does not hold the value '1000' in its name (eg. Pension Funds) for those members, the record owner field should say 'B Type'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 14:21:43 GMT</pubDate>
    <dc:creator>hkg_qlik</dc:creator>
    <dc:date>2012-08-09T14:21:43Z</dc:date>
    <item>
      <title>Conditional Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376626#M702412</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;I want to categorize Members based on their employer name with a field name Record Owner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance: If the employer name holds the value '1000' in its name&amp;nbsp; (eg. 1000 Benefit Funds) for those members, the record owner field should be 'A Type'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the employer name does not hold the value '1000' in its name (eg. Pension Funds) for those members, the record owner field should say 'B Type'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376626#M702412</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2012-08-09T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376627#M702413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(index([employer name], '1000') &amp;gt; 0, &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; 'A Type'&lt;/SPAN&gt;, &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; 'B Type'&lt;/SPAN&gt;) as Type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376627#M702413</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-09T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376628#M702414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use like or match function should accomplish ur requirement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(employernamelike(1000),A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can learn about these function and video demo (with example )of more like the above req in qlikshare.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Scripting/m-p/376628#M702414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-09T14:25:22Z</dc:date>
    </item>
  </channel>
</rss>

