<?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 QV: limit set identifier to one field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12371#M2018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik-Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a question regarding the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the order value of the past 12 months in a bubble chart. But apart from the date (or FY) I want to be able to select any other field from my data (e.g. category, buyer, customer, profit center, etc.). That's where my problem comes in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression:&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(Date),-11))) &amp;lt;$(=MonthEnd(Max(Date)))"}&amp;gt;}distinct(Order.ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set identifier 1 causes my selections which are unrelated to the Date being ignored in the chart. But if I replace the 1 by $ the and select the current FY the chart only shows values for the months of the current FY. I totally understand why this happens but I can't figure out how to tell the set analysis to limit the identifier 1 to the Date field only so that I always see 12 months and in addition the further selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 13:13:20 GMT</pubDate>
    <dc:creator>qlikviewerma</dc:creator>
    <dc:date>2018-03-12T13:13:20Z</dc:date>
    <item>
      <title>QV: limit set identifier to one field</title>
      <link>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12371#M2018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik-Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a question regarding the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the order value of the past 12 months in a bubble chart. But apart from the date (or FY) I want to be able to select any other field from my data (e.g. category, buyer, customer, profit center, etc.). That's where my problem comes in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression:&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(Date),-11))) &amp;lt;$(=MonthEnd(Max(Date)))"}&amp;gt;}distinct(Order.ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set identifier 1 causes my selections which are unrelated to the Date being ignored in the chart. But if I replace the 1 by $ the and select the current FY the chart only shows values for the months of the current FY. I totally understand why this happens but I can't figure out how to tell the set analysis to limit the identifier 1 to the Date field only so that I always see 12 months and in addition the further selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12371#M2018</guid>
      <dc:creator>qlikviewerma</dc:creator>
      <dc:date>2018-03-12T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: QV: limit set identifier to one field</title>
      <link>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12372#M2019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that by naming&amp;nbsp; the fields in set anlaysis for which you want to disregard selections, like this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=count({1&amp;lt;&lt;STRONG&gt;CurrentFY&lt;/STRONG&gt;,Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(Date),-11))) &amp;lt;$(=MonthEnd(Max(Date)))"}&amp;gt;}distinct(Order.ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Use exact name of field you want to disregard selections in place of CurrentFY in above expression.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 20:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12372#M2019</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-12T20:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: QV: limit set identifier to one field</title>
      <link>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12373#M2020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Digvijay,&lt;/P&gt;&lt;P&gt;Thank you very much for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accidently posted my question twice and it has already been answered. In addition to adding the field I want to disregard as you suggested, I also had to change the identifier from 1 to $.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1450621"&gt;Set Analysis: limit identifier to one field&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-limit-set-identifier-to-one-field/m-p/12373#M2020</guid>
      <dc:creator>qlikviewerma</dc:creator>
      <dc:date>2018-03-14T15:54:46Z</dc:date>
    </item>
  </channel>
</rss>

