SPSSINC MODIFY TABLES

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

SPSSINC MODIFY TABLES

Hermann
Hi experts,

after checking all the relevant contributions concerning the subject I can't
find any solution for my problem. Maybe one of you has a solution. I will
appreciate it highly.

My aim is to reformat the Notes (a table ?) provided by a lot of procedures.
Color, width etc. of the last column should be changed.

It works perfect for the syntax below, firstly realised for colours only. It
works perfect if SUBTYPE='*' is replaced by any other OMS table subtype. But
it doesn't work with SUBTYPE='Notes'.

SPSSINC MODIFY TABLES
    SUBTYPE='*'
    SELECT=-1
    PROCESS=ALL
    HIDE=FALSE
    PRINTLABELS=FALSE
  /STYLES TEXTCOLOR=255 100 255  APPLYTO=BOTH
    TLOOK="M:\PR-ERROR-TAXONOMY\Syntax Habil\TemplateForNotes9.stt".

Is this Python procedure not applicable to Notes although it is a "table
subtype" or is there something wrong in my syntax?

Thanks in advance, Hermann



-----
Mag. Dr. Hermann Stefan Cesnik
Zentraler Informatikdienst (Empirische Forschungsmethoden)
Language Testing Centre (LTC)
Alpen-Adria Universität Klagenfurt
 
phone:  +43 (0)463 2700-2533
mail: hermann.cesnik [at] uni-klu.ac.at
web: https://campus.aau.at/visitenkarte?username=hcesnik
        https://www.aau.at/en/language-testing-centre/team/
        https://www.researchgate.net/profile/Hermann_Cesnik
--
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: SPSSINC MODIFY TABLES

Jon Peck
Strange as it may seem, a Notes "table" is not considered to be a pivot table in the Viewer, so MODIFY TABLES cannot select it.  However, it is a one-line change in the SPSSINC_MODIFY_TABLES.py file to allow Notes to be selected via the Notes subtype.  I can send you the modified file if you want to try it.

Notes tables are a little strange,since they don't  have a header, so some things might not work, but I think what you specified will work.

On Wed, Aug 28, 2019 at 4:52 AM Hermann <[hidden email]> wrote:
Hi experts,

after checking all the relevant contributions concerning the subject I can't
find any solution for my problem. Maybe one of you has a solution. I will
appreciate it highly.

My aim is to reformat the Notes (a table ?) provided by a lot of procedures.
Color, width etc. of the last column should be changed.

It works perfect for the syntax below, firstly realised for colours only. It
works perfect if SUBTYPE='*' is replaced by any other OMS table subtype. But
it doesn't work with SUBTYPE='Notes'.

SPSSINC MODIFY TABLES
    SUBTYPE='*'
    SELECT=-1
    PROCESS=ALL
    HIDE=FALSE
    PRINTLABELS=FALSE
  /STYLES TEXTCOLOR=255 100 255  APPLYTO=BOTH
    TLOOK="M:\PR-ERROR-TAXONOMY\Syntax Habil\TemplateForNotes9.stt".

Is this Python procedure not applicable to Notes although it is a "table
subtype" or is there something wrong in my syntax?

Thanks in advance, Hermann



-----
Mag. Dr. Hermann Stefan Cesnik
Zentraler Informatikdienst (Empirische Forschungsmethoden)
Language Testing Centre (LTC)
Alpen-Adria Universität Klagenfurt

phone:  +43 (0)463 2700-2533
mail: hermann.cesnik [at] uni-klu.ac.at
web: https://campus.aau.at/visitenkarte?username=hcesnik
        https://www.aau.at/en/language-testing-centre/team/
        https://www.researchgate.net/profile/Hermann_Cesnik
--
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: SPSSINC MODIFY TABLES

Hermann
Thanks Jon for the modifies python file. It works perfectly for 'Notes' now.

ATB, Hermann



-----
Mag. Dr. Hermann Stefan Cesnik
Zentraler Informatikdienst (Empirische Forschungsmethoden)
Language Testing Centre (LTC)
Alpen-Adria Universität Klagenfurt
 
phone:  +43 (0)463 2700-2533
mail: hermann.cesnik [at] uni-klu.ac.at
web: https://campus.aau.at/visitenkarte?username=hcesnik
        https://www.aau.at/en/language-testing-centre/team/
        https://www.researchgate.net/profile/Hermann_Cesnik
--
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