cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

Custom Binning - how to edit the bins?

Wow, custom binning even works with dates, cool!

hogi_0-1705832337221.png

 

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.

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?

(view in My Videos)

 

dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" );
dt << New Formula Column(
	Operation( Category( "Distributional" ), "Custom Binning" ),
	Columns( :Event Date )
);
0 REPLIES 0

Recommended Articles