<?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: Group time values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943085#M13290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried again, if i display it on a table i have the correct anser , but if i select the differents groups it break the link with the rest of the displayded infromations, also i have to show it on a pie chart , so i need a count, per example 120 call closed under 15 min, 83 under 30, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea how to add a count to the conditions&amp;nbsp; and make so that if i select a group it filter also the information on the display ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="time group.png" class="jive-image image-1" src="/legacyfs/online/102235_time group.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you one more time for this helpfull first part &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 14:24:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-16T14:24:52Z</dc:date>
    <item>
      <title>Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943081#M13286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make a pie chart where i have resolution times, but due to too many different values i need to group them. this pie chart display ticket open times this mean i will need groups like following :&lt;/P&gt;&lt;P&gt;1st group : 1 min to 15 min&lt;/P&gt;&lt;P&gt;2nd group: 16 min to 30 min &lt;/P&gt;&lt;P&gt;3rd group: 30 min to 1 h&lt;/P&gt;&lt;P&gt;4th group: 1 h to 2 h&lt;/P&gt;&lt;P&gt;5th group: 3h to 4h&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a solution where i group by half hours is less suited , but can also help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes some ticket don't have a time at all , then the value is 00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any clue how to achieve that ?&amp;nbsp;&amp;nbsp; thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="time group.png" class="jive-image image-1" height="281" src="/legacyfs/online/101523_time group.png" style="height: 280.634px; float: none; width: 282px;" width="282" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943081#M13286</guid>
      <dc:creator />
      <dc:date>2015-10-09T07:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943082#M13287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could look at a nested IF statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Group' &amp;amp; IF([YourTime] &amp;gt; MakeTime(1,0,0),Hour([YourTime]) + 3,&lt;/P&gt;&lt;P&gt;IF([YourTime] &amp;gt; MakeTime(0,0,0) AND [YourTime] &amp;lt;=MakeTime(0,15,0), 1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF([YourTime] &amp;gt; MakeTime(0,15,0) AND [YourTime] &amp;lt;=MakeTime(0,30,0), 2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF([YourTime] &amp;gt; MakeTime(0,30,0) AND [YourTime] &amp;lt;=MakeTime(1,0,0), 3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;' - No Ticket'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 09:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943082#M13287</guid>
      <dc:creator />
      <dc:date>2015-10-09T09:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943083#M13288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Andrew, &lt;/P&gt;&lt;P&gt;i tried it , but it didn't gave any result, i' have to work on the way i get my data, i will come back on this topic in couple days &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943083#M13288</guid>
      <dc:creator />
      <dc:date>2015-10-15T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943084#M13289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used:&lt;/P&gt;&lt;P&gt;TempTime:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ThisTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Group' &amp;amp; IF(ThisTime &amp;gt;= MakeTime(1,0,0),Hour(ThisTime) + 3,&lt;/P&gt;&lt;P&gt;IF(ThisTime &amp;gt; MakeTime(0,0,0) AND ThisTime &amp;lt;=MakeTime(0,15,0), 1,&lt;/P&gt;&lt;P&gt;IF(ThisTime &amp;gt; MakeTime(0,15,0) AND ThisTime &amp;lt;=MakeTime(0,30,0), 2,&lt;/P&gt;&lt;P&gt;IF(ThisTime &amp;gt; MakeTime(0,30,0) AND ThisTime &amp;lt;=MakeTime(1,0,0), 3,&lt;/P&gt;&lt;P&gt;'No Ticket')))) AS Shift_Group;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; MakeTime(FLOOR(RecNo()/6),CEIL(RAND()*50),0) AS ThisTime&lt;/P&gt;&lt;P&gt;AutoGenerate 24;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it returned results:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TimeGroup.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102190_TimeGroup.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943084#M13289</guid>
      <dc:creator />
      <dc:date>2015-10-16T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943085#M13290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried again, if i display it on a table i have the correct anser , but if i select the differents groups it break the link with the rest of the displayded infromations, also i have to show it on a pie chart , so i need a count, per example 120 call closed under 15 min, 83 under 30, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea how to add a count to the conditions&amp;nbsp; and make so that if i select a group it filter also the information on the display ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="time group.png" class="jive-image image-1" src="/legacyfs/online/102235_time group.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you one more time for this helpfull first part &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943085#M13290</guid>
      <dc:creator />
      <dc:date>2015-10-16T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943086#M13291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Data Load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time_with_Group:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Group' &amp;amp; IF(ThisTime &amp;gt;= MakeTime(1,0,0),Hour(ThisTime) + 3,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(ThisTime &amp;gt; MakeTime(0,0,0) AND ThisTime &amp;lt;=MakeTime(0,15,0), 1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(ThisTime &amp;gt; MakeTime(0,15,0) AND ThisTime &amp;lt;=MakeTime(0,30,0), 2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(ThisTime &amp;gt; MakeTime(0,30,0) AND ThisTime &amp;lt;=MakeTime(1,0,0), 3,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'No Ticket')))) AS Shift_Group;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; SQL &lt;SPAN style="line-height: 1.5em;"&gt;SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TicketTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ThisTime,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TicketID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OtherTicketFields&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Ticket_Table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then you can add Shift_Group as a Pie chart Dimension, with a count of TicketID (for example)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A filter pane with Shift_Group as a Dimension, will let you filter again (although you can do it by clicking segments of the Pie Chart as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943086#M13291</guid>
      <dc:creator />
      <dc:date>2015-10-19T07:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Group time values</title>
      <link>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943087#M13292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Andrew , this was the last piece i needed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 08:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-time-values/m-p/943087#M13292</guid>
      <dc:creator />
      <dc:date>2015-10-19T08:45:44Z</dc:date>
    </item>
  </channel>
</rss>

