JMP SCRIPT: Rename the top of each title page
Hello everyone,I am making a PDF based on the journal, and I do not know how to rename the title or the top of each page...Below is what I get:Below is my script:Table << journal;
graph << journal;
RAW_DATA_TABLE <<journal;
w = Current Journal(Report);
listOfReports = w << child;
nReports = N Items( listOfReports );
// Ajout du titre et de la date de création du rapport
headerPage = V List Box(
...