<?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: YTD, MTD, QTD, filter all in one filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/YTD-MTD-QTD-filter-all-in-one-filter/m-p/1865111#M71408</link>
    <description>&lt;P&gt;You could do this in QS either by matching the filter with set analysis for the relevant objects, or by creating an actual set of filters that look something like:&lt;/P&gt;
&lt;P&gt;Load distinct 'Current YTD', Date&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where YearToDate(Date);&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;Load distinct 'Prior YTD', Date&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where YearToDate(Date, -1)&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;You could probably do that even more efficiently if you just autogenerate the dates for each option instead of loading them from your actual data table.&lt;/P&gt;
&lt;P&gt;Of course, this assumes there's a date field you can use / link to.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 19:38:56 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2021-11-30T19:38:56Z</dc:date>
    <item>
      <title>YTD, MTD, QTD, filter all in one filter</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-MTD-QTD-filter-all-in-one-filter/m-p/1865108#M71407</link>
      <description>&lt;P&gt;I have a request where we're trying to convert a dashboard from another tool and one of the features that it had was one filter on a sheet that had the following options:&lt;/P&gt;
&lt;P&gt;Current YTD&lt;/P&gt;
&lt;P&gt;Prior YTD&lt;/P&gt;
&lt;P&gt;Current MTD&lt;/P&gt;
&lt;P&gt;Prior YTD&lt;/P&gt;
&lt;P&gt;Current WTD&lt;/P&gt;
&lt;P&gt;Prior WTD&lt;/P&gt;
&lt;P&gt;My question: Is this possible in Qlik Sense to have this functionality all be in one filter? I've been able to pull this off for simple KPI's but never have I tried to add these options to one filter and I'm curious if it's possible and what the best way to do this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 19:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-MTD-QTD-filter-all-in-one-filter/m-p/1865108#M71407</guid>
      <dc:creator>default_the_pig</dc:creator>
      <dc:date>2021-11-30T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: YTD, MTD, QTD, filter all in one filter</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-MTD-QTD-filter-all-in-one-filter/m-p/1865111#M71408</link>
      <description>&lt;P&gt;You could do this in QS either by matching the filter with set analysis for the relevant objects, or by creating an actual set of filters that look something like:&lt;/P&gt;
&lt;P&gt;Load distinct 'Current YTD', Date&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where YearToDate(Date);&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;Load distinct 'Prior YTD', Date&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where YearToDate(Date, -1)&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;You could probably do that even more efficiently if you just autogenerate the dates for each option instead of loading them from your actual data table.&lt;/P&gt;
&lt;P&gt;Of course, this assumes there's a date field you can use / link to.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 19:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-MTD-QTD-filter-all-in-one-filter/m-p/1865111#M71408</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-11-30T19:38:56Z</dc:date>
    </item>
  </channel>
</rss>

