How to add N Missing in caption box on graph builder
Hello,
I'm using Graph builder and I would like to add the number of missing values in the caption box on my graph builder, but is is not a statistic available. I am missing something or is there another way to add it ? Ideally in click-button.
I'm in JMP 19
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Graph Builder(
Size( 659, 446 ),
Show Control Panel( 0 ),
Varia...