<?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: How do I limit the values displayed for a Dimension in a chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741903#M1034856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro.&amp;nbsp; That worked.&lt;/P&gt;&lt;P&gt;But it stops people from choosing other years in the list box.&amp;nbsp; Is there a way to get the chart to list the most recent three years by default but if someone chooses to show more than the most recent three years it will let them.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 11:43:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-21T11:43:57Z</dc:date>
    <item>
      <title>How do I limit the values displayed for a Dimension in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741900#M1034853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to limit the number of Years displayed in my chart to the most recent three years.&amp;nbsp; However the 'Dimension Limits' tab in the Chart properties only lets me limit the Dimension by the 'First', 'Largest' and 'Smallest number.&amp;nbsp; Is there another way?&lt;/P&gt;&lt;P&gt;This is the chart without limits set -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unlimited years.jpg" class="image-1 jive-image" src="/legacyfs/online/75817_unlimited years.jpg" style="width: 620px; height: 205px;" /&gt;&lt;/P&gt;&lt;P&gt;This is how I want it to look -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="three years.jpg" class="jive-image image-2" src="/legacyfs/online/75827_three years.jpg" style="width: 620px; height: 205px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741900#M1034853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit the values displayed for a Dimension in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741901#M1034854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your dimension name is Year then write as dimension (Click Edit button ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Year &amp;gt;= Year(Today())-3, Year, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the box "Suppress null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741901#M1034854</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-21T11:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit the values displayed for a Dimension in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741902#M1034855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro gave you an answer, if "the most recent three years" for you means always last 3 callendar years.&lt;/P&gt;&lt;P&gt;If that is not what you mean, try to write which years you want to choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741902#M1034855</guid>
      <dc:creator />
      <dc:date>2015-01-21T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit the values displayed for a Dimension in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741903#M1034856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro.&amp;nbsp; That worked.&lt;/P&gt;&lt;P&gt;But it stops people from choosing other years in the list box.&amp;nbsp; Is there a way to get the chart to list the most recent three years by default but if someone chooses to show more than the most recent three years it will let them.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741903#M1034856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T11:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit the values displayed for a Dimension in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741904#M1034857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it by calculating your dimension like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-3, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select any year, you will se this selected year/years.&lt;/P&gt;&lt;P&gt;If you don't select any year, you will see last 3 years (and current).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741904#M1034857</guid>
      <dc:creator />
      <dc:date>2015-01-21T11:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit the values displayed for a Dimension in a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741905#M1034858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent!&amp;nbsp; Thanks very much &lt;SPAN class="replyToName"&gt;Bartłomiej &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 12:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-limit-the-values-displayed-for-a-Dimension-in-a-chart/m-p/741905#M1034858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T12:02:35Z</dc:date>
    </item>
  </channel>
</rss>

