<?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 Working on interactive binning v2 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635215#M83340</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to group the hh:mm:ss in different groups using interactive binning, but i am not getting the desired result. With the help of that i want to find how many customer have done the transaction at a particular time.&lt;/P&gt;&lt;P&gt;Kindly help or provide a alternative solution for this&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 02:37:51 GMT</pubDate>
    <dc:creator>NullMongoose240</dc:creator>
    <dc:date>2023-05-25T02:37:51Z</dc:date>
    <item>
      <title>Working on interactive binning v2</title>
      <link>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635215#M83340</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to group the hh:mm:ss in different groups using interactive binning, but i am not getting the desired result. With the help of that i want to find how many customer have done the transaction at a particular time.&lt;/P&gt;&lt;P&gt;Kindly help or provide a alternative solution for this&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 02:37:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635215#M83340</guid>
      <dc:creator>NullMongoose240</dc:creator>
      <dc:date>2023-05-25T02:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Working on interactive binning v2</title>
      <link>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635262#M83342</link>
      <description>&lt;P&gt;It appears that your ReqTimeUTC column contains a complete JMP Date/Time value.&amp;nbsp; That is, it's numeric value is based upon the number of seconds since Midnight, January 1, 1904.&amp;nbsp; You are attempting to bin the data based upon only the time component of the data.&amp;nbsp; What I suggest you do, is to create a new character column and apply for following formula:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(
	Hour( :ReqTimeUTC ) &amp;lt;= 6, "Night",
	Hour( :ReqTimeUTC ) &amp;lt;= 12, "Morning",
	Hour( :ReqTimeUTC ) &amp;lt;= 18, "Afternoon",
	"Evening"
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1684989752233.png" style="width: 451px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53096i0155985C47B85970/image-dimensions/451x831?v=v2" width="451" height="831" role="button" title="txnelson_0-1684989752233.png" alt="txnelson_0-1684989752233.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 04:42:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635262#M83342</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-05-25T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Working on interactive binning v2</title>
      <link>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635295#M83347</link>
      <description>&lt;P&gt;The formula is not working because the ReqTimeUTC is in character format and maybe because of that getting the issue.&lt;/P&gt;&lt;P&gt;Is there any alternate way to solve it.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 06:36:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635295#M83347</guid>
      <dc:creator>NullMongoose240</dc:creator>
      <dc:date>2023-05-25T06:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Working on interactive binning v2</title>
      <link>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635299#M83348</link>
      <description>&lt;P&gt;The output you show in your initial entry, clearly indicates that ReqTimeUTC is a numeric column.&amp;nbsp; The Distribution output shows the Quantiles report and it is not generated when a Distribution is run on a character column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you attach a sample of your data table?.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 06:49:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Working-on-interactive-binning-v2/m-p/635299#M83348</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-05-25T06:49:04Z</dc:date>
    </item>
  </channel>
</rss>

