<?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: Limit Values on x-Axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153311#M892054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree the Rudolf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems group, try to add calc dimension for the internal calc dim instead of normal dim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 08:36:48 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-08-23T08:36:48Z</dc:date>
    <item>
      <title>Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153309#M892052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Chart.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135241_Chart.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above chart it show me all the months from April 15 to Mar 16 however, I want the chart to start displaying data from Aug-15 and continue to go until present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do that??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension Limit and Continuous in Axes are of no help to me.&lt;/P&gt;&lt;P&gt;&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/Limit-Values-on-x-Axis/m-p/1153309#M892052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153310#M892053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try calculated dimension&lt;/P&gt;&lt;P&gt;if (Calender&amp;gt;='Aug-15',Calender)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more flexible (show last 12 months)&lt;/P&gt;&lt;P&gt;if (Calendar &amp;gt;=date(addmonths(today(),-12),'MMM-YY'), Calendar)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153310#M892053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T07:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153311#M892054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree the Rudolf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems group, try to add calc dimension for the internal calc dim instead of normal dim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153311#M892054</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-23T08:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153312#M892055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roopali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use set analysis to achieve this. &lt;SPAN style="font-size: 13.3333px;"&gt;Create a variable and assign Aug-15 to that variable in variable overview. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;eg. vMonthStart = Aug-15&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create a bar chart with month-Year as Dimension and the below expression in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month={"$(=(&lt;SPAN style="font-size: 13.3333px;"&gt;vMonthStart &lt;/SPAN&gt;))"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153312#M892055</guid>
      <dc:creator>ramchalla</dc:creator>
      <dc:date>2016-08-23T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153313#M892056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ram, your expression gives only aug-15 sales only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153313#M892056</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-23T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153314#M892057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&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;Sum({&amp;lt;Month={"&amp;gt;=$(=(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aug-15&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;))"}&amp;gt;} Sales)&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;&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;&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;Or l&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;ike this as said by&amp;nbsp;&amp;nbsp; "ram ch "&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Month={"&amp;gt;=$(=(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMonthStart &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153314#M892057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T10:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153315#M892058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roopali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the typo. you can try the below.&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Month={"&amp;gt;=$(=(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;vMonthStart &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153315#M892058</guid>
      <dc:creator>ramchalla</dc:creator>
      <dc:date>2016-08-23T10:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153316#M892059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For time period limitation it is often a good approach to define these periods in the data model. This way you can apply the selected range through set expressions, without having a static date in the actual expression. It will also mean that you define and control your flag in one place, making is easier to administer and maintain the application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not answer your question please provide a sample QVW so that your question can be put in context of your data. Screenshots can sometimes be a bit limited in terms of understanding your chart settings and underlying data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please see attach sample as reference to how you can approach controlling the range through a flag in a calendar table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 11:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/1153316#M892059</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2016-08-23T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Values on x-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/2089875#M1224137</link>
      <description>&lt;P&gt;The accepted answer works in most circumstances but not where there is a function that relies on the full date range in the chart expression. In this case, the calculation will also only be done over the last 12 months only and it will affect the data.&lt;/P&gt;
&lt;P&gt;To solve for this circumstance, add a last x months flag to the calendar and perform the calculation in the chart function using IF this flag = 1. That will limit your date range without affecting the calculation.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 10:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Values-on-x-Axis/m-p/2089875#M1224137</guid>
      <dc:creator>DBIT</dc:creator>
      <dc:date>2023-07-03T10:23:10Z</dc:date>
    </item>
  </channel>
</rss>

