cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

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