<?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 Adding YearMonth and QuarterMonth into same listbox as filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809534#M1212441</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have one ask where,&amp;nbsp; user wants to see payperiod filter as combination of yearmonth and yearquarter&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;PayPeriod&lt;/P&gt;&lt;P&gt;202101&lt;/P&gt;&lt;P&gt;202102&lt;BR /&gt;202103&lt;/P&gt;&lt;P&gt;2021Q1&lt;/P&gt;&lt;P&gt;202104&lt;/P&gt;&lt;P&gt;202105&lt;/P&gt;&lt;P&gt;202106&lt;/P&gt;&lt;P&gt;2021Q2&lt;/P&gt;&lt;P&gt;202103 and so on,&lt;/P&gt;&lt;P&gt;and when user select '2021Q1' then he should see data for '202103' same for '2021Q2' he should see for 202106 which means whenever yearquarter get selected then, always show data for last yearmonth of that respective quarter and&amp;nbsp;&lt;/P&gt;&lt;P&gt;when user select yearmonth then it should show data for that respective yearmonth only.&lt;/P&gt;&lt;P&gt;ex. '202101' should show data for '202101' and '202103' should show '202103' .&lt;/P&gt;&lt;P&gt;Any suggestions would be helpful.&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 17:22:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-20T17:22:07Z</dc:date>
    <item>
      <title>Adding YearMonth and QuarterMonth into same listbox as filter</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809534#M1212441</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have one ask where,&amp;nbsp; user wants to see payperiod filter as combination of yearmonth and yearquarter&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;PayPeriod&lt;/P&gt;&lt;P&gt;202101&lt;/P&gt;&lt;P&gt;202102&lt;BR /&gt;202103&lt;/P&gt;&lt;P&gt;2021Q1&lt;/P&gt;&lt;P&gt;202104&lt;/P&gt;&lt;P&gt;202105&lt;/P&gt;&lt;P&gt;202106&lt;/P&gt;&lt;P&gt;2021Q2&lt;/P&gt;&lt;P&gt;202103 and so on,&lt;/P&gt;&lt;P&gt;and when user select '2021Q1' then he should see data for '202103' same for '2021Q2' he should see for 202106 which means whenever yearquarter get selected then, always show data for last yearmonth of that respective quarter and&amp;nbsp;&lt;/P&gt;&lt;P&gt;when user select yearmonth then it should show data for that respective yearmonth only.&lt;/P&gt;&lt;P&gt;ex. '202101' should show data for '202101' and '202103' should show '202103' .&lt;/P&gt;&lt;P&gt;Any suggestions would be helpful.&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 17:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809534#M1212441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-20T17:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding YearMonth and QuarterMonth into same listbox as filter</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809542#M1212443</link>
      <description>&lt;P&gt;Periods:&lt;/P&gt;&lt;P&gt;Load OriginalDate, Monthname(OriginalDate) as PayPeriod&lt;/P&gt;&lt;P&gt;Resident YourTable;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;Load OriginalDate, Quartername(OriginalDate) as PayPeriod&lt;/P&gt;&lt;P&gt;Resident YourTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By Loading both sets of values, alongside the original dates, into a separate table, you can filter using the same field without having to duplicate or modify the original data.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 17:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809542#M1212443</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-05-20T17:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding YearMonth and QuarterMonth into same listbox as filter</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809587#M1212446</link>
      <description>&lt;P&gt;I'm making some adjustment to the solution by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6142"&gt;@Or&lt;/a&gt;&amp;nbsp; to better fit your desired output as you described it.&lt;/P&gt;&lt;P&gt;Periods:&lt;/P&gt;&lt;P&gt;Load distinct OriginalDate, Monthname(OriginalDate) as PayPeriod&lt;/P&gt;&lt;P&gt;Resident YourTable;&lt;/P&gt;&lt;P&gt;CONCATENATE (Periods)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;OriginalDate, Quartername(OriginalDate) as PayPeriod&lt;/P&gt;&lt;P&gt;Resident Periods&lt;/P&gt;&lt;P&gt;Where PayPeriod = monthname(quarterend(OriginalDate));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 21:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-YearMonth-and-QuarterMonth-into-same-listbox-as-filter/m-p/1809587#M1212446</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-05-20T21:54:38Z</dc:date>
    </item>
  </channel>
</rss>

