split data editor display but how?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

split data editor display but how?

Maguin, Eugene

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

===================== 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
Reply | Threaded
Open this post in threaded view
|

Re: split data editor display but how?

Ki Park
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
Reply | Threaded
Open this post in threaded view
|

Re: split data editor display but how?

Jon Peck
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,

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


--
Jon K Peck
[hidden email]

===================== 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
Reply | Threaded
Open this post in threaded view
|

Re: split data editor display but how?

Maguin, 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
Reply | Threaded
Open this post in threaded view
|

Re: split data editor display but how?

Willbaileyz @ E
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:
> > Where you see the three dots, click and hold while dragging. You will see a
> horizontal or vertical double headed arrow while you are holding (at least
> on Windows).
>
> On Wed, Jan 16, 2019 at 12:55 PM Maguin, Eugene <[hidden email]> wrote:
>
> > 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