<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Notes in Data Table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266402#M51883</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;offers some simple and elegant solutions. Another might be to create a JMP Project with the data table and additional supporting documentation containing your notes like a JMP Journal, or MS Word document, or really just about any other file structure construct. If your data cleaning steps are highly repetitive and you've codified them in a JMP script, you could embed the script as well. One nice feature of a JMP Project is it's shareable with others and an easy way to package up lots of disparate file structures and work related content.&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 14:28:17 GMT</pubDate>
    <dc:creator>P_Bartell</dc:creator>
    <dc:date>2020-05-13T14:28:17Z</dc:date>
    <item>
      <title>Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266172#M51840</link>
      <description>&lt;P&gt;Is there any way to write some notes somewhere in JMP and save in the data table? For instance, I would like to write some notes about the steps I took to clean the data and I would like to save it to the data table similar to saving scripts in the top left corner of the table. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 19:27:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266172#M51840</guid>
      <dc:creator>shasheminassab</dc:creator>
      <dc:date>2020-05-12T19:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266183#M51842</link>
      <description>You can just add a New Table Variable and call it Notes: and then type anything you want into the value space for it.&lt;BR /&gt;Also, every column has a Column Property called Note, where you can save notes about a particular column</description>
      <pubDate>Tue, 12 May 2020 19:49:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266183#M51842</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-05-12T19:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266228#M51845</link>
      <description>Great! Thanks for the quick response.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 May 2020 20:34:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266228#M51845</guid>
      <dc:creator>shasheminassab</dc:creator>
      <dc:date>2020-05-12T20:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266402#M51883</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;offers some simple and elegant solutions. Another might be to create a JMP Project with the data table and additional supporting documentation containing your notes like a JMP Journal, or MS Word document, or really just about any other file structure construct. If your data cleaning steps are highly repetitive and you've codified them in a JMP script, you could embed the script as well. One nice feature of a JMP Project is it's shareable with others and an easy way to package up lots of disparate file structures and work related content.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:28:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/266402#M51883</guid>
      <dc:creator>P_Bartell</dc:creator>
      <dc:date>2020-05-13T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/586272#M79191</link>
      <description>&lt;P&gt;I like to create a script called "run me for documentation" which uses a modal window, which can be interactive, see here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/zh/15.2/index.shtml#page/jmp/construct-a-modal-window.shtml" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/zh/15.2/index.shtml#page/jmp/construct-a-modal-window.shtml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script I create and store in the data table is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window( "Message",
	modal,
	H List Box( Text Box( "add documentation text here" ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 18:56:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/586272#M79191</guid>
      <dc:creator>teebahnson</dc:creator>
      <dc:date>2023-01-03T18:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/586393#M79198</link>
      <description>&lt;P&gt;Here is one way to handle it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();
Eval(
	Parse(
		"dt&amp;lt;&amp;lt;new script(\!"best\!",
New Window( \!"Message\!",
	modal,
	H List Box( Text Box( \!"add documentation text here\!" ) )
);)"
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jan 2023 08:27:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/586393#M79198</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-01-04T08:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Notes in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/867492#M103025</link>
      <description>&lt;P&gt;This is going to be useful, not having to keep notes separate! Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5492"&gt;@teebahnson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 11:42:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Notes-in-Data-Table/m-p/867492#M103025</guid>
      <dc:creator>Ake</dc:creator>
      <dc:date>2025-04-10T11:42:37Z</dc:date>
    </item>
  </channel>
</rss>

