<?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 Current year + 2 quarters in dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605747#M44852</link>
    <description>&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;I am looking for help in creating an automated calculated dimension that uses today's dates to bring up the current 6 quarters&amp;nbsp; in a dimension:&lt;/P&gt;&lt;P&gt;7/24/2019 - 4 quarters of 2019 and 2 quarters of 2020&lt;/P&gt;&lt;P&gt;I need this in a dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 15:11:59 GMT</pubDate>
    <dc:creator>adurgani</dc:creator>
    <dc:date>2019-07-24T15:11:59Z</dc:date>
    <item>
      <title>Current year + 2 quarters in dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605747#M44852</link>
      <description>&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;I am looking for help in creating an automated calculated dimension that uses today's dates to bring up the current 6 quarters&amp;nbsp; in a dimension:&lt;/P&gt;&lt;P&gt;7/24/2019 - 4 quarters of 2019 and 2 quarters of 2020&lt;/P&gt;&lt;P&gt;I need this in a dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605747#M44852</guid>
      <dc:creator>adurgani</dc:creator>
      <dc:date>2019-07-24T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Current year + 2 quarters in dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605788#M44855</link>
      <description>&lt;P&gt;I have this and it works but it needs to be automated based on today's date to return current year quarters and next two quarters in next year:&lt;/P&gt;&lt;P&gt;=if(match([Fiscal Quarter],'Q1-2019','Q2-2019'......'Q2-2020'),[Fiscal Quarter])&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 16:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605788#M44855</guid>
      <dc:creator>adurgani</dc:creator>
      <dc:date>2019-07-24T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Current year + 2 quarters in dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605801#M44856</link>
      <description>Do you have master calendar dimension like quarter year?&lt;BR /&gt;if so use that as dimension and use set analysis in your expression&lt;BR /&gt;e.g. below for last 6 quarters&lt;BR /&gt;Sum({&amp;lt;OrderDate={"&amp;gt;=$(=quarterstart(AddMonths(today(),-18))) &amp;lt;=$(=today())"}&amp;gt;}LineSalesAmount)&lt;BR /&gt;&lt;BR /&gt;this will give you data from 1st jan 2018 to today</description>
      <pubDate>Wed, 24 Jul 2019 17:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605801#M44856</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-24T17:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Current year + 2 quarters in dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605814#M44859</link>
      <description>&lt;P&gt;That does work except that I'm trying to limit the quarters in a dimension not as a measure.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;We do have Fiscal Quarter as a calendar item.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605814#M44859</guid>
      <dc:creator>adurgani</dc:creator>
      <dc:date>2019-07-24T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Current year + 2 quarters in dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605818#M44860</link>
      <description>&lt;P&gt;Thats the value of set analysis&lt;/P&gt;&lt;P&gt;if you limit the data being bought in using the measure the dimensions will automatically only show that.&lt;/P&gt;&lt;P&gt;e.g. in my example it will show only those quarters.&lt;/P&gt;&lt;P&gt;you can possibly do this through if statements on dimension etc. but it is not recommended practice as it will reduce performance. Set Analysis is the recommended route&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1605818#M44860</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-24T17:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Current year + 2 quarters in dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1606253#M44896</link>
      <description>&lt;P&gt;Thanks! In this case it was a preference and a learning opportunity.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 18:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Current-year-2-quarters-in-dimension/m-p/1606253#M44896</guid>
      <dc:creator>adurgani</dc:creator>
      <dc:date>2019-07-25T18:31:46Z</dc:date>
    </item>
  </channel>
</rss>

