<?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 Expression Help on Current Fiscal Quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342028#M413321</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;&lt;/P&gt;&lt;P&gt;I generated Fiscal Quarter and Fiscal Month from Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In same calendar, i generated a FiscalQuarterSerial which defines 1, 2 and 3 as First , Second and Third Month of Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q1' and FiscalMonth='Oct',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q1' and FiscalMonth='Nov',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q1' and FiscalMonth='Dec',3&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q2' and FiscalMonth='Jan',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q2' and FiscalMonth='Feb',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q2' and FiscalMonth='Mar',3&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q3' and FiscalMonth='Apr',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q3' and FiscalMonth='May',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q3' and FiscalMonth='Jun',3&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q4' and FiscalMonth='Jul',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q4' and FiscalMonth='Aug',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q4' and FiscalMonth='Sep',3)))))))))))) as FiscalQuarterSerial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to derive an expression on front end as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Current Quarter and First Month of Quarter, it should retrieve expression 1,&lt;/P&gt;&lt;P&gt;If it is Current Quarter and Second Month of Quarter, it should retrieve expression 2,&lt;/P&gt;&lt;P&gt;If it is Current Quarter and Third Month of Quarter, it should retrieve expression 3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I had written expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(QuarterName(Today(),0) = QuarterName(Today(),0) and FiscalQuarterSerial=1,&lt;/P&gt;&lt;P&gt;Expression 1,&lt;/P&gt;&lt;P&gt;If(QuarterName(Today(),0) = QuarterName(Today(),0) and FiscalQuarterSerial=2,&lt;/P&gt;&lt;P&gt;Expression 2,&lt;/P&gt;&lt;P&gt;If(QuarterName(Today(),0) = QuarterName(Today(),0) and FiscalQuarterSerial=3,&lt;/P&gt;&lt;P&gt;Expression 3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this is not working as current selection on front end is not on FiscalQuarterSerial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The primary idea is to generate different expression depending upon the First, Second and Third Month of Current Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Apr 2017 02:05:03 GMT</pubDate>
    <dc:creator>satishkurra</dc:creator>
    <dc:date>2017-04-29T02:05:03Z</dc:date>
    <item>
      <title>Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342028#M413321</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;&lt;/P&gt;&lt;P&gt;I generated Fiscal Quarter and Fiscal Month from Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In same calendar, i generated a FiscalQuarterSerial which defines 1, 2 and 3 as First , Second and Third Month of Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q1' and FiscalMonth='Oct',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q1' and FiscalMonth='Nov',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q1' and FiscalMonth='Dec',3&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q2' and FiscalMonth='Jan',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q2' and FiscalMonth='Feb',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q2' and FiscalMonth='Mar',3&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q3' and FiscalMonth='Apr',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q3' and FiscalMonth='May',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q3' and FiscalMonth='Jun',3&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q4' and FiscalMonth='Jul',1&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q4' and FiscalMonth='Aug',2&lt;/P&gt;&lt;P&gt;If(FiscalQuarter='Q4' and FiscalMonth='Sep',3)))))))))))) as FiscalQuarterSerial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to derive an expression on front end as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Current Quarter and First Month of Quarter, it should retrieve expression 1,&lt;/P&gt;&lt;P&gt;If it is Current Quarter and Second Month of Quarter, it should retrieve expression 2,&lt;/P&gt;&lt;P&gt;If it is Current Quarter and Third Month of Quarter, it should retrieve expression 3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I had written expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(QuarterName(Today(),0) = QuarterName(Today(),0) and FiscalQuarterSerial=1,&lt;/P&gt;&lt;P&gt;Expression 1,&lt;/P&gt;&lt;P&gt;If(QuarterName(Today(),0) = QuarterName(Today(),0) and FiscalQuarterSerial=2,&lt;/P&gt;&lt;P&gt;Expression 2,&lt;/P&gt;&lt;P&gt;If(QuarterName(Today(),0) = QuarterName(Today(),0) and FiscalQuarterSerial=3,&lt;/P&gt;&lt;P&gt;Expression 3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this is not working as current selection on front end is not on FiscalQuarterSerial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The primary idea is to generate different expression depending upon the First, Second and Third Month of Current Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 02:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342028#M413321</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T02:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342029#M413322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 12:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342029#M413322</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T12:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342030#M413323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(QuarterName(Today()) and FiscalQuarterSerial=1, Expression 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(QuarterName(Today()) and FiscalQuarterSerial=2, Expression 2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(QuarterName(Today()) and FiscalQuarterSerial=3, Expression 3)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 12:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342030#M413323</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-29T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342031#M413324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also QuarterName(Today()) will give Apr-Jun 2017 and FiscalQuarterSerial is 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be that is why it is not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342031#M413324</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T13:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342032#M413325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Here what are expecting instead of Apr-Jun 2017 ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342032#M413325</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-29T13:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342033#M413326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I'm looking for&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;Derive 3 different expression depending upon the First, Second and Third Month of Current Quarter.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342033#M413326</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342034#M413327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide static whether how you want to create Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( Jan = 'Jan', ....) Something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342034#M413327</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-29T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342035#M413328</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;Didn't get exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about getting value from FiscalQuarterSerial Listbox. It is retrieving 1, 2 and 3 every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to derive values from this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342035#M413328</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342036#M413329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, I may not follow you. Would you able to share sample application with inline memory and if you know about expected result please mention that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342036#M413329</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-29T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342037#M413330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed other stuff, but you can see text box where i need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in back end you can see how i derived FiscalQuarterSerial. I didn't delete this. Rest of the information is removed as it is confidential.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you can still see data model as i haven't reload that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342037#M413330</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T13:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342038#M413331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, 227 MB bit vast to download. Make it less if possible? or&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6075"&gt;Scrambling Data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342038#M413331</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-29T13:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342039#M413332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed most of the data and dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the text box to see what i'm looking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if this file size helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 14:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342039#M413332</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-29T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342040#M413333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any one please help or confirm whether we can achieve this in QlikView or not...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2017 13:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342040#M413333</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-30T13:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help on Current Fiscal Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342041#M413334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is fixed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding logic for any reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of FiscalSerial, i added logic in expression as&lt;/P&gt;&lt;P&gt;=if(Month(Today())='Oct' or Month(Today())='Jan' or Month(Today())='Apr' or Month(Today())='Jul',&lt;/P&gt;&lt;P&gt;Expression1,&lt;/P&gt;&lt;P&gt;if(Month(Today())='Nov' or Month(Today())='Feb' or Month(Today())='May' or Month(Today())='Aug',&lt;/P&gt;&lt;P&gt;Expression2,&lt;/P&gt;&lt;P&gt;if(Month(Today())='Dec' or Month(Today())='Mar' or Month(Today())='Jun' or Month(Today())='Sep',&lt;/P&gt;&lt;P&gt;Expression3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming Oct, Jan, Apr and Jul is always 1st Month of quarter, Nov, Feb, May and Aug is always 2nd Month of quarter and so on....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2017 21:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-on-Current-Fiscal-Quarter/m-p/1342041#M413334</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2017-04-30T21:01:00Z</dc:date>
    </item>
  </channel>
</rss>

