Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.
Graph Builder Toolbar streamlines interactive graphing. Creates shortcuts on Report and GraphBuilder Helpers toolbars. Download and install the extension.
Is there a way to use a column format to make an integer value be zero padded? I know you can make a new formula and use right(:col, 5, "0") to get zero padding but it creates a new column that is a character Data type. In excel, you can use a format of "00000" to get zero padding up to five digits (to match the right() example above).