<?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: Timeframe feature in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2109934#M90657</link>
    <description>&lt;P&gt;I think everything is already there - at least to provide the mentioned information. In regard to the layout and the user-experience you might be not able to get a 1:1&amp;nbsp;replication but it mustn't be worse else it might be even better.&lt;/P&gt;
&lt;P&gt;The common approach for such scenarios is to use dimension-groups. In QlikView are cyclic- and drill-groups native available but in Sense AFAIK only the drill-group (but there are also workarounds to emulate cycling-groups).&lt;/P&gt;
&lt;P&gt;Beside this the object-dimensions could be also controlled per variables or selections, for example by using an island-table for the navigation like:&lt;/P&gt;
&lt;P&gt;t: load pick(recno(), 'Year', 'Month', 'Week') as Period autogenerate 3;&lt;/P&gt;
&lt;P&gt;which is then provided within a list-box and the dimensions of the charts and/or appropriate selection list-box for the period-values is then simply:&lt;/P&gt;
&lt;P&gt;$(=maxstring(Period))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 13:32:50 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-08-25T13:32:50Z</dc:date>
    <item>
      <title>Timeframe feature</title>
      <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2108279#M90500</link>
      <description>&lt;P&gt;I need to develop a timeframe feature in an app. The feature needs to be used as a dimension in line charts and bar charts.&lt;/P&gt;
&lt;P&gt;The base dimension for this feature is a date field. The feature should allow the dimension to be changed from Year, to quarter, month, week and day.&lt;/P&gt;
&lt;P&gt;The feature needs to be present in the form of a slider so that the user can choose dimension in forward as well as backward direction.&amp;nbsp; The chart using the Timeframe as a dimension should display all levels of hierarchy for the date as per the selection made by the user.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thakurj_0-1692692335914.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/114881iDA04F31D4FA4B710/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thakurj_0-1692692335914.png" alt="thakurj_0-1692692335914.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thakurj_0-1692692559339.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/114882i42A564CDAA586E52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thakurj_0-1692692559339.png" alt="thakurj_0-1692692559339.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone please help&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 08:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2108279#M90500</guid>
      <dc:creator>thakurj</dc:creator>
      <dc:date>2023-08-22T08:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timeframe feature</title>
      <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2108301#M90501</link>
      <description>&lt;P&gt;This seems far outside the bounds of anything that exists within the native app, so you'll likely need to develop your own extension for this.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/Extensions/Content/Sense_Extensions/extensions-getting-started.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/Extensions/Content/Sense_Extensions/extensions-getting-started.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 09:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2108301#M90501</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-08-22T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timeframe feature</title>
      <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2109743#M90637</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is there a way to build something similar? Maybe some kind of a workaround using master calendar or something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 03:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2109743#M90637</guid>
      <dc:creator>thakurj</dc:creator>
      <dc:date>2023-08-25T03:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Timeframe feature</title>
      <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2109934#M90657</link>
      <description>&lt;P&gt;I think everything is already there - at least to provide the mentioned information. In regard to the layout and the user-experience you might be not able to get a 1:1&amp;nbsp;replication but it mustn't be worse else it might be even better.&lt;/P&gt;
&lt;P&gt;The common approach for such scenarios is to use dimension-groups. In QlikView are cyclic- and drill-groups native available but in Sense AFAIK only the drill-group (but there are also workarounds to emulate cycling-groups).&lt;/P&gt;
&lt;P&gt;Beside this the object-dimensions could be also controlled per variables or selections, for example by using an island-table for the navigation like:&lt;/P&gt;
&lt;P&gt;t: load pick(recno(), 'Year', 'Month', 'Week') as Period autogenerate 3;&lt;/P&gt;
&lt;P&gt;which is then provided within a list-box and the dimensions of the charts and/or appropriate selection list-box for the period-values is then simply:&lt;/P&gt;
&lt;P&gt;$(=maxstring(Period))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 13:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2109934#M90657</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-25T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Timeframe feature</title>
      <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2111150#M90765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Could you please let me know the workaround to emulate cyclic groups in Qlik sense?&lt;/P&gt;
&lt;P&gt;I have tried the drill down approach but it doesnt exactly work. The dimension needs to be a bit of both honestly. Cyclic as well as drill down.&lt;BR /&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 04:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2111150#M90765</guid>
      <dc:creator>thakurj</dc:creator>
      <dc:date>2023-08-30T04:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timeframe feature</title>
      <link>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2111163#M90767</link>
      <description>&lt;P&gt;Here an example for a workaround:&lt;/P&gt;
&lt;P&gt;&lt;A id="LPlnk700559" href="https://community.qlik.com/t5/Qlik-Sense-Documents/Cyclic-Groups-in-Qlik-Sense/ta-p/1763172" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-ogsc="" data-linkindex="0"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents/Cyclic-Groups-in-Qlik-Sense/ta-p/1763172&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;which could be probably extended to get a mix and/or a nesting of dimension groups which are in no way native provided.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 05:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timeframe-feature/m-p/2111163#M90767</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-30T05:51:55Z</dc:date>
    </item>
  </channel>
</rss>

