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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • JSL: Save dashboard as interactive html

    I built a dashboard from a script and want to save it as an interactive html and close it afterwards. The script runs fine, but the saving and closing doesn't. I tried it with something similar than this, but it doesn't work.Help is appreciated! Thanks in advance!MarkusNames Default To Here( 1 ); Open("$SAMPLE_DATA/Quality Control/Steam Turbine Historical.jmp"); app = JMP App(); app << Open File( ...

    markus markus
    Discussions |
    Mar 23, 2021 6:51 AM
    3846 views | 6 replies
  • csv Data Stored in Data Table Cell

    I'm looking for help to extract a csv file that is stored within a cell in a data table.  I want to setup a script to iterate through this column and either extract to a new data table or save the cell contents as a csv file (that I can later open as a data table in JMP).  I've briefly looked at text to columns; however, there is so much data contained within each cell, this approach does not seem...

    lou lou
    Discussions |
    Mar 23, 2021 5:18 AM
    1991 views | 3 replies
  • Newbie question on saving derived tables to main table

    Is there any way to save a derived table back to the main table for playback. For instance if I convert the output of one of the analysis tables into a JMP table by right clicking and "Make into data table" is it possible to derive a script to do this and then have it listed in the main table top left panel script playback panel for future playback?

    Merllin Merllin
    Discussions |
    Mar 23, 2021 4:17 AM
    1206 views | 2 replies
  • Recoding multiple variables in one column and remembering it as a script

    OK, so I have begun familiarizing with JMP and worked successfully on my first script to extract, rearrange and format a data table from a database. Works fine and saves time. As I have developed this script with a copy of Jump into JMP Scripting on my lap, I was naturally interested in understanding the script. So here comes the issue. Think of a manufacturing process requiring lots of different ...

    Ressel Ressel
    Discussions |
    Mar 23, 2021 2:38 AM
    3339 views | 4 replies
  • Find and identify duplicates for unsorted data

    Fairly new to JMP, so my knowledge of how to use formulas is pretty limited.   If I have a column of values (character) and I want to identify them as duplicates in a different column, what formula would I use? (My data has 10 columns already sorted by a different column's values)   In the past, I have used the formula below (when the data that needs duplicates identified has been sorted alphabeti...

    CMG CMG
    Discussions |
    Mar 22, 2021 10:25 AM
    9939 views | 6 replies

Latest Discussions

  • Newbie question on saving derived tables to main table

    Is there any way to save a derived table back to the main table for playback. For instance if I convert the output of one of the analysis tables into a JMP table by right clicking and "Make into data table" is it possible to derive a script to do this and then have it listed in the main table top left panel script playback panel for future playback?

    Merllin Merllin
    Discussions |
    Mar 23, 2021 4:17 AM
    1206 views | 2 replies
  • Status quo levels in discrete choice experiment?

    Dear fellow researchers, I am conducting a choice-based conjoint analysis in my research. Within the experiment, I´d like to compare two alternatives to a fixed status quo per choice task. The status quo is modelled as a constant "none-option" and will be estimated as a constant. I am wondering, if I can use the levels which define the status quo also as levels for the alternatives in order to g...

    Julia90 Julia90
    Discussions |
    Mar 22, 2021 7:57 AM
    1653 views | 1 replies
  • Run Bivariate and Export Predicteds to Vector

    All- I want to run a script that runs a bivariate fit and save the predicteds to a vector. Also I want to avoid showing the bivariate window.I am going to use the predicteds in additional computation and I don't want to save them to the data table. Here is what I have so far and it is not working:dt = Current Data Table(); kernelSmoother = Bivariate( Y( :Gas Rate ), X( :Days ), Kernel Smoother( 1...

    a_betancourt a_betancourt
    Discussions |
    Mar 22, 2021 7:07 AM
    1459 views | 2 replies
  • Importing kmz files in JMP

    Will the kml polygon importer add-in also import kmz files into JMP? I tried to import a kmz file, and it didn't appear to work properly.

    imendel imendel
    Discussions |
    Mar 22, 2021 6:52 AM
    1668 views | 2 replies
  • Similar function same as excel

    Need help on similar function for grouping date/time on new column same as excel <FLOOR(S2,"3:00")>

    bhpan bhpan
    Discussions |
    Mar 22, 2021 5:30 AM
    2033 views | 4 replies

Latest Discussions

view all discussions