<?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: Set analysis help needed - Word that starts with or include in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/1613593#M502233</link>
    <description>&lt;P&gt;Thank you. This worked for me as well.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 21:31:03 GMT</pubDate>
    <dc:creator>SusanneScherer</dc:creator>
    <dc:date>2019-08-18T21:31:03Z</dc:date>
    <item>
      <title>Set analysis help needed - Word that starts with or include</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240693#M502228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I have an item master. Each item has an ITEMCODE. I want to do an EXPRESSION in a STRAIGHT TABLE as the following:&lt;/P&gt;&lt;P&gt;=sum(COST) to get a VALUATION of my stock. The problem is that I only want the valuation of items that has a certain ITEMCODE.&lt;/P&gt;&lt;P&gt;I only want the value of items that starts with a "F" or "FZA". I only know how to do a set analysis on a whole ITEMCODE (see below).&lt;/P&gt;&lt;P&gt;Obviously would this not help as I will have to list every ITEMCODE I want. Is there a way that I can do a set analysis on an ITEMCODE that starts with "F" or "FZA"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;ItemCode={F10024000'}&amp;gt;} Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240693#M502228</guid>
      <dc:creator />
      <dc:date>2010-08-03T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Set analysis help needed - Word that starts with or include</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240694#M502229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have only used set analyis when looking for an exact value e.g. Sum({&amp;lt;dsc={'FSA'}&amp;gt;} VALUATION)&lt;/P&gt;&lt;P&gt;In this instance can you try using an if statement&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&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;left&lt;/B&gt;(&lt;B&gt;ITEMCODE&lt;/B&gt;,3)='FZA' or &lt;STRONG&gt;left&lt;/STRONG&gt;(&lt;B&gt;ITEMCODE&lt;/B&gt;,1)='F',VALUATION))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240694#M502229</guid>
      <dc:creator />
      <dc:date>2010-08-03T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Set analysis help needed - Word that starts with or include</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240695#M502230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;This worked perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240695#M502230</guid>
      <dc:creator />
      <dc:date>2010-08-03T10:15:47Z</dc:date>
    </item>
    <item>
      <title>Set analysis help needed - Word that starts with or include</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240696#M502231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christo,&lt;/P&gt;&lt;P&gt;For what it's worth, set analysis would work like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum({&amp;lt;ItemCode={"F*","FZA*"}&amp;gt;} Cost)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Take into account that "F*" will return FZA* results as well.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240696#M502231</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-08-03T10:40:19Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Set analysis help needed - Word that starts with or include</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240697#M502232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really wants COST for items like you specified: &lt;B&gt;&lt;I&gt;ITEMCODE that starts with "F" or "FZA"&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;you only need &lt;B&gt;&lt;I&gt;ITEMCODE that&lt;/I&gt;&lt;/B&gt; &lt;I&gt;&lt;B&gt;starts with "F"&lt;/B&gt;&lt;/I&gt; (everyone agree that "FZA" starts with "F" OK?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;lef&lt;/B&gt;&lt;STRONG&gt;t&lt;/STRONG&gt;(&lt;B&gt;ITEMCODE&lt;/B&gt;,1)='F',COST))&lt;/P&gt;&lt;P&gt;would do, it will give the same result as&lt;/P&gt;&lt;P&gt;&lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;left&lt;/B&gt;(&lt;B&gt;ITEMCODE&lt;/B&gt;,3)='FZA' or &lt;STRONG&gt;left&lt;/STRONG&gt;(&lt;B&gt;ITEMCODE&lt;/B&gt;,1)='F',COST))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 12:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/240697#M502232</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2010-08-03T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help needed - Word that starts with or include</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/1613593#M502233</link>
      <description>&lt;P&gt;Thank you. This worked for me as well.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 21:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-needed-Word-that-starts-with-or-include/m-p/1613593#M502233</guid>
      <dc:creator>SusanneScherer</dc:creator>
      <dc:date>2019-08-18T21:31:03Z</dc:date>
    </item>
  </channel>
</rss>

