JSL to generate box plot and save picture
In "44322.jmp" has 28 FAI#, I want to change the script to save 28 pictures like "44322 - Graph Builder.jpg". I know the following ":FAI_1.1&:FAI_1.2&:FAI_1.3" need change, but don't know to change to what.
Variables(
X( :FAI_1.1, Combine( "Parallel Merged" ) ),
X( :FAI_1.2, Position( 1 ), Combine( "Parallel Merged" ) ),
X( :FAI_1.3, Position( 1 ), Combine( "Parallel Merged" ) ),
Group X( Phas
...