<?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 Problem with creating time groups for time intervals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188733#M51874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope that somebody could help me here in the forum with my problem. I have no ideas anymore why it is not working.&lt;/P&gt;&lt;P&gt;Problem with Time Groups&lt;BR /&gt;&lt;BR /&gt;Description: I would like to create a timewindow with 4 different values for the reaction time:&lt;BR /&gt;Reaction time = ReactionTimestamp - StartTimestamp&lt;BR /&gt;&lt;BR /&gt;Group1 ==&amp;gt; 0 - 10 sec.&lt;BR /&gt;Group 2 ==&amp;gt; 10 - 20 sec.&lt;BR /&gt;Group 3 ==&amp;gt; k.A. (where the ReactionTime is ' ' (empty)&lt;BR /&gt;Group 4 ==&amp;gt; &amp;gt; 20 sec.&lt;BR /&gt;&lt;BR /&gt;I have tried nearly every possibilities, different formats in script and different if-Statements, but QlikView does not recongnize my reactiontime correctly I think so.&lt;BR /&gt;&lt;BR /&gt;I hope somebody could give me a solution for my problem? Please use my attached .qvw file for a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Mar 2010 12:08:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-22T12:08:39Z</dc:date>
    <item>
      <title>Problem with creating time groups for time intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188733#M51874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope that somebody could help me here in the forum with my problem. I have no ideas anymore why it is not working.&lt;/P&gt;&lt;P&gt;Problem with Time Groups&lt;BR /&gt;&lt;BR /&gt;Description: I would like to create a timewindow with 4 different values for the reaction time:&lt;BR /&gt;Reaction time = ReactionTimestamp - StartTimestamp&lt;BR /&gt;&lt;BR /&gt;Group1 ==&amp;gt; 0 - 10 sec.&lt;BR /&gt;Group 2 ==&amp;gt; 10 - 20 sec.&lt;BR /&gt;Group 3 ==&amp;gt; k.A. (where the ReactionTime is ' ' (empty)&lt;BR /&gt;Group 4 ==&amp;gt; &amp;gt; 20 sec.&lt;BR /&gt;&lt;BR /&gt;I have tried nearly every possibilities, different formats in script and different if-Statements, but QlikView does not recongnize my reactiontime correctly I think so.&lt;BR /&gt;&lt;BR /&gt;I hope somebody could give me a solution for my problem? Please use my attached .qvw file for a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 12:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188733#M51874</guid>
      <dc:creator />
      <dc:date>2010-03-22T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Problem with creating time groups for time intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188734#M51875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The problem is solved,you are not getting the correct results because in the IF condition u had given while checking the condition u have given values in Single Quotes so it is treating them as characters i.e the output is not coming properly.I removed those single Quotes and tried i got the correct result as per you expexted,please find the attached file for your reference.......&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 13:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188734#M51875</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2010-03-22T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Problem with creating time groups for time intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188735#M51876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response, I have already tried your solution before, now the row Nr. 1 and 4 which where false in my .qvw file are correct, but now the row Nr. 2 and 3 are false. Here are the results how it should be in the field "ReactionWindow"&lt;/P&gt;&lt;P&gt;Row 1: ==&amp;gt; 0 - 10 sec.&lt;/P&gt;&lt;P&gt;Row 2: ==&amp;gt; &amp;gt; 20 sec.&lt;/P&gt;&lt;P&gt;Row 3: ==&amp;gt; 10 - 20 sec.&lt;/P&gt;&lt;P&gt;Row 4. ==&amp;gt; k.A.&lt;/P&gt;&lt;P&gt;So this solution does not work, maybe there are other ideas?&lt;/P&gt;&lt;P&gt;Thanks for helping me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 13:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188735#M51876</guid>
      <dc:creator />
      <dc:date>2010-03-22T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Problem with creating time groups for time intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188736#M51877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think I have found a solution for my problem for my own and I want to share it now. Thanks to ajay for the help with the mapping for the null value ==&amp;gt; k.A.&lt;/P&gt;&lt;P&gt;What was the problem:&lt;/P&gt;&lt;P&gt;I got the reactiontime with this code ==&amp;gt; and the problem was the interval format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interval(ReactionTimestamp - StartTimestamp,'s.f') &lt;B&gt;as&lt;/B&gt; ReactionTime&lt;/P&gt;&lt;P&gt;Now I changed it to this with 2 seconds and it works I think so absolutely corretly, I have to test it in my real application.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interval(ReactionTimestamp - StartTimestamp,'ss.f') &lt;B&gt;as&lt;/B&gt; ReactionTime&lt;/P&gt;&lt;P&gt;But I don*t understand whats the big difference, I tought that when I use as format s.f ==&amp;gt; than it makes no sense how many seconds are in front, if there are 3 or 30 or 300? Maybe somebody could give me an explanation for this, that would be great?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 14:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-time-groups-for-time-intervals/m-p/188736#M51877</guid>
      <dc:creator />
      <dc:date>2010-03-22T14:04:18Z</dc:date>
    </item>
  </channel>
</rss>

