<?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 to be restricted in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189803#M384581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most efficient way is by inserting a WHERE clause where you define from your start date in this case 01/04/2016 and the end date is 30/09/2016 if your date is in the following format 'DD/MM/YYYY'. Other way arround this is to apply a set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;OrderDate= {"&amp;gt;=$(=min(StartDate))&amp;lt;=$(=max(EndDate))"}&amp;gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Data Architect MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 16:57:41 GMT</pubDate>
    <dc:creator>miguelbraga</dc:creator>
    <dc:date>2016-09-21T16:57:41Z</dc:date>
    <item>
      <title>Dimension to be restricted</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189802#M384580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field called MonthYear which currently has data from Apr-14-Sep-16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering what would be the most efficient way of restricting the dimension on the X axis of my graph to only show data from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apr-15 - Sep 16?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189802#M384580</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2016-09-21T16:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension to be restricted</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189803#M384581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most efficient way is by inserting a WHERE clause where you define from your start date in this case 01/04/2016 and the end date is 30/09/2016 if your date is in the following format 'DD/MM/YYYY'. Other way arround this is to apply a set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;OrderDate= {"&amp;gt;=$(=min(StartDate))&amp;lt;=$(=max(EndDate))"}&amp;gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Data Architect MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189803#M384581</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-21T16:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension to be restricted</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189804#M384582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your expression using Set Analysis&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear ={"&amp;gt;=Apr-15 &amp;lt;=Sep 16"}&lt;/SPAN&gt;&amp;gt;}Value)&amp;nbsp; &lt;/P&gt;&lt;P&gt;Please use exactly the same number format used into &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189804#M384582</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-09-21T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension to be restricted</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189805#M384583</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;Have you tried set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Your_Dimension={"&amp;gt;=$(=Date(MakeDate(2015, 4, 1), 'MMM-YY'))&amp;lt;=$(=Date(MakeDate(2016, 9, 1), 'MMM-YY'))"}&amp;gt;} Your_Measure)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-to-be-restricted/m-p/1189805#M384583</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-09-21T17:03:43Z</dc:date>
    </item>
  </channel>
</rss>

