<?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: show only 3pm data in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400150#M7048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define "3pm".&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you mean that exact millisecond?&lt;/LI&gt;&lt;LI&gt;Do you mean "the time between 15h00 and 15h59:59"?&lt;/LI&gt;&lt;LI&gt;Do you mean "&lt;SPAN style="font-size: 13.3333px;"&gt;the time between 14h58 and 15h02"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various ways of doing this, but it all depends on what you exactly have in mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2017 08:30:58 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2017-11-16T08:30:58Z</dc:date>
    <item>
      <title>show only 3pm data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400149#M7047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have timestamp column and I want to pick only 3 pm data from rest of data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400149#M7047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-02T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: show only 3pm data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400150#M7048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define "3pm".&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you mean that exact millisecond?&lt;/LI&gt;&lt;LI&gt;Do you mean "the time between 15h00 and 15h59:59"?&lt;/LI&gt;&lt;LI&gt;Do you mean "&lt;SPAN style="font-size: 13.3333px;"&gt;the time between 14h58 and 15h02"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various ways of doing this, but it all depends on what you exactly have in mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 08:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400150#M7048</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-11-16T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: show only 3pm data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400151#M7049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to show in column only 3.45pm,3.50pm like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 08:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400151#M7049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T08:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: show only 3pm data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400152#M7050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to exclude the other times in the script? May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Hour(TimeStamp) = 15;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the front end, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;TimeStamp = {"=Hour(TimeStamp) = 15"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 13:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/show-only-3pm-data/m-p/1400152#M7050</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-16T13:05:43Z</dc:date>
    </item>
  </channel>
</rss>

