cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
KinKame
Level IV

Journal - insert break page

Good morning,

I have been looking around and didn't find a way to insert by script a break page in the journal report as below:

current journal () << append(ob1);

--> I would like to insert a break page here

current journal () << append(ob2);

Best wishes for end of 2015

Lionel

2 REPLIES 2
txnelson
Super User

Re: Journal - insert break page

I believe that:

current journal () << append(page break box());

will do what you want.

Jim
KinKame
Level IV

Re: Journal - insert break page

Well ... i knew it would be easy ...

thank you very much txnelson for your quick feedback. My reports looks already better!!!

best regards

Lionel

Recommended Articles