- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Collection of "funny" Jmp newbie questions
good to know:
- how to do this and that in Jmp?
- where Jmp is different from other programs
- where Jmp is different from Jmp (inconsistencies)
[More Topic Containers like this]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
In the Join Tables Platform, what's the difference between Update main table with data from second table and
Merge same name columns?
Update main table with data from second table assumes that the user wants to Merge same name columns.
So, it's kind of a special case of Merge same name columns.
If Merge same name columns is selected, then any selected columns from the Main Table [will be] Updated with data form second table.
So, no Merge same name columns without Updat[ing] main table with data from second table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
The submenus of my Jmp installation always open to the left of the main menu:
Where is the setting to move submenus to the "right"?
add-on question: what is the background of them opening on the wrong side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
It has been my experience that if you move the window you are selecting the man menu option too, to the left edge of your monitor screen, JMP will open the submenus to the right
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
Good point, I hadn't noticed that before.
When moving the Jmp window from the left to the right, there is already a small area on the left of the screen where menus open to the right ☛ (highlighted in blue).
In the remaining area of the screen the windows are opened to the left ☚ (highlighted in red).
Almost seems that as soon as there is enough space on the left - the submenu will flip to the left.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
the workaround: switch the display to left handed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
When comes (collision free) Column Switcher 2.0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
in Join, "multiple" is N=2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
Why do I have to ask is missing() if there is a symbol defined, but there is no content / it's "empty"
and why do I have to ask is empty() if I want to check if a symbol is non-existing (~ missing).
Maybe just a language issue German vs. English?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
My take on the terminology is that it is a historical concept that goes way back within the SAS and JMP world. A numerical value in a JMP or SAS data table that has no value is referred to as having a missing value. Being a very long-in-the-tooth SAS and JMP user, the understanding of referencing a JMP variable that has been defined but has no value assigned to it by asking if it is missing seems very natural. The is Empty I believe is a JMP implementation that might have been better named it was isDefined. But, I isEmpty really doesn't ruffle my feathers either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Collection of "funny" JSL newbie questions
in 3D Scatterplot, why is the size of the labels linked to the size of the Markers?
ScatterPlot 3D: is there a way to increase marker size without increasing label size?
- « Previous
- Next »