<?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: Flag field based on  string data in multiple fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893083#M1217381</link>
    <description>&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="statement"&gt;You can use substringcount:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="statement"&gt;if(SubStringCount(&lt;/SPAN&gt;Name&amp;amp;Desc, CD&lt;SPAN class="statement"&gt;) &amp;gt;0 or SubStringCount(Name&amp;amp;Desc,Disc) &amp;gt;0, 1, 0) as Flag&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 12:37:35 GMT</pubDate>
    <dc:creator>Marijn</dc:creator>
    <dc:date>2022-02-15T12:37:35Z</dc:date>
    <item>
      <title>Flag field based on  string data in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893076#M1217379</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;I want to create a new flag field whenever the term&amp;nbsp; below terms are found in Name or Desc columns.&lt;/P&gt;
&lt;P&gt;CD or Disc or CD Disc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="588"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63.9219px" height="25px"&gt;ID&lt;/TD&gt;
&lt;TD width="241.438px" height="25px"&gt;Name&lt;/TD&gt;
&lt;TD width="155.766px" height="25px"&gt;Desc&lt;/TD&gt;
&lt;TD width="125.875px" height="25px"&gt;Pos&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.9219px" height="25px"&gt;6957&lt;/TD&gt;
&lt;TD width="241.438px" height="25px"&gt;GBC Poly Designer Binding Covers&lt;/TD&gt;
&lt;TD width="155.766px" height="25px"&gt;Office Supplies &lt;STRONG&gt;Disc&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="125.875px" height="25px"&gt;OFF-BI-10000320&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.9219px" height="47px"&gt;6958&lt;/TD&gt;
&lt;TD width="241.438px" height="47px"&gt;HTC One Mini&lt;/TD&gt;
&lt;TD width="155.766px" height="47px"&gt;Technology&lt;/TD&gt;
&lt;TD width="125.875px" height="47px"&gt;OFF-AR-10004999&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.9219px" height="47px"&gt;6959&lt;/TD&gt;
&lt;TD width="241.438px" height="47px"&gt;Laser &amp;amp; Ink Jet Business Envelopes&lt;/TD&gt;
&lt;TD width="155.766px" height="47px"&gt;Office Supplies&lt;STRONG&gt; Disc&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="125.875px" height="47px"&gt;OFF-BI-10001116&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.9219px" height="47px"&gt;6960&lt;/TD&gt;
&lt;TD width="241.438px" height="47px"&gt;Cardinal Holdit Data &lt;STRONG&gt;CD Disc&lt;/STRONG&gt; Pockets&lt;/TD&gt;
&lt;TD width="155.766px" height="47px"&gt;Office Supplies&lt;/TD&gt;
&lt;TD width="125.875px" height="47px"&gt;OFF-AP-10002651&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.9219px" height="47px"&gt;6961&lt;/TD&gt;
&lt;TD width="241.438px" height="47px"&gt;HTC One Mini &lt;STRONG&gt;CD&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="155.766px" height="47px"&gt;Furniture&lt;/TD&gt;
&lt;TD width="125.875px" height="47px"&gt;OFF-AP-10001634&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893076#M1217379</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2022-02-15T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flag field based on  string data in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893083#M1217381</link>
      <description>&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="statement"&gt;You can use substringcount:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="statement"&gt;if(SubStringCount(&lt;/SPAN&gt;Name&amp;amp;Desc, CD&lt;SPAN class="statement"&gt;) &amp;gt;0 or SubStringCount(Name&amp;amp;Desc,Disc) &amp;gt;0, 1, 0) as Flag&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893083#M1217381</guid>
      <dc:creator>Marijn</dc:creator>
      <dc:date>2022-02-15T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flag field based on  string data in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893136#M1217383</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/136411"&gt;@Marijn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893136#M1217383</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2022-02-15T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flag field based on  string data in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893138#M1217384</link>
      <description>&lt;P&gt;You're welcome &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36347"&gt;@surajap123&lt;/a&gt; !&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-field-based-on-string-data-in-multiple-fields/m-p/1893138#M1217384</guid>
      <dc:creator>Marijn</dc:creator>
      <dc:date>2022-02-15T13:58:51Z</dc:date>
    </item>
  </channel>
</rss>

