<?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: Exclude values with a prifix in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23856#M3930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to exclude in load just add below expression in where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where wildmatch(Inv,'*T*')=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where not wildmatch(Inv,'*T*')&lt;/SPAN&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;If you want to exclude using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Inv-={*T*}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 08:38:44 GMT</pubDate>
    <dc:creator>ahmar811</dc:creator>
    <dc:date>2018-04-12T08:38:44Z</dc:date>
    <item>
      <title>Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23852#M3926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks .... i want to display only invoice numbers with prifix 'L' by excluding 'T' in a chart along with other fields&lt;/P&gt;&lt;P&gt;lets say inv and branch wise sale.&lt;/P&gt;&lt;P&gt;Sample data I'm posting here&lt;/P&gt;&lt;P&gt;Inv_Key:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Inv,Br,Sale&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;011/17/T/2,011,5000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;011/17/T/2,011,100&lt;/P&gt;&lt;P&gt;012/17/L/3,012,500&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;013/17/L/2,013,1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;013/17/T/2,013,200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;015/17/L/4,015,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kishore.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23852#M3926</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-04-12T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23853#M3927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;do you want to exclude them in the load ?&lt;/P&gt;&lt;P&gt;so add where left(Inv,1)='L'&lt;/P&gt;&lt;P&gt;or where left(Inv,1)&amp;lt;&amp;gt;'T'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to include/exclude in a chart, use set analysis&lt;/P&gt;&lt;P&gt;and in this case, in your load, add a column prefix&lt;/P&gt;&lt;P&gt;left(Inv,1) as Prefix&lt;/P&gt;&lt;P&gt;so that you can use it easily in set analysis in this way&lt;/P&gt;&lt;P&gt;{$&amp;lt;Prefix={'L']&amp;gt;}&lt;/P&gt;&lt;P&gt;or {$&amp;lt;Prefix-={'T']&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23853#M3927</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23854#M3928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;subfield(Inv,'/',3) as prefix (IF it is always the 3rd field delimited by /)&lt;/P&gt;&lt;P&gt;and use the same logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23854#M3928</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23855#M3929</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;If you don't want or you can't modify the script, here is one set analysis excluding all Inv with T prefix:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Inv={"=not WildMatch(Inv,'*T*')"}&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;You can use with any aggregation function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23855#M3929</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-12T08:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23856#M3930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to exclude in load just add below expression in where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where wildmatch(Inv,'*T*')=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where not wildmatch(Inv,'*T*')&lt;/SPAN&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;If you want to exclude using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Inv-={*T*}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23856#M3930</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2018-04-12T08:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23857#M3931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No &lt;/P&gt;&lt;P&gt;i want to display in chart only&amp;nbsp; &lt;/P&gt;&lt;P&gt;No prifix field considered to use set expression to exclude &lt;/P&gt;&lt;P&gt;lets say 'L' is return value and 'T' is sale value&lt;/P&gt;&lt;P&gt;in the sample posted earlier data little correction&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inv_Key:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inv,Br,Sale&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;011/17/T/2,011,5000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;011/17/L/2,011,100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;012/17/T/3,012,3000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;012/17/L/3,012,500&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;013/17/L/2,013,1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;013/17/T/2,013,200&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;015/17/T/4,015,1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;015/17/L/4,015,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23857#M3931</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-04-12T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23858#M3932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Ansari this worked by adding ' ' to your expression.&lt;/P&gt;&lt;P&gt;i was trying something like this ={'T*'} and ={"T*"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This served my purpose.&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;sum({&amp;lt;sales_pk-={'*T*'}&amp;gt;}sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23858#M3932</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-04-12T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values with a prifix</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23859#M3933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate &lt;STRONG style="font-size: 13.3333px;"&gt;Olivier Robin&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; and &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Youssef Belloum &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;for responding to my post &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 12:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-with-a-prifix/m-p/23859#M3933</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-04-12T12:28:29Z</dc:date>
    </item>
  </channel>
</rss>

