<?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 Custom Binning - how to edit the bins? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Custom-Binning-how-to-edit-the-bins/m-p/718047#M89984</link>
    <description>&lt;P&gt;Wow, custom binning even works with dates, cool!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1705832337221.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60442i545C2B93EB9C3D7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1705832337221.png" alt="hogi_0-1705832337221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.&lt;/P&gt;&lt;P&gt;What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6345299038112w892h540r340" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6345299038112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6345299038112w892h540r340');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6345299038112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" );
dt &amp;lt;&amp;lt; New Formula Column(
	Operation( Category( "Distributional" ), "Custom Binning" ),
	Columns( :Event Date )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 21 Jan 2024 10:33:44 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-01-21T10:33:44Z</dc:date>
    <item>
      <title>Custom Binning - how to edit the bins?</title>
      <link>https://community.jmp.com/t5/Discussions/Custom-Binning-how-to-edit-the-bins/m-p/718047#M89984</link>
      <description>&lt;P&gt;Wow, custom binning even works with dates, cool!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1705832337221.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60442i545C2B93EB9C3D7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1705832337221.png" alt="hogi_0-1705832337221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.&lt;/P&gt;&lt;P&gt;What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6345299038112w892h540r466" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6345299038112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6345299038112w892h540r466');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6345299038112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" );
dt &amp;lt;&amp;lt; New Formula Column(
	Operation( Category( "Distributional" ), "Custom Binning" ),
	Columns( :Event Date )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 21 Jan 2024 10:33:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Custom-Binning-how-to-edit-the-bins/m-p/718047#M89984</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-01-21T10:33:44Z</dc:date>
    </item>
  </channel>
</rss>

