<?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 Exclude data that contains (C) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329028#M707722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f1&lt;/P&gt;&lt;P&gt;f2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;from path where left(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;StoreName,1)&amp;lt;&amp;gt;'C';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2011 11:53:33 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2011-12-30T11:53:33Z</dc:date>
    <item>
      <title>Exclude data that contains (C)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329027#M707721</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 would like to exclude data from my data set through the load script where the 'StoreName' contains '(C)' at the beggining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 11:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329027#M707721</guid>
      <dc:creator>Sunil_Kenth</dc:creator>
      <dc:date>2011-12-30T11:51:12Z</dc:date>
    </item>
    <item>
      <title>Exclude data that contains (C)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329028#M707722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f1&lt;/P&gt;&lt;P&gt;f2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;from path where left(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;StoreName,1)&amp;lt;&amp;gt;'C';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 11:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329028#M707722</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-12-30T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Exclude data that contains (C)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329029#M707723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Sunil,&amp;nbsp; this worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Store_Desc&lt;/SPAN&gt;,3)&amp;lt;&amp;gt;'(C)' &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Store_Desc&lt;/SPAN&gt;,3)&amp;lt;&amp;gt;'(c)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 12:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329029#M707723</guid>
      <dc:creator>Sunil_Kenth</dc:creator>
      <dc:date>2011-12-30T12:24:10Z</dc:date>
    </item>
    <item>
      <title>Exclude data that contains (C)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329030#M707724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to write two times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="color: #0000ff;"&gt;left&lt;/SPAN&gt;(upper(&lt;SPAN style="color: #800000;"&gt;Store_Desc)&lt;/SPAN&gt;,3)&amp;lt;&amp;gt;'(C)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="color: #0000ff;"&gt;this will also server the purpose.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 13:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-that-contains-C/m-p/329030#M707724</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-12-30T13:00:17Z</dc:date>
    </item>
  </channel>
</rss>

