<?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: Dimension Limits : Last * days available? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249234#M856155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can limit the dimension values also using calculated dimensions or set analysis in all your aggregations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, using a calculated dimension in dimension tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( If(Rank(DATEFIELD)&amp;lt;=10, DATEFIELD), DATEFIELD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATEFIELD needs to have a numerical representation, like all date fields created with QV date functions.&lt;/P&gt;&lt;P&gt;Enable 'Suppress when value is NULL' option on dimension tab and disable the dimension limits (if they are still enabled).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 08:46:19 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-02-10T08:46:19Z</dc:date>
    <item>
      <title>Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249228#M856149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152696_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the more recent 10 days of data. so It seems like I will need LAST ** Values but they only have first ** values.&lt;/P&gt;&lt;P&gt;does anyone have solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&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/Dimension-Limits-Last-days-available/m-p/1249228#M856149</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249229#M856150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just change the sort order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also limit the dimension values using a calculated dimension or set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249229#M856150</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-09T22:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249230#M856151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then another problem arises which is the most recent values will be on the left not on the right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249230#M856151</guid>
      <dc:creator />
      <dc:date>2017-02-09T23:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249231#M856152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Rank() function &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249231#M856152</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-09T23:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249232#M856153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I want to show the more recent 10 days of data. so It seems like I will need LAST ** Values but they only have first ** values.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then Move into Last instead of First from your Dimension Limits. And the As SW suggest, You can use Sort. But, I doubt how you are doing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send expression to do this and where you are doing this(I mean Which Object)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249232#M856153</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T01:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249233#M856154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;then another problem arises which is the most &lt;SPAN style="text-decoration: underline;"&gt;recent values will be on the left not on the right.??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;what exactly do you mean by this? can you show a screengrab of what you mean?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 06:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249233#M856154</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-10T06:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249234#M856155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can limit the dimension values also using calculated dimensions or set analysis in all your aggregations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, using a calculated dimension in dimension tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( If(Rank(DATEFIELD)&amp;lt;=10, DATEFIELD), DATEFIELD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATEFIELD needs to have a numerical representation, like all date fields created with QV date functions.&lt;/P&gt;&lt;P&gt;Enable 'Suppress when value is NULL' option on dimension tab and disable the dimension limits (if they are still enabled).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 08:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249234#M856155</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-10T08:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249235#M856156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can sort the data and take first 10 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 10:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249235#M856156</guid>
      <dc:creator />
      <dc:date>2017-02-10T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits : Last * days available?</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249236#M856157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the answer was given in this thread&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/47506" title="https://community.qlik.com/thread/47506"&gt;https://community.qlik.com/thread/47506&lt;/A&gt;&lt;/P&gt;&lt;P&gt;by &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/beanmachine"&gt;beanmachine&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Switch off any dimension limits&lt;/LI&gt;&lt;LI&gt;In the Presentation tab, tick 'Enable X-Axis Scrollbar'&lt;/LI&gt;&lt;LI&gt;Set 'When Number of Items Exceeds' to a the level that suits you&lt;/LI&gt;&lt;LI&gt;Tick 'Reversed'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show you the last X (for instance, months) in the correct order.&amp;nbsp; You can scroll back to the left to show lower values but the default will be to show the last X values from the maximum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to do the trick although it would be easier if the Dimension Limits included a 'Last' setting to replicate what we had before the upgrade.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 08:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Limits-Last-days-available/m-p/1249236#M856157</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2017-03-17T08:49:49Z</dc:date>
    </item>
  </channel>
</rss>

