cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
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();