<?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: Fiscal Month Year Displaying in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396627#M423889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis in aggregation function you use as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({&amp;lt;FiscalYear={'$(=Max(FiscalYear))'}&amp;gt;} Sales)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 05:15:06 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-11-02T05:15:06Z</dc:date>
    <item>
      <title>Fiscal Month Year Displaying in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396624#M423886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Techies! Morning greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with month year values from database table. Instead of all the items I want to display only the financial period for the selected year.&lt;/P&gt;&lt;P&gt;if user select 2017 the list box (which contains month and year) should display from Apr-2017 to Mar-2018(if available else upto current month) instead of from Jan-2017 to current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to achieve this. &lt;/P&gt;&lt;P&gt;Image 1: Normally displaying like this &lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181759_1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Image 2: Desired Outcome if 2017 year selected&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/181790_1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 04:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396624#M423886</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2017-11-02T04:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Month Year Displaying in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396625#M423887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create FiscalYear field in the script, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year(YearStart(DateField,0,4))&amp;nbsp; as&amp;nbsp; FiscalYear&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 04:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396625#M423887</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-11-02T04:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Month Year Displaying in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396626#M423888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Treseso , This solution works fine. Thnx for the help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve the same if there's no provision for user to select the year. Like in the chart i want to display only the current fiscal year data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181792_1.JPG" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;like in this above pivot table i want to display on the current fiscal year data without selecting the fiscal year from fiscal_year list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 05:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396626#M423888</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2017-11-02T05:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Month Year Displaying in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396627#M423889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis in aggregation function you use as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({&amp;lt;FiscalYear={'$(=Max(FiscalYear))'}&amp;gt;} Sales)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 05:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396627#M423889</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-11-02T05:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Month Year Displaying in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396628#M423890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great bro,it's working!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 05:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Month-Year-Displaying-in-List-Box/m-p/1396628#M423890</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2017-11-02T05:28:51Z</dc:date>
    </item>
  </channel>
</rss>

