cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JMP crashing from some combination of nested If(for(if())) loops, "string" || i for column reference, eval() -> expr(), and concat() + char()

    I feel like this is a simple question, but I can't for the life of me get this to work. The context is I have an XML extractor that frustratingly has to deal with n-tuples of mostly (aside from one row) redundant entries a couple levels into the structure. I'm trying to find those "duplicate" entries, and check if they are indeed duplicates before I import them into my larger table. I've got the c...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 4, 2023 11:13 AM
    1541 views | 2 replies
  • GraphBuilder Plot: Labels?

    Hi, I know how to enable Labels for Heatmaps:the labels are nicely aligned with the heatmap cells and the values correspond to the column values which are used as color. I also know how to enable labels for point plots - where the labels can be chosen independent of the "color" column: Is it possible to combine both approaches:
    Heatmap labels, where a column is used as labels which is NOT THE SAME ...

    hogi hogi
    Discussions |
    Nov 4, 2023 1:40 AM
    3378 views | 7 replies
  • Add a new column with a function similar to vlookup in Excel

    I'm trying to figure out how to add a new column to a table that will populate with data dependent on other data in that row. We have several fermentations in a data frame. Each one has a blank value. I'd like to have the blank value from each fermentation in a new column so that I can subtract it from the treatment value. Also if there's a better way to do this than creating a new column that wou...

    VarianceWalrus9 VarianceWalrus9
    Discussions |
    Nov 3, 2023 5:03 PM
    3216 views | 5 replies
  • Failed to add text below Graph Builder using script

    Hi all, I recently updated from JMP 16 -> JMP 17 and the following script on line 5 is failing for me. I am not seeing the ' === below === ' below my graph builder. This used to work in JMP 16. Any ideas on what happened or what I am missing? Appreciate the help in advance!  

    yewhoo93 yewhoo93
    Discussions |
    Nov 3, 2023 11:18 AM
    2103 views | 6 replies
  • Format Date Time yyyymmdd_hhmmss

    Greetings, I am having an issue with a date-time format when save a csv file.
    The filename should be like "Summary_20231103_082637".

    formattedDate = Format(Today(), "yyyymmdd_hhmmss");
    filename = Convert File Path("C:\Path\Summary_" || formattedDate || ".xlsx", absolute );
    if(File Exists (filename),
    dt << Save (filename, Mode("Append")),
    dt << Save (filename));

    I tried to format the datetime with

    formatDa...

    Celine1 Celine1
    Discussions |
    Nov 3, 2023 3:43 AM
    2073 views | 1 replies

Latest Discussions

  • Failed to add text below Graph Builder using script

    Hi all, I recently updated from JMP 16 -> JMP 17 and the following script on line 5 is failing for me. I am not seeing the ' === below === ' below my graph builder. This used to work in JMP 16. Any ideas on what happened or what I am missing? Appreciate the help in advance!  

    yewhoo93 yewhoo93
    Discussions |
    Nov 3, 2023 11:18 AM
    2103 views | 6 replies
  • How to elegantly perform an update, but for a single row?

    Hello - I'm trying to take a row from one table, and throw it into another table at a row the user specifies in an entry box. However, the update function doesn't seem to have the ability to specify rows, and so I'm left with taking an hour and typing out each of my 105 columns for both data tables as such: dt:{"ColA"}[rownumber] = dt1:{"ColA"}[1];
    dt:{"ColB"}[rownumber] = dt1:{"ColB"}[1];
    .
    .
    .
    dt:{"C
    ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 3, 2023 1:52 AM
    1307 views | 2 replies
  • Grouped Interpolate

    While writing the post
    https://community.jmp.com/t5/Discussions/Difference-of-lines/m-p/691643/highlight/true#M87740 I was reminded of a question that a colleague of mine had some while ago: Is there a grouped Interpolate function in JSL?Interpolate(myheight, :height, :weight, by(:sex), for({"F","M"}))which returns {weightF, weightM} @ myheight for F & M after separately interpolating :weight vs. :...

    hogi hogi
    Discussions |
    Nov 2, 2023 1:23 PM
    1462 views | 2 replies
  • DOE

    Hello,A general question regarding an application of DOE. I have a dataset with 30 independent features. The response is yield. Of course the data is rather noisy and when I run Random Forest (RF), I get at best R^2 of 70% on the validation data. To conduct an actual DOE is not possible at all due to logistics of it. However, let's say I take the RF model as my data generating process. I then desi...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Nov 2, 2023 11:47 AM
    884 views | 1 replies
  • When a JSL code block crashes, is it possible to post a dialog box with a simple message?

    Hello,I am trying to run a python script using JMP's Run Porgram to read a zipped file and parse the data. Occationally the Zip file has issues and python would through out an error message that " File is not a zip file" Here is the JSL code blockrp = Run Program( executable( python_executable ), Options( {path_python_file, path_working_folder, path_datalog} ), readfunction( "text" ) ); When I exe...

    shafi-arifuzzam shafi-arifuzzam
    Discussions |
    Nov 2, 2023 10:48 AM
    849 views | 1 replies

Latest Discussions

  • Nested Cross-Validation Script?

    Hello, how can I apply nested cross-validation outside of the model screening platform? I would strongly suggest to extend the Make-Validation-Column Section by an option to automate nested cross validation for all predictive models. It would be cool to just select a validation column (or 2 validation columns) for nested cross-validation. In the meantime, could you please provide me with an exampl...

    MarkusJH MarkusJH
    Discussions |
    Nov 2, 2023 3:21 AM
    805 views | 0 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    759 views | 0 replies
  • How to adjust the factor range for specific factors within an ongoing DOE

    Hi, I designed a DOE that has two independent buffers. This DOE will range components in each buffer which will be used in a processing step sequentially. IE, buffer A, followed by buffer B. We already prepared for the DOE, and formulated the A buffers as per the recommended design. For the B buffers, we intended on ranging 2 components but later decided to reduce to ranging one component, and als...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Oct 26, 2023 5:25 PM
    711 views | 0 replies
  • Type 1 MSA for microscope and Offset.

    Hello Everyone,I was looking for someone who could help me with a dilemma I'm facing with respect to an MSA for a microscope. The specific problem is that i do not have tolerance I can input for my type 1 analysis. Resolution used is 5 microns per pixel, the accuracy cannot be below 5 microns. This is the standard resolution for particles starting from 50 microns. I have attached the Linearity stu...

    MSAanalysis MSAanalysis
    Discussions |
    Oct 23, 2023 12:58 AM
    1524 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    611 views | 0 replies
view all discussions