<?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 Dimension with Set Analysis expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283964#M1189752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a funnel chart where the dimension is a 'Status' and the expression is a count by ID using set analysis, like this:&lt;/P&gt;&lt;P&gt;=Count( {$&amp;lt; Status= {"AAAAAA", "BBBBBB", "CCCCCC"} &amp;gt; }&amp;nbsp; Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/5906_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But... when I click in the blue colour on the chart, the chart is static...&lt;/P&gt;&lt;P&gt;All the dimensions around the sheet has changed... but the graph is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like when I click on blue (represented by "AAAAAAA" status) the chart sould be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/5907_Untitled1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rodrigo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2011 14:31:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-15T14:31:38Z</dc:date>
    <item>
      <title>Dimension with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283964#M1189752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a funnel chart where the dimension is a 'Status' and the expression is a count by ID using set analysis, like this:&lt;/P&gt;&lt;P&gt;=Count( {$&amp;lt; Status= {"AAAAAA", "BBBBBB", "CCCCCC"} &amp;gt; }&amp;nbsp; Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/5906_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But... when I click in the blue colour on the chart, the chart is static...&lt;/P&gt;&lt;P&gt;All the dimensions around the sheet has changed... but the graph is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like when I click on blue (represented by "AAAAAAA" status) the chart sould be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/5907_Untitled1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rodrigo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 14:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283964#M1189752</guid>
      <dc:creator />
      <dc:date>2011-07-15T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283965#M1189753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;count({&amp;lt;Status*={'AAAAAA','BBBBBB','CCCCCC'}&amp;gt;} Id)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The *= is what's doing the work.&amp;nbsp; When you just use =, you're saying "exactly these values, no matter what I select".&amp;nbsp; When you use *=, you're saying "the intersection of what I've selected in Status and these values".&amp;nbsp; I probably use *= more often than = because I'm trying to limit the selections, not override the selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 22:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283965#M1189753</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-07-15T22:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283966#M1189754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Perfect!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rodrigo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 09:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-with-Set-Analysis-expression/m-p/283966#M1189754</guid>
      <dc:creator />
      <dc:date>2011-07-18T09:41:37Z</dc:date>
    </item>
  </channel>
</rss>

