<?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: Drop down filter of quarter based on Month selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57001#M790430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this : =if(GetSelectedCount(Quarter)=0 and GetSelectedCount(Month)=0,'Quarter',concat(DISTINCT Quarter,', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 14:00:45 GMT</pubDate>
    <dc:creator>jaumecf23</dc:creator>
    <dc:date>2018-02-07T14:00:45Z</dc:date>
    <item>
      <title>Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56992#M790421</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;I have an issue with populating the date filter i.e Month and Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it to be in drop down format(Used Pivot chart).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give the default as Month when nothing is selected ,followed by Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56992#M790421</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56993#M790422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the dimension name you can use something like that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Quarter)=0,'Quarter',MaxString(Quarter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Quarter value will be visible if a Quarter has been selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56993#M790422</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-06T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56994#M790423</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;I want quarter to reflect when the month is selected, with your query quarter has been&amp;nbsp; populated when the quarter is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 10:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56994#M790423</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2018-02-07T10:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56995#M790424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can add as formulas as fields you need to check. Something like that :&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;=if(GetSelectedCount(Quarter)=0 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetSelectedCount(Month)=0&lt;/SPAN&gt;,'Quarter',MaxString(Quarter))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56995#M790424</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-07T12:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56996#M790425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jaume, it worked but when I select multiple month /Quarter that should also reflect.&lt;/P&gt;&lt;P&gt;I tired using concat but its throwing an error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56996#M790425</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2018-02-07T13:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56997#M790426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I did a mistake. Try this:&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;=if(GetSelectedCount(Quarter)=0 and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetSelectedCount(Month)=0&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'Quarter',MaxString(Quarter))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56997#M790426</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-07T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56998#M790427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,I tired using 'AND' only&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56998#M790427</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2018-02-07T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56999#M790428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result is not what you are expecting ? Can you attach and example of the behavour that you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/56999#M790428</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-07T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57000#M790429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean the Initial requirement has worked with your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also looking for an additional requirement.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;it worked for one selection&amp;nbsp; but when I select multiple month /Quarter thae same should also reflect.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I tired using concat but its throwing an error &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;ex:Jan,Jun then Quater must be Q1,Q2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57000#M790429</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2018-02-07T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57001#M790430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this : =if(GetSelectedCount(Quarter)=0 and GetSelectedCount(Month)=0,'Quarter',concat(DISTINCT Quarter,', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57001#M790430</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-07T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57002#M790431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this. Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57002#M790431</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-07T15:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57003#M790432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaume,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks that works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me the same output for Month filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default should show Month upon selection of month/Quarter the respective should reflect(Including concat option)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57003#M790432</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2018-02-08T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57004#M790433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ishtdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pivot table works perfectly,but I'm looking for a filter option (I.e individual representation of Year,Month &amp;amp; Quarter)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57004#M790433</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2018-02-08T12:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down filter of quarter based on Month selection</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57005#M790434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to see one thing at a time in chart? You can do this in straight table with Cyclic group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 14:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-down-filter-of-quarter-based-on-Month-selection/m-p/57005#M790434</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-08T14:36:39Z</dc:date>
    </item>
  </channel>
</rss>

