<?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: Show all months in pivot chart regardless of selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807498#M1028734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry - screen shot didn't attach...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example.bmp" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78116_example.bmp" style="height: 120px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Feb 2015 13:11:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-14T13:11:26Z</dc:date>
    <item>
      <title>Show all months in pivot chart regardless of selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807497#M1028732</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;Please can you advise me (a novice!) on how I can keep all the months all visible in my pivot chart below, but still make other selections dependent on selections in other sheets (as is the default)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other sheets you can only select one month at a time (which is what I want) - but this chart below switches between a pivot chart and a line chart to show the differences over time, so I always want all the months showing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 13:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807497#M1028732</guid>
      <dc:creator />
      <dc:date>2015-02-14T13:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show all months in pivot chart regardless of selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807498#M1028734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry - screen shot didn't attach...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example.bmp" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78116_example.bmp" style="height: 120px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 13:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807498#M1028734</guid>
      <dc:creator />
      <dc:date>2015-02-14T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show all months in pivot chart regardless of selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807499#M1028735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider that you have &lt;/P&gt;&lt;P&gt;below dimensions&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;and below expression&lt;/P&gt;&lt;P&gt;SUM(Sales) &lt;/P&gt;&lt;P&gt;.... &lt;/P&gt;&lt;P&gt;If you want TotalSales for all Years even though particular year is selected, you need to bypass Year using set analysis in expression... like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Year=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have MonthYear field, you can use the same instead of Year as shown in above example.&lt;/P&gt;&lt;P&gt;To bypass multiple field.. use can use as&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Field1 =, Field2 =, Field3= &amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 14:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807499#M1028735</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-14T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show all months in pivot chart regardless of selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807500#M1028736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish, but I am having trouble putting this into the expression i have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Dimensionality() = 0,&amp;nbsp; &lt;BR /&gt;IF(&lt;BR /&gt;'('&amp;amp;sum(NonCount)&amp;amp;')' &amp;amp; ' ' &amp;amp; &lt;BR /&gt;num(sum(CompCount)/(Sum(NonCount)+Sum(CompCount)),'#,##0.0%') = '(0) ', 'N/A', &lt;BR /&gt;num(sum(CompCount)/(Sum(NonCount)+Sum(CompCount)),'#,##0.0%'))&lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(&lt;BR /&gt;'('&amp;amp;sum(NonCount)&amp;amp;')' &amp;amp; ' ' &amp;amp; &lt;BR /&gt;num(sum(CompCount)/(Sum(NonCount)+Sum(CompCount)),'#,##0.0%') = '(0) ', 'N/A', '('&amp;amp;sum(NonCount)&amp;amp;')' &amp;amp; ' ' &amp;amp; &lt;BR /&gt;num(sum(CompCount)/(Sum(NonCount)+Sum(CompCount)),'#,##0.0%')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my dimensions are &lt;STRONG&gt;MONTH&lt;/STRONG&gt; and &lt;STRONG&gt;Compliance Category &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Are you able to advise on how i insert the {MONTH=&amp;gt;} into the expression below? when I do it brings out incorrect data for the selection that is made?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 15:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807500#M1028736</guid>
      <dc:creator />
      <dc:date>2015-02-14T15:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show all months in pivot chart regardless of selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807501#M1028738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em; background-color: #f6f6f6;"&gt;sum(NonCount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;sum({&amp;lt;Month = &amp;gt;}NonCount)&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: 12px; background-color: #f6f6f6;"&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: 12px; background-color: #f6f6f6;"&gt;at every place&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 16:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807501#M1028738</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-14T16:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show all months in pivot chart regardless of selections</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807502#M1028739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fab - thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 17:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-months-in-pivot-chart-regardless-of-selections/m-p/807502#M1028739</guid>
      <dc:creator />
      <dc:date>2015-02-14T17:01:22Z</dc:date>
    </item>
  </channel>
</rss>

