SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
Expand all | Collapse all

Modify Tables - Hide Row SLABELS = NO - Python 3

  • 1.  Modify Tables - Hide Row SLABELS = NO - Python 3

    Posted Mon January 24, 2022 05:22 PM

    Ran into this a while back with Modify Tables (here's the original post), but wondering if anyone has a new fix that works with Python 3 /SPSS 28.

    We're trying to hide rows (and occasionally columns) in custom tables, but have SLABELS = NO set, which seems to break Modify Tables' ability to hide things.

    We got a fix at the time that solved it, but with SPSS 28 requiring Python 3, it looks like that won't work anymore.

    Anyone run into this and have a solution?

    Thanks!






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: Modify Tables - Hide Row SLABELS = NO - Python 3

    Posted Mon January 24, 2022 05:27 PM

    CTABLES does some weird things to the internal table structure.

    Can you send me (jkpeckSupport Member) an spv file containing a problem table and the MODIFY TABLES syntax that fails?






    #SPSSStatistics
    #Support
    #SupportMigration


  • 3.  RE: Modify Tables - Hide Row SLABELS = NO - Python 3

    Posted Thu February 03, 2022 02:34 PM

    resolved with an update to MODIFY TABLES to handle a change in the CTABLES output behavior.






    #SPSSStatistics
    #Support
    #SupportMigration