This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Scripting Guide > Scripting Platforms > Specify Report Titles
Publication date: 07/30/2020

Specify Report Titles

You can specify the title (shown in the title bar of a platform’s report) by adding the title command to the launch request. The following example replaces the standard bivariate report’s title with a user-specified one (My Title).

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Bivariate( x( :height ), y( :weight ), Title( "My Title" ) );
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).