<?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: How to create an expression that only reports back CODES that begin with &amp;quot;S&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216587#M849806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try like below in your script,&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Product,Qty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000029, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000030, 60&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000011, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P000068, 70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P000012, 19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M000128, 120&lt;/P&gt;&lt;P&gt;]&amp;nbsp; &lt;STRONG&gt;Where not WildMatch(Product,'P*','M*');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;method 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you wanted to do in your presentation end, then try like below,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in your dimension (add new calculated dimension and enable check box for suppress null value)&lt;/P&gt;&lt;P&gt;=pick(Wildmatch(Product,'S*'),Product) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Deva&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 02:19:58 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-03-16T02:19:58Z</dc:date>
    <item>
      <title>How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216586#M849805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry for the newby question, but I want to report back only an Estimate Code that begins with "S". See attached, I only want S000xxx to appear when I have the Sheet open. I have other codes that begin with P and M, but want to exclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the expression? If I am asking the correct question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216586#M849805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216587#M849806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try like below in your script,&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Product,Qty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000029, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000030, 60&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000011, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P000068, 70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P000012, 19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M000128, 120&lt;/P&gt;&lt;P&gt;]&amp;nbsp; &lt;STRONG&gt;Where not WildMatch(Product,'P*','M*');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;method 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you wanted to do in your presentation end, then try like below,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in your dimension (add new calculated dimension and enable check box for suppress null value)&lt;/P&gt;&lt;P&gt;=pick(Wildmatch(Product,'S*'),Product) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Deva&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 02:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216587#M849806</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-03-16T02:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216588#M849807</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 want to display product values consisting 'S000' when you open the sheet then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to setting ---&amp;gt; sheet properties--&amp;gt;edit actions under on activating sheet--&amp;gt;&amp;nbsp; add--&amp;gt;&lt;SPAN style="font-size: 13.3333px;"&gt;select in field--&amp;gt;enter field as Product and value as S000*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216588#M849807</guid>
      <dc:creator />
      <dc:date>2017-03-16T06:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216589#M849808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Devarasu! Meanwhile you can use below front-end expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Left(Product, 4) ='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;S000&lt;/SPAN&gt;', Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216589#M849808</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-16T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216590#M849809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more solution could be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&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;Product,Qty&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000029, 100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000030, 60&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S000011, 50&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P000068, 70&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P000012, 19&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M000128, 120&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;]&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where WildMatch(Product,'S000*');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Front-End:&lt;/STRONG&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-size: 13.3333px;"&gt;Only({&amp;lt;Product = {'S000*'} &amp;gt;} Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 07:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216590#M849809</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-16T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216591#M849810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use triggers .&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156467_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156468_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached qvw .&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216591#M849810</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-16T08:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216592#M849811</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;Go to Sheet Properties,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add Action - &amp;gt; Select in Field,&lt;/P&gt;&lt;P&gt;Field -&amp;gt; EstimationCode&lt;/P&gt;&lt;P&gt;Search String -&amp;gt; S*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216592#M849811</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-03-16T08:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an expression that only reports back CODES that begin with "S"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216593#M849812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;sorry for the mistake in the last post try this:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If you want to display product values consisting 'S000' when you open the sheet then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;go to setting ---&amp;gt; sheet properties--&amp;gt;Triggers--&amp;gt;edit actions under on activating sheet--&amp;gt;&amp;nbsp; add--&amp;gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;select in field--&amp;gt;enter field as Product and value as S000*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-expression-that-only-reports-back-CODES-that/m-p/1216593#M849812</guid>
      <dc:creator />
      <dc:date>2017-03-16T08:56:22Z</dc:date>
    </item>
  </channel>
</rss>

