<?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: New data added in excel - how to refresh in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704910#M88933</link>
    <description>&lt;P&gt;Is the data table always only going to have 14 rows?&lt;/P&gt;
&lt;P&gt;The new column called "1" will always only have 14 values, and they will always have the values specified in the Set Values list.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 19:14:35 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-12-01T19:14:35Z</dc:date>
    <item>
      <title>New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704815#M88907</link>
      <description>&lt;P&gt;My source data is in excel. I created a script to import the data with wizard into JMP and then further scripts do many things in JMP, ultimately creating graphs. And the scripts re-run just fine as long as I just look at the original data. But when I add new rows in the excel and run the scripts, the new data is not included there. I just see the same data that was in the excel when I created the scripts for the first time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not worked for a long with JMP and never written a script of my own.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 13:45:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704815#M88907</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T13:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704832#M88908</link>
      <description>&lt;P&gt;It looks like your original data table is still open in JMP.&amp;nbsp; Try closing the original table, and then rerun the script.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 13:50:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704832#M88908</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T13:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704870#M88919</link>
      <description>&lt;P&gt;Thank you, I tried it but it does not seem to solve the issue. I made a simplified test with single data column in excel like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I created, saved and closed excel file.&lt;/P&gt;&lt;P&gt;2. I opened JMP and imported the single data column from excel with wizard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I saved the script in the data table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. I closed JMP (without saving actual data).&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. I opened excel, added new rows with data, saved and closed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. I opened JMP file and run the script. I still got only the original data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a clip from the script. It seems that the script has fixed the original numbers as set values.&lt;/P&gt;&lt;P&gt;Import Cell Colors( 0 ),&lt;BR /&gt;Limit Column Detect( 0 ),&lt;BR /&gt;Column Separator String( "-" )&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;New Column( "1",&lt;BR /&gt;Numeric,&lt;BR /&gt;"Continuous",&lt;BR /&gt;Format( "Best", 15 ),&lt;BR /&gt;Set Values( [2, 3, 4, 5, 6, 7, 8, 9, 10, 1000, 1000, 1000, 1000, 1000] )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 15:55:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704870#M88919</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T15:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704871#M88920</link>
      <description>&lt;P&gt;You state "&lt;SPAN&gt;saved the script in the data table".&amp;nbsp; What Script are you saving?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You also state "I opened JMP file and run the script. I still got only the original data".&amp;nbsp; Are you opening the JMP data table, and then running the script that you saved in the data table?&amp;nbsp; .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 16:32:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704871#M88920</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704876#M88923</link>
      <description>&lt;P&gt;I saved the the script that was generated when I imported data from the excel for the first time. I used the wizard to import the data. After that I saved the script in the data table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, later on I open again the JMP data table (which has no saved data) and then I&amp;nbsp; run the script which I saved earlier in the JMP data table. And it produces only the original data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 16:55:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704876#M88923</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T16:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704899#M88928</link>
      <description>&lt;P&gt;I suspect the saved script has some hardwired code in it that is preventing the new data from being opened.&amp;nbsp; Could you share the saved script?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:47:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704899#M88928</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T18:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704907#M88931</link>
      <description>&lt;P&gt;Here you are:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Table( "Sheet1",&lt;BR /&gt;Add Rows( 14 ),&lt;BR /&gt;New Script(&lt;BR /&gt;"Source",&lt;BR /&gt;Open(&lt;BR /&gt;"/C:/Work/OneDrive - XXXXXXXX / YYYYYYYY docs and files/JMP Script test.xlsx",&lt;BR /&gt;Worksheets( "Sheet1" ),&lt;BR /&gt;Use for all sheets( 1 ),&lt;BR /&gt;Concatenate Worksheets( 0 ),&lt;BR /&gt;Create Concatenation Column( 0 ),&lt;BR /&gt;Worksheet Settings(&lt;BR /&gt;1,&lt;BR /&gt;Has Column Headers( 1 ),&lt;BR /&gt;Number of Rows in Headers( 1 ),&lt;BR /&gt;Headers Start on Row( 1 ),&lt;BR /&gt;Data Starts on Row( 2 ),&lt;BR /&gt;Data Starts on Column( 1 ),&lt;BR /&gt;Data Ends on Row( 0 ),&lt;BR /&gt;Data Ends on Column( 0 ),&lt;BR /&gt;Replicated Spanned Rows( 1 ),&lt;BR /&gt;Replicated Spanned Headers( 0 ),&lt;BR /&gt;Suppress Hidden Rows( 1 ),&lt;BR /&gt;Suppress Hidden Columns( 1 ),&lt;BR /&gt;Suppress Empty Columns( 1 ),&lt;BR /&gt;Treat as Hierarchy( 0 ),&lt;BR /&gt;Multiple Series Stack( 0 ),&lt;BR /&gt;Import Cell Colors( 0 ),&lt;BR /&gt;Limit Column Detect( 0 ),&lt;BR /&gt;Column Separator String( "-" )&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;New Column( "1",&lt;BR /&gt;Numeric,&lt;BR /&gt;"Continuous",&lt;BR /&gt;Format( "Best", 15 ),&lt;BR /&gt;Set Values( [2, 3, 4, 5, 6, 7, 8, 9, 10, 1000, 1000, 1000, 1000, 1000] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:58:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704907#M88931</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T18:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704909#M88932</link>
      <description>&lt;P&gt;And as a clip:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markn_0-1701457278206.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59207iE066316CEDE6E93E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markn_0-1701457278206.png" alt="Markn_0-1701457278206.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:01:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704909#M88932</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T19:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704910#M88933</link>
      <description>&lt;P&gt;Is the data table always only going to have 14 rows?&lt;/P&gt;
&lt;P&gt;The new column called "1" will always only have 14 values, and they will always have the values specified in the Set Values list.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:14:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704910#M88933</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T19:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704916#M88935</link>
      <description>&lt;P&gt;There will be more and more rows in the data table as new data is added.&lt;/P&gt;&lt;P&gt;I did not write the script, I only saved what was generated during the session. And at no time wizard asked if number of rows and corresponding values should be fixed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:43:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704916#M88935</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704934#M88936</link>
      <description>&lt;P&gt;Remove or comment out the line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Add Rows(14),&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then run the script and see if you get the data you want.&lt;/P&gt;
&lt;P&gt;The new column called "1", what is that all about?&amp;nbsp; What is it's function?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:59:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704934#M88936</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T19:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704935#M88937</link>
      <description>&lt;P&gt;I must have made some error here because I am not familiar with the scripts. Now it seems to work, doing like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open a new data table in JMP (let it be JMP1) to get data from the excel for the first time, the wizard generates another JMP data table (let it be JMP2) where the data appears. The script appears automatically as "Source" in JMP2. I copy that and paste it into the JMP1 and save it.&amp;nbsp; Then I close both JMP1 and JMP2 (without saving JMP2). Then I add rows into excel. When I open JMP1 and run the script, I do get full data.&amp;nbsp; &amp;nbsp;Not sure what I have messed but seems to work now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:03:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704935#M88937</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T20:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704936#M88938</link>
      <description>&lt;P&gt;Thank you for all your advice!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:05:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/704936#M88938</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-01T20:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705378#M88990</link>
      <description>&lt;DIV&gt;It seems that my issue was not&amp;nbsp; fully solved, after all. Let's try again.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My source data is an excel table where new data points (rows) will be added on weekly basis.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp; want to update my JMP&amp;nbsp; graphs&amp;nbsp; every week, with the new data points from the excel added into JMP graphs.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have a script which imports all the data from the excel into JMP, including the latest updated data,&amp;nbsp; and that works now OK.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But when I&amp;nbsp; work further with the tables and scripts,&amp;nbsp; I get into trouble.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp; manipulate the imported&amp;nbsp; data in JMP (convert data type, stack columns etc.).&amp;nbsp; After doing&amp;nbsp; this I&amp;nbsp; save the scripts and then I&amp;nbsp; see that&amp;nbsp; the scripts have defined the&amp;nbsp; exact values in the table as set values.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So when I re-use the saved scripts later on for new data, the scripts only use the original set&amp;nbsp; values.&amp;nbsp; And&amp;nbsp; I would like them to use all the values.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Simplified example:&amp;nbsp;&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV&gt;Excel includes data elements A, B and C.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;I have saved in JMP data table X. It&amp;nbsp; includes Script 1&amp;nbsp; which imports&amp;nbsp; the data into JMP,&amp;nbsp; creating a&amp;nbsp; new JMP table Y. This works as it should.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;I&amp;nbsp; manipulate data&amp;nbsp; &amp;nbsp;in table Y.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;I save the manipulation&amp;nbsp; script as&amp;nbsp; Script 2&amp;nbsp; in Table X, with intention to use it every time when I bring in new data into JMP.&amp;nbsp; At this time I note that&amp;nbsp; Script 2&amp;nbsp; specifies set values for data:&amp;nbsp; A, B and C.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;I close Table Y without saving it (because Y must be generated again every time with new data)&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&amp;nbsp; I add in excel a new data element,&amp;nbsp; D.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&amp;nbsp; I run Script 1&amp;nbsp; (from Table X) to bring into JMP all data elements (A, B, C, D), in a new table Y .&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;When I run Script 2 (from Table X), it only considers set values A, B and C, as they are defined set values in Script 2.&amp;nbsp; Thus, new data D is not included.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;How to&amp;nbsp; build Script 2 so that it does not use only original, fixed set values but all the values, old and new?&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 10:28:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705378#M88990</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-04T10:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705432#M88995</link>
      <description>&lt;P&gt;I think I am finally understanding the issue.&amp;nbsp; Your Script 2 that you are saving is "hard wired" to work only with the columns that present in the Excel file when Script 2 was generated.&amp;nbsp; You want to know what has to be changed to make Script 2 generic to work with the Excel file, no matter what new columns or rows have been added to the Excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What changes that will have to be made are going to be dependent upon the specifics that are in your Script 2.&amp;nbsp; It will have to be examined, and then the code that it will take to look into the new data table and see what the changes in columns are and then have the JSL create the new commands to generate the results.&amp;nbsp; &amp;nbsp;You will need to share the complete Script 2 that is currently being generated, and also, the JSL or the steps that you go through to generate Script 2.&amp;nbsp; Only then can someone help with what it will take to make the JSL work in a generic fashion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 13:47:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705432#M88995</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-04T13:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705872#M89029</link>
      <description>&lt;P&gt;Ok, it goes like this. Here is Script 1 I use to import data from excel. That works just fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markn_0-1701756032923.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59299iAAC43ADAD14CE7C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markn_0-1701756032923.png" alt="Markn_0-1701756032923.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 06:01:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705872#M89029</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-05T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705875#M89030</link>
      <description>&lt;P&gt;This is the data I get into JMP (one point missing in Column 2 because there was no data in excel)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markn_1-1701756167832.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59300i928333071F57B623/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markn_1-1701756167832.png" alt="Markn_1-1701756167832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then I use Script 2 to manipulate that data I brought into JMP. And the script uses fixed set values which have been saved in the script, instead of getting every time all the values, old and new.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markn_2-1701756420227.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59301i473DB48D7FD71E37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markn_2-1701756420227.png" alt="Markn_2-1701756420227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 06:09:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705875#M89030</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-05T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705877#M89031</link>
      <description>&lt;P&gt;In this simplified example I am just summing Col1 + Col 2. This is how the screen looks like. I have save both Scripts in "JMP Excel test" table. Then I run Script to bring data into Sheet 1. Then I run Script 2 to sum Col1 +Col2 into Col3. The outcome appears in new Sheet 2. The last data point (1000 in Col1 of Sheet 1) was added into excel after Script 2 was created. So even though it is brought into Sheet1 by Script1, it is not anymore noted by Script 2 (using only set values). Thus,&amp;nbsp; row 11 has no values in Table 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markn_3-1701756811581.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59302i0CE7D8254AFF2F3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markn_3-1701756811581.png" alt="Markn_3-1701756811581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 06:18:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705877#M89031</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-05T06:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705881#M89033</link>
      <description>&lt;P&gt;I created Script 2 like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When working for the first time with data in Sheet 1, I sum Col 1 with Col 2. Then, under red triangle, I copy the script with&amp;nbsp; "Copy Table Script". This will be the Script 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I go to table "JMP Excel test", and under red triangle I give "New script"&amp;nbsp; and paste Script 2 there and save it in "JMP Excel test".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just learning about scripts so perhaps there is some fundamental mistakes I have made here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 06:29:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705881#M89033</guid>
      <dc:creator>Markn</dc:creator>
      <dc:date>2023-12-05T06:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: New data added in excel - how to refresh in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705887#M89035</link>
      <description>&lt;P&gt;You want to use Source script and not the table script. Which JMP version you have? If you have JMP16+ you can Enhanced Log to capture your actions and if you have JMP17+ you could also try using Workflow builder. Few questions, these do affect how you might have to handle this as JMP cannot know what the excel did look like earlier.:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Do you always pull &lt;STRONG&gt;all the data&lt;/STRONG&gt; from the excel file?&lt;/LI&gt;
&lt;LI&gt;Or does some data &lt;STRONG&gt;get removed&lt;/STRONG&gt; from your excel file and new data added?&lt;/LI&gt;
&lt;LI&gt;If data gets removed, how would you know what data to pull? Does your excel have some sort of ID column?&lt;/LI&gt;
&lt;LI&gt;Where does the data come from to the excel file?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 05 Dec 2023 07:09:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-data-added-in-excel-how-to-refresh-in-JMP/m-p/705887#M89035</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-12-05T07:09:46Z</dc:date>
    </item>
  </channel>
</rss>

