I want to ‘pin’ column 1 in the data editor so that I can look across cols 2-n. I know this is possible, I think I’ve done it before, but now I don’t know the right words to search on. (and ‘pin’ is not the right word nor is ‘split’). How do I do this? Thanks, Gene Maguin |
Eugene,
I don't know how to do this with syntax, but you can use your mouse -WITH the data in FULL screen-, go to the right border (there are barely visible three dots there), click on the edge and drag to the left. Then, you are manually 'splitting' the view. I would love to see if there is a code for this though. Thanks. Ki -- Sent from: http://spssx-discussion.1045642.n5.nabble.com/ ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
begin program. import SpssClient SpssClient.StartClient() de = SpssClient.GetActiveDataDoc() ui = de.GetDataUI() ui.InvokeDialog("Window>Split", False) SpssClient.StopClient() end program. On Wed, Jan 16, 2019 at 11:10 AM Ki Park <[hidden email]> wrote: Eugene, |
In reply to this post by Ki Park
Might work on your machine; doesn't work on mine. I see the three dots. Single left mouse doesn't do anything. Double tap left mouse same story.
I now see Split in Windows. Thank you (and, too, for the pdf refs). -----Original Message----- From: SPSSX(r) Discussion <[hidden email]> On Behalf Of Ki Park Sent: Wednesday, January 16, 2019 1:10 PM To: [hidden email] Subject: Re: split data editor display but how? Eugene, I don't know how to do this with syntax, but you can use your mouse -WITH the data in FULL screen-, go to the right border (there are barely visible three dots there), click on the edge and drag to the left. Then, you are manually 'splitting' the view. I would love to see if there is a code for this though. Thanks. Ki -- Sent from: http://spssx-discussion.1045642.n5.nabble.com/ ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
In reply to this post by Maguin, Eugene
Can split in V25 FP2 (current update) but very sensitive, have to get it just right else narrow entire viewer Will WMB & Associates Statistical Services > On 1/16/2019 2:57:51 PM, Jon Peck ([hidden email]) wrote: |
Free forum by Nabble | Edit this page |