<?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 for data without association in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703775#M476069</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 hv a sales table, with invoice date and is used as master calendar&lt;/P&gt;&lt;P&gt;member is in sales table to indicate the buyer&lt;/P&gt;&lt;P&gt;on the other hand, there is a member master, with join date inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales:&lt;/P&gt;&lt;P&gt;inv_date, inv_date_year, inv_month, member_id ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;member:&lt;/P&gt;&lt;P&gt;member_id, join_date, ..., sumcount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to count the # of new join member within a selected period (using inv_date)&lt;/P&gt;&lt;P&gt;but i cant count those member who join but make no purchase at all, even using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; {$&amp;lt;joint_date = { ' &amp;gt;=$(=Min(inv_date)) &amp;lt;=$(=Max(inv_date)) ' }&amp;gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sumcount&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there no way for me to do the counting using the same data model?&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, 18 Jun 2014 16:16:47 GMT</pubDate>
    <dc:creator>laujerry</dc:creator>
    <dc:date>2014-06-18T16:16:47Z</dc:date>
    <item>
      <title>set analysis for data without association</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703775#M476069</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 hv a sales table, with invoice date and is used as master calendar&lt;/P&gt;&lt;P&gt;member is in sales table to indicate the buyer&lt;/P&gt;&lt;P&gt;on the other hand, there is a member master, with join date inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales:&lt;/P&gt;&lt;P&gt;inv_date, inv_date_year, inv_month, member_id ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;member:&lt;/P&gt;&lt;P&gt;member_id, join_date, ..., sumcount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to count the # of new join member within a selected period (using inv_date)&lt;/P&gt;&lt;P&gt;but i cant count those member who join but make no purchase at all, even using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; {$&amp;lt;joint_date = { ' &amp;gt;=$(=Min(inv_date)) &amp;lt;=$(=Max(inv_date)) ' }&amp;gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sumcount&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there no way for me to do the counting using the same data model?&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, 18 Jun 2014 16:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703775#M476069</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2014-06-18T16:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for data without association</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703776#M476070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I read your request, you select a period in sales table field inv_date. This will associate only members in member table that have record in sales table, as long as you use the default state for your analysis. But what about using the set identifier 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; {&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;joint_date = { ' &amp;gt;=$(=Min(inv_date)) &amp;lt;=$(=Max(inv_date)) ' }&amp;gt;}&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; sumcount&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or disregarding the explicit selections on inv_date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; {$&amp;lt;joint_date = { ' &amp;gt;=$(=Min(inv_date)) &amp;lt;=$(=Max(inv_date)) ' }, inv_date= &amp;gt;}&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; sumcount&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 18:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703776#M476070</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-18T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for data without association</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703777#M476071</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;your answer is correct, but i forget to tell u that, my expression is a chart expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution works perfectly in a text object expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but will still be affected by dimensions if put inside a chart expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my case, my expression "count" is under dimension "inv_date"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so putting 1 as set identifier seems not working (member without sales still not shown under certain period)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 16:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-data-without-association/m-p/703777#M476071</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2014-06-19T16:01:22Z</dc:date>
    </item>
  </channel>
</rss>

