- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
saving results
I want to save the result of the jmp, but there is a problem. Whenever I open the saved reports, the numbers related to the error rates are changing. I am saving it in the jmp format. What should I do?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: saving results
It sounds like you are saving your output as a JMP Report (.jrp). A JMP Report just saves a script that reruns the report when it is opened up. Therefore, if the data table the report is based on has changed, the report will be different. To save the output in a static form, you need to save it as a JMP Journal (.jrn)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: saving results
It sounds like you are saving your output as a JMP Report (.jrp). A JMP Report just saves a script that reruns the report when it is opened up. Therefore, if the data table the report is based on has changed, the report will be different. To save the output in a static form, you need to save it as a JMP Journal (.jrn)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: saving results
Thank you for your answer