cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Save Log Window To File, Append If File Exists

    Is there a way in JSL to save contents of log window to a file and if the file exists, append to it rather than overwrite itSave Log("$myroot/Log_File.txt");

    ravi_sasjmp ravi_sasjmp
    Discussions |
    Feb 12, 2021 10:21 PM
    1377 views | 1 replies
  • 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
    2776 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
    11093 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
    1806 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
    1964 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
    1806 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
    921 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
    1118 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
    2150 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
    1660 views | 3 replies

Latest Discussions

view all discussions