cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
hogi
Level XI

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?

 

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