<?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 Time Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232537#M84139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks people.&lt;/P&gt;&lt;P&gt;Jcs, thanks for pointing out the number configuration. Apparently that's the fine point I missed. In fact, the x-axis number config won't appear until I checked the Continuous option.&lt;/P&gt;&lt;P&gt;I guess not having the scroll bar would be the trade-off I have to live with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 11:18:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-05T11:18:38Z</dc:date>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232532#M84134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have event records in my data source. If I dimension the count of events over the timestamp (minutes) of each record, I will only have a dot on the chart if at least one event happen that minute.&lt;/P&gt;&lt;P&gt;How can I dimension the count of events such that the x-axis of my chart will display every minute regardless whether an event actually happens? I thought the "Continuous" option under Axes will help, but it doesn't seem to be the case.&lt;/P&gt;&lt;P&gt;IntervalMatch is next on my list, but the scripting seems a bit advance for me because I assume I will need to autogen a master calendar? And I am not sure if it will work at the granularity of minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232532#M84134</guid>
      <dc:creator />
      <dc:date>2009-11-05T04:44:56Z</dc:date>
    </item>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232533#M84135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have expected a continuous X axis to solve the problem. I suspect there's something peculiar going on, but have no guesses what at the moment.&lt;/P&gt;&lt;P&gt;I wouldn't go with the minute-by-minute calendar. If the calendar is connected to your data, you'll still only get minutes for which you have data points. To get all minutes, you'd have to disconnect it from your data and match the data up with an IF, but matching minute-by-minute events to a disconnected minute-by-minute calendar would take an impossibly high amount of CPU, and likely never complete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 05:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232533#M84135</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-05T05:19:18Z</dc:date>
    </item>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232534#M84136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to tell the script that it is a timestamp field and then in the chart properties on the number tab, set the x-axis to be a timestamp also. See the attached file, it should work fine.&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 08:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232534#M84136</guid>
      <dc:creator />
      <dc:date>2009-11-05T08:21:23Z</dc:date>
    </item>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232535#M84137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it is not accepting the attachment so here is the code in the script I used :&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3750.code.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3750.code.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 08:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232535#M84137</guid>
      <dc:creator />
      <dc:date>2009-11-05T08:26:24Z</dc:date>
    </item>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232536#M84138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and here is the resulting chart:(sorry for the lame screenshots. Email me if you need the qvw : &lt;A href="mailto:jcs@qlik.com"&gt;jcs@qlik.com&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2781.chart.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2781.chart.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 08:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232536#M84138</guid>
      <dc:creator />
      <dc:date>2009-11-05T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232537#M84139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks people.&lt;/P&gt;&lt;P&gt;Jcs, thanks for pointing out the number configuration. Apparently that's the fine point I missed. In fact, the x-axis number config won't appear until I checked the Continuous option.&lt;/P&gt;&lt;P&gt;I guess not having the scroll bar would be the trade-off I have to live with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232537#M84139</guid>
      <dc:creator />
      <dc:date>2009-11-05T11:18:38Z</dc:date>
    </item>
    <item>
      <title>Time Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232538#M84140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question.&lt;/P&gt;&lt;P&gt;My event records also record duration.&lt;/P&gt;&lt;P&gt;event 1 = Nov 4 2009 9:35:00 pm, lasted 15 minutes&lt;/P&gt;&lt;P&gt;event 2 = Nov 4 2009 9:40:00pm, lasted 5 minutes&lt;/P&gt;&lt;P&gt;What is the proper dimension expression to calculate the number of event-in-progress at any time-interval? And if possible, the interval can be scaled dynamically? Such that:&lt;/P&gt;&lt;P&gt;between 9:30-9:44:59, 2 events are happening (15 minute interval)&lt;/P&gt;&lt;P&gt;between 9:47:00-9:47:59, 1 event is happening (1-minute interval)&lt;/P&gt;&lt;P&gt;I think I should use interval() somewhere, but not sure how...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Dimension/m-p/232538#M84140</guid>
      <dc:creator />
      <dc:date>2009-11-05T11:37:46Z</dc:date>
    </item>
  </channel>
</rss>

