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

  • Custom DLLs for use in JSL

    I want to use the Load DLL() with my own DLL built in Visual Studio. Has anyone done this successfully?Where can I find sample source code for that shows how to do this on the DLL side.

    phillipmilne phillipmilne
    Discussions |
    Feb 12, 2021 10:47 AM
    2835 views | 5 replies
  • How do I save a data table to TXT without column names?

    Hello everyone:How do I save a data table to TXT without column names?Thank you!

    lwx228 lwx228
    Discussions |
    Feb 12, 2021 8:40 AM
    11147 views | 6 replies
  • Using Fit Censored for other distributions?

    Hi.  I'm interested in using the Fit Censored() function to fit distributions to my data.  So far it appears I can fit only to these distributions though: Weibull, LogNormal, LogLogistic, Frechet, SEV, Normal, Logistic, and LEV. My question: is there a way to fit to JohnsonSU/SL/SB or normal multimodal using this function?  For example, this script returns an error for me:Names Default To Here(1);...

    nikles nikles
    Discussions |
    Feb 12, 2021 5:35 AM
    1852 views | 4 replies
  • Application Dialog ^TABLENAME reference

    Dear Community, I've been struggling for a while now, trying to have a Dialog ^TABLENAME reference filled in an Application Dialog Title.It seems that it only reacts to a Current DataTable being already loaded when my app is launched.But this is in fact the purpose of Dialog1, to chose what Data Table to open, starting from nothing: The issue here is that even though Dialog1 script ends with openi...

    HubP_SDe HubP_SDe
    Discussions |
    Feb 12, 2021 1:23 AM
    1999 views | 2 replies
  • Loop Saving Files

    Hi, I have a script where a file saves to a particular location. I am saving data files as a string of the product lot number and raw data. I want to be able to run the script multiple times for the same lot number without the files saving over themselves. I want to create some sort of loop that if the file name already exists, then it will save as  lotnumber Raw Data (1), lotnumber Raw Data (2) e...

    B1234 B1234
    Discussions |
    Feb 12, 2021 12:43 AM
    1647 views | 2 replies

Latest Discussions

  • Using Fit Censored for other distributions?

    Hi.  I'm interested in using the Fit Censored() function to fit distributions to my data.  So far it appears I can fit only to these distributions though: Weibull, LogNormal, LogLogistic, Frechet, SEV, Normal, Logistic, and LEV. My question: is there a way to fit to JohnsonSU/SL/SB or normal multimodal using this function?  For example, this script returns an error for me:Names Default To Here(1);...

    nikles nikles
    Discussions |
    Feb 12, 2021 5:35 AM
    1852 views | 4 replies
  • JMP14 slower than JMP12 for CSV data loading and manipulation.

    Hi,  when using jmp14, and running one of the scripts I typically use with JMP12 (which basically loads multiple csv files and does some filtering and concatenating into one final big jmp file) runs much slower than with jmp12. The larger the csv files the larger the difference in speed.  I was wondering if there is some fundamental change in JMP14 that would explain this. I'll try to figure where...

    eduardoangeles eduardoangeles
    Discussions |
    Feb 11, 2021 10:52 AM
    950 views | 1 replies
  • How to auto-run attached scripts on a table pulled from database

    Following code will attach all jsl scripts in c:\work directory to the table dt.  Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j...

    Dib-Dey Dib-Dey
    Discussions |
    Feb 10, 2021 5:33 PM
    1161 views | 1 replies
  • Lineup box disappears upon Save as Report MyReport.jrp

    I have a script that creates a window with three tabs.  The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );All the graphs generated by the loop are appended with:vlb << Append( Graph Builder("graph stuff here");At the end everything looks as expected two...

    ALopez ALopez
    Discussions |
    Feb 10, 2021 12:25 PM
    2198 views | 4 replies
  • problem to open excel

    hi, with JMP 15, I have a ne error message. I don't understand what to do. can someone give me a solution please? best regards

    Françoise Françoise
    Discussions |
    Feb 10, 2021 7:39 AM
    1700 views | 3 replies

Latest Discussions

view all discussions