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

  • How to control size of Text Box, Border Box or Outline Box?

    I'm having hard times trying to control size of my Display Boxes.So, I have a number of reports where there is a Graph Builder of certain size.For some reports there is nothing to report (missing files) and I want to place a text box saying files are missing instead of the Graph Builder.I would like to match the size of it to the size of Graph Builder in other reports, and I cannot.None of the mes...

    miguello miguello
    Discussions |
    Feb 4, 2021 5:09 PM
    3746 views | 5 replies
  • Tablebox() - how to set focus to specific row?

    Hi, lets say I have a Tablebox() with many rows.  (e.g. 1000 rows)  In this case it does an automatic vertical scroll bar.  (good as there are many rows)  But how to set focus to say the n=685th row as focus?  Is there a specific command or method?  In this way, by focus, I mean a command that will automatically scroll the vertical scroll bar to the n=685th row.  (so that a user doesn't have to ma...

    djhanson djhanson
    Discussions |
    Feb 4, 2021 3:32 PM
    1903 views | 3 replies
  • Saving a table with empty numerical values as JSON results in invalid JSON primitive?

    If a save a table with empty values in one of the numerical columns like this:New Table( "testEmpty", Add Rows( 2 ), New Column( "Col1", Character, "Nominal", Set Selected, Set Values( {"test", "test"} ) ), New Column( "Col2", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [., .] ) ) )as a JSON file, it will result in this:[ { "Col1" : "test", "Col2" : . }, { ...

    miguello miguello
    Discussions |
    Feb 4, 2021 1:05 PM
    2932 views | 3 replies
  • Extracting words from a line- as column name and its corresponding numbers as values into the column

    I have a column named "Fault"- where I have fault codes extracted from various devices. One of the fault code from a particular day is given below. "inverter Inverter 20 below limit: 0.96 Kilowatts/inverter (58.9 % of 1.63 Kilowatts) at 11/30/2019 7:30:00 AM (sun az: 123.4 el: 3.7) Duration: 4.00 hours inverter Inverter 23 below limit: 0.95 Kilowatts/inverter (57.9 % of 1.63 Kilowatts) at 11/30/20...

    SunnyR SunnyR
    Discussions |
    Feb 4, 2021 11:36 AM
    3834 views | 7 replies
  • Minitab 18 project convert to JMP 14 problems

    I have a minitab file project with about 100 worksheets on it.  I have tried to upload it onto JMP but every time I get file error saying unsupported file format.  Obviously I am doing something wrong.  Can anybody help?  <JSL> tHANKS 

    Bertaron Bertaron
    Discussions |
    Feb 4, 2021 10:41 AM
    2085 views | 2 replies

Latest Discussions

  • How to control size of Text Box, Border Box or Outline Box?

    I'm having hard times trying to control size of my Display Boxes.So, I have a number of reports where there is a Graph Builder of certain size.For some reports there is nothing to report (missing files) and I want to place a text box saying files are missing instead of the Graph Builder.I would like to match the size of it to the size of Graph Builder in other reports, and I cannot.None of the mes...

    miguello miguello
    Discussions |
    Feb 4, 2021 5:09 PM
    3746 views | 5 replies
  • Could Screening design used for 1 continuous factor, 7 other categorical factors, and 1 categorical response?

    I would like to evaluate the influence of 8 factors on the response. There are 1 continuous factor, 7 other categorical factors, and 1 categorical response, and 2 of the categorical factors have 4 levels, one of the categorical factors has 8 levels. Can we use the classic screening design method to design experiments? We want to know the most influential factors among the 8 factors, where we could...

    yiyichu yiyichu
    Discussions |
    Feb 4, 2021 10:29 AM
    10053 views | 31 replies
  • How to draw a polygon with outline?

    I have a piece of script that draws a polygon.It has semi-transparent fill, but I'd rather have just line outline. How do I do that? framebox << Add Graphics Script( Transparency( 0.5 ); Fill Color("Green"); Polygon( {246, 37}, {246, 437}, {772, 437}, {772, 37} ); //Command for an outline? );

    miguello miguello
    Discussions |
    Feb 4, 2021 9:33 AM
    2159 views | 3 replies
  • Strange behavior - Name of existing constant is unresolved under certain conditions

    I have a BorderBox filled with Graph Builder, that I want to save as picture.I have an "Add Graphics Script" on a FrameBox in it. This script uses variables:dt << Graph Builder( Size( 600, 400 ), Show Control Panel( 0 ), Show Legend( 0 ), Title Alignment( "Right" ), Variables( X( :X ), Y( :Y ), Overlay( :Overlay ) ), Elements( Contour( X, Y, Legend( 5 ), Number ...

    miguello miguello
    Discussions |
    Feb 4, 2021 9:22 AM
    1395 views | 3 replies
  • Khi2 test & missing values - obtain % of total with missing values

    Hello, I made a Khi2 test and I would obtain in my table, the % of each effectifs compared to the total total (total tacking in account the number of missing values). I hope my question is clear. Sincerely

    Mart-in Mart-in
    Discussions |
    Feb 4, 2021 2:30 AM
    1357 views | 2 replies

Latest Discussions

view all discussions