<?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 Set Analysis and Fields (and eventually wildmatch!) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246916#M94085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure this is an easy one, but I'm struggling! What I want to do is a set analysis expression where if EXPR1 = 1 and pt_part_type = ps_part_type, sum some results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually, I'd like to put something like a wildmatch in, so it looks at the left 3 characters of pt_part_type and compares it with the 3 left characters of ps_part_type, but baby steps.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿sum({$&amp;lt;tr_type = {'ISS-WO'},EXPR1 = {'1'},pt_part_type=ps_sub_part_type &amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it only brings back a result when I've select the ps_sub_part_type that it would be applicable to... Anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any help you can provide!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 14:06:24 GMT</pubDate>
    <dc:creator>Dayna</dc:creator>
    <dc:date>2011-10-13T14:06:24Z</dc:date>
    <item>
      <title>Set Analysis and Fields (and eventually wildmatch!)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246916#M94085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure this is an easy one, but I'm struggling! What I want to do is a set analysis expression where if EXPR1 = 1 and pt_part_type = ps_part_type, sum some results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually, I'd like to put something like a wildmatch in, so it looks at the left 3 characters of pt_part_type and compares it with the 3 left characters of ps_part_type, but baby steps.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿sum({$&amp;lt;tr_type = {'ISS-WO'},EXPR1 = {'1'},pt_part_type=ps_sub_part_type &amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it only brings back a result when I've select the ps_sub_part_type that it would be applicable to... Anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any help you can provide!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246916#M94085</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2011-10-13T14:06:24Z</dc:date>
    </item>
    <item>
      <title>Set Analysis and Fields (and eventually wildmatch!)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246917#M94086</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;to assign also the possible values, try the p() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;tr_type = {'ISS-WO'},EXPR1 = {'1'},pt_part_type= p(ps_sub_part_type) &amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246917#M94086</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-13T14:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Fields (and eventually wildmatch!)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246918#M94087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's worked, I might be wrong but to test it I'm summing a value that should only have one (where part type = r25).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246918#M94087</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2011-10-13T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Fields (and eventually wildmatch!)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246919#M94088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you want to limit ps_sub_part_type, then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;tr_type = {'ISS-WO'},EXPR1 = {'1'},ps_sub_part_type= p(pt_part_type) &amp;gt;} value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246919#M94088</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-13T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Fields (and eventually wildmatch!)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246920#M94089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 15:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Fields-and-eventually-wildmatch/m-p/246920#M94089</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2011-10-13T15:43:11Z</dc:date>
    </item>
  </channel>
</rss>

