<?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: How to create 24 hr Time Field as Dimension??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971316#M947948</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hour(Timestamp("Transaction Date",'DD MMMM YYYY hh:mm:tt')) as "Time",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 12:45:59 GMT</pubDate>
    <dc:creator>brunobertels</dc:creator>
    <dc:date>2015-12-22T12:45:59Z</dc:date>
    <item>
      <title>How to create 24 hr Time Field as Dimension???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971315#M947947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following field in table. I want to create Field to be used as dimension in chart to see sales based on Time e.g 1am 2am to 12 am.&lt;/P&gt;&lt;P&gt;is there any way to do that?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;"Date and Time is in single cell"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Date&lt;/P&gt;&lt;P&gt;1/1/2015 10:47&lt;/P&gt;&lt;P&gt;1/1/2015 22:24&lt;/P&gt;&lt;P&gt;1/1/2015 7:17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/185096"&gt;brunobertels&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/134137"&gt;yujiyamane&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 11:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971315#M947947</guid>
      <dc:creator>300sss300</dc:creator>
      <dc:date>2015-12-22T11:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 24 hr Time Field as Dimension???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971316#M947948</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hour(Timestamp("Transaction Date",'DD MMMM YYYY hh:mm:tt')) as "Time",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 12:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971316#M947948</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2015-12-22T12:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 24 hr Time Field as Dimension???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971317#M947949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in your chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Transaction Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Time(Frac([Transaction Date]), 'hh TT'), as Hour&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;Assuming [Transaction Date] is read as a timestamp, if not then you will have to use TimeStamp#() function here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Time(Frac(TimeStamp#([Transaction Date], '&lt;SPAN style="color: #ff0000;"&gt;MM/DD/YYYY&lt;/SPAN&gt; hh:mm')), 'hh TT') as Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming Transaction Date is MM/DD/YYYY, if it is DD/MM/YYYY, change the above (red) part to DD/MM/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 13:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971317#M947949</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-22T13:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 24 hr Time Field as Dimension???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971318#M947950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 14:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971318#M947950</guid>
      <dc:creator>300sss300</dc:creator>
      <dc:date>2015-12-22T14:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 24 hr Time Field as Dimension???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971319#M947951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 14:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-24-hr-Time-Field-as-Dimension/m-p/971319#M947951</guid>
      <dc:creator>300sss300</dc:creator>
      <dc:date>2015-12-22T14:22:57Z</dc:date>
    </item>
  </channel>
</rss>

