<?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 Scatter plot over time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-plot-over-time/m-p/615102#M1102357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data below and I would like to understand how to make a scatter plot with the X axis showing time (with the ability to cycle through hours &amp;amp; minutes) and the Y axis showing Time in MicroSeconds. I have millions of rows so I imagine I will see a lot of dots on my screen. Can anyone help? Below is my load script and attached is the sample data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; date(date#(mid(@2 2, 20), 'DD/MMM/YYYY:hh:mm:ss'), 'DD/MMM/YYYY hh:mm:ss') as [Creation Date Time GMT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm'), 'DD/MMM/YYYY hh:mm') as [Creation Date GMT],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'MMM-DD')) as [Date PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'YYYY')) as [Year PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'MMM')) as [Month PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'DD')) as [Day PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'hh')) as [Hour PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'mm')) as [Minute PDT],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as [Remote Host],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [Request Time],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as [Size],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as [Time in Microseconds],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 16:23:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T16:23:49Z</dc:date>
    <item>
      <title>Scatter plot over time</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-plot-over-time/m-p/615102#M1102357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data below and I would like to understand how to make a scatter plot with the X axis showing time (with the ability to cycle through hours &amp;amp; minutes) and the Y axis showing Time in MicroSeconds. I have millions of rows so I imagine I will see a lot of dots on my screen. Can anyone help? Below is my load script and attached is the sample data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; date(date#(mid(@2 2, 20), 'DD/MMM/YYYY:hh:mm:ss'), 'DD/MMM/YYYY hh:mm:ss') as [Creation Date Time GMT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm'), 'DD/MMM/YYYY hh:mm') as [Creation Date GMT],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'MMM-DD')) as [Date PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'YYYY')) as [Year PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'MMM')) as [Month PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'DD')) as [Day PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'hh')) as [Hour PDT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Timestamp#(date(date#(mid(@2, 2, 17), 'DD/MMM/YYYY:hh:mm')-Timestamp#(7,'hh'), 'mm')) as [Minute PDT],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as [Remote Host],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [Request Time],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as [Size],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as [Time in Microseconds],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 16:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-plot-over-time/m-p/615102#M1102357</guid>
      <dc:creator />
      <dc:date>2014-04-08T16:23:49Z</dc:date>
    </item>
  </channel>
</rss>

