cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Switching between journals

I am in a loop and during each iteration I am journaling various tables, texts strings and charts. This presents the items in the order that they were journaled, which makes sense.

I want to present the information in a different order, so I want to create two different journals and bounce back and forth between them as I journal items. Then I want to append one journal to the other.

Any suggestions?

Thanks,
Bill
1 REPLY 1

Re: Switching between journals

I could be wrong and I don't have a way of checking right now - but can't you assign the journal to a variable?

journal1 = Journal();
journal1 << Append();

Recommended Articles