<?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: Time Period Dimension for a Filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456435#M35845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say&amp;nbsp; we have a "period" field where the value are 'Rolling 3 Months','Rolling 6 Months', 'Rolling 12 Months'&lt;/P&gt;&lt;P&gt;user can select any one of them or nothing at all&lt;/P&gt;&lt;P&gt;expression will be something like&lt;/P&gt;&lt;P&gt;pick(match(getfieldselections(period),'Rolling 3 Months','Rolling 6 Months', 'Rolling 12 Months')+1,expression for current month,expression for rolling 3 month ,expression for rolling 6months, expression for rolling 12 months)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this expression where you want rolling month. Where ever you don't want to see rolling sum just use the normal expression for current period. i hope i am clear and this is what your requirement is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: expression can contain typo error as typed directly in the reply. expression can be written in pick match as well as if-else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 19:23:10 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2017-12-28T19:23:10Z</dc:date>
    <item>
      <title>Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456432#M35842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best way to build a dynamic timeframe?&amp;nbsp; what I am looking to do is&amp;nbsp; build pre set time periods based on a month/year coming from the data set.&amp;nbsp; Ideally, I would like to build a 3 month/6 month 12 month time period.&amp;nbsp; Rather than a user see in a filter drop down:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JAN 17&lt;/P&gt;&lt;P&gt;FEB 17&lt;/P&gt;&lt;P&gt;MAR 17&lt;/P&gt;&lt;P&gt;APR 17&lt;/P&gt;&lt;P&gt;MAY 17&lt;/P&gt;&lt;P&gt;JUN 17&lt;/P&gt;&lt;P&gt;JUL 17&lt;/P&gt;&lt;P&gt;AUG 17&lt;/P&gt;&lt;P&gt;SEP 17&lt;/P&gt;&lt;P&gt;OCT 17&lt;/P&gt;&lt;P&gt;NOV 17&lt;/P&gt;&lt;P&gt;DEC 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where they could go and pick as many months at a time, I would rather them see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rolling 3 Months&lt;/P&gt;&lt;P&gt;Rolling 6 Months&lt;/P&gt;&lt;P&gt;Rolling 12 Months&lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;Rolling 3 Months = DEC, NOV, OCT&lt;/P&gt;&lt;P&gt;Rolling 6 Months = DEC, NOV, OCT, SEP, AUG, JUL&lt;/P&gt;&lt;P&gt;Rolling 12 Months = Complete Data Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like is to be able to have a number of KPIs/charts on a sheet that if the filter box was "binned" accordingly would then respond to this bin.&amp;nbsp; I would like to avoid having to add any sort of reference to time periods to each KPI. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456432#M35842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456433#M35843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can still use the normal rolling calculations with&lt;/P&gt;&lt;P&gt;1:an inline load where Rolling 3 Months,Rolling 6 Months, Rolling 12 Months are the field.&lt;/P&gt;&lt;P&gt;2: use if(getfieldselection(), .....) in expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you can use whatever you want and you wont be hardcoding Rolling 3 Months,Rolling 6 Months, Rolling 12 Months,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 18:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456433#M35843</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-28T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456434#M35844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain step 2 a bit more.&amp;nbsp; I am new to Qlik Sense.&amp;nbsp; Not BI, but definitely new to Qlik Sense logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456434#M35844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T19:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456435#M35845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say&amp;nbsp; we have a "period" field where the value are 'Rolling 3 Months','Rolling 6 Months', 'Rolling 12 Months'&lt;/P&gt;&lt;P&gt;user can select any one of them or nothing at all&lt;/P&gt;&lt;P&gt;expression will be something like&lt;/P&gt;&lt;P&gt;pick(match(getfieldselections(period),'Rolling 3 Months','Rolling 6 Months', 'Rolling 12 Months')+1,expression for current month,expression for rolling 3 month ,expression for rolling 6months, expression for rolling 12 months)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this expression where you want rolling month. Where ever you don't want to see rolling sum just use the normal expression for current period. i hope i am clear and this is what your requirement is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: expression can contain typo error as typed directly in the reply. expression can be written in pick match as well as if-else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456435#M35845</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-28T19:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456436#M35846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar kind of situation where my Reporting date field has data something like :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30 Nov, 17&lt;/P&gt;&lt;P&gt;31 Oct, 17&lt;/P&gt;&lt;P&gt;30 Sep, 17&lt;/P&gt;&lt;P&gt;31 Aug, 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to extract Current month, Previous month and previous quarter from this field&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;For example&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;If Reporting date = June 30 2017&lt;BR /&gt;&lt;/STRONG&gt; Current month-end = June 30 2017&lt;/P&gt;&lt;P&gt; Previous month-end = May 31 2017&lt;/P&gt;&lt;P&gt; Previous quarter-end = March 30 2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;INS&gt;Use cases:&lt;/INS&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;multiple options (current/previous month end or previous quarter-end) can be selected at the same time&lt;/LI&gt;&lt;LI&gt;the 3 options should dynamically update the reporting date drop down list with the selected dates&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the example image on ultimately how it could look like.Any suggestions please??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="286333.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188392_286333.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456436#M35846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T19:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456437#M35847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I will give this a try and let you know!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456437#M35847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456438#M35848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kapil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i understood your requirement still i would ask you to describe use case 2 a bit more. IF you could add a sample with just the required field if the data is sensitive and how you want to get it in the UI it would be a plus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 17:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456438#M35848</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-29T17:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456439#M35849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15150080472939047 jive_text_macro" jivemacro_uid="_15150080472939047"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Thanks for coming back Pradosh.&lt;/P&gt;&lt;P&gt;What I meant in use case 2 was -Ability to multi select. For example if I click on Current Month and Previous Month, both values should be selected.&lt;/P&gt;&lt;P&gt;I have created a sample data for your reference.&lt;/P&gt;&lt;P&gt;Any suggestions on it plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 19:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456439#M35849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T19:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time Period Dimension for a Filter</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456440#M35850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some license issue so currently not able to open you document. You have to describe it to me else someoneelse can help you out here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 03:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Period-Dimension-for-a-Filter/m-p/1456440#M35850</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-04T03:10:04Z</dc:date>
    </item>
  </channel>
</rss>

