<?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: Selecting Latest Quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528734#M197665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked fine in a Text Object but can't seem to use it as a calculated Dimension in a Straight Chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 15:44:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-02T15:44:04Z</dc:date>
    <item>
      <title>Selecting Latest Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528732#M197663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a line chart by selecting the latest year and quarter. PERIOD field has values like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2013 1Q&lt;/P&gt;&lt;P&gt;2013 1H&lt;/P&gt;&lt;P&gt;2013 2Q&lt;/P&gt;&lt;P&gt;2013 FY&lt;/P&gt;&lt;P&gt;2012 4Q&lt;/P&gt;&lt;P&gt;2012 2H&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to look for 2013 2Q for example.&lt;/P&gt;&lt;P&gt;Is there any finction that I could use or need to split it by Substring() ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 19:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528732#M197663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-01T19:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Latest Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528733#M197664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=maxstring({&amp;lt;PERIOD = {'???? ?Q'}&amp;gt;}PERIOD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 19:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528733#M197664</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-07-01T19:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Latest Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528734#M197665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked fine in a Text Object but can't seem to use it as a calculated Dimension in a Straight Chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 15:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528734#M197665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Latest Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528735#M197666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a variable (i.e. vMaxQuarter with the expression from above), then make your dimension on the chart:&lt;/P&gt;&lt;P&gt;=if(PERIOD = vMaxQuarter, PERIOD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 15:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Latest-Quarter/m-p/528735#M197666</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-07-02T15:48:11Z</dc:date>
    </item>
  </channel>
</rss>

