<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282230#M850016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uncheck, suppress zer values and in dimension tab, check show all values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 07:40:13 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-03-14T07:40:13Z</dc:date>
    <item>
      <title>Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282227#M850013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if it´s possible to show in a graph a value of a dimension wich is restricted in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the number of agents thath sold something in June&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(${&amp;lt;Month={'June'}&amp;gt;}Agent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, even if an agent did 0 sales in June, I would like to show it in the table with a 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried checking the option in presentation os "Delete 0 values".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my agent with 0 sales doens´t show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282227#M850013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282228#M850014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the data really 0 or is it missing?&lt;/P&gt;&lt;P&gt;If it is populated in the table as 0 then this should work (unchecking supress 0 values) but if there is no record for an agent in June then it won't show at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should add this 'missing' data to the table as a 0 value to make it work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3786"&gt;Generating Missing Data In QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282228#M850014</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-14T07:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282229#M850015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume, you have data like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;MonthName, Agent&lt;/P&gt;&lt;P&gt;Jan, AAG1&lt;/P&gt;&lt;P&gt;Feb, AAG2&lt;/P&gt;&lt;P&gt;Mar, AAG3&lt;/P&gt;&lt;P&gt;Apr, AAG4&lt;/P&gt;&lt;P&gt;May, AAG5&lt;/P&gt;&lt;P&gt;Feb, AAG6&lt;/P&gt;&lt;P&gt;Mar, AAG7&lt;/P&gt;&lt;P&gt;Jun, AAG8&lt;/P&gt;&lt;P&gt;Jun, &lt;/P&gt;&lt;P&gt;Jun, AAG10&lt;/P&gt;&lt;P&gt;Nov, AAG11&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Here, For JUN you want to see 2 / 3 ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is 2 -- &lt;STRONG&gt;Count({&amp;lt;MonthName = {'Jun'}, Agent -= {''}&amp;gt;}Agent)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is 3 -- &lt;STRONG&gt;Count({&amp;lt;MonthName = {'Jun'}&amp;gt;}Agent)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282229#M850015</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-14T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282230#M850016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uncheck, suppress zer values and in dimension tab, check show all values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282230#M850016</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-14T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282231#M850017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guillermo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe character $ after the brace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(&lt;SPAN style="color: #ff0000;"&gt;{$&lt;/SPAN&gt;&amp;lt;Month={'June'}&amp;gt;}Agent) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Andrey&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282231#M850017</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-03-14T07:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282232#M850018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show all values in dimension should work, but here's another trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Modify expression to multiply by avg(1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;= Count(${&amp;lt;Month={'June'}&amp;gt;}Agent) * AVG(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282232#M850018</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-14T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282233#M850019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Uooh! funny trick hahaha, it worcked very well!! &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you very much Vineeth.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 08:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/1282233#M850019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-14T08:05:59Z</dc:date>
    </item>
  </channel>
</rss>

