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

SPSS chart template in syntax

  • 1.  SPSS chart template in syntax

    Posted Wed March 02, 2022 01:22 PM

    Hi, I want to use a chart template in the following frequencies syntax.

    FREQUENCIES VARIABLES=K1_1 K1_2 K1_3 /FORMAT=NOTABLE /STATISTICS=STDDEV VARIANCE SEMEAN MEAN /GROUPED=K1_1 K1_2 K1_3 /HISTOGRAM /FORMAT=DVALUE /ORDER=ANALYSIS.

    I have used both set ctemplate'Chart1.sgt' and /TEMPLATE='Chart1.sgt' in different parts of the code but I either get errors or the template doesn't load. Any idea?



    ------------------------------
    Jubeen Sharbaf
    ------------------------------

    #SPSSStatistics


  • 2.  RE: SPSS chart template in syntax

    Posted Wed March 02, 2022 03:31 PM
    Hi. Perhaps you need a path specification to find that file, something like:

    SET CTemplate='/Applications/IBM SPSS Statistics/Resources/Template/APA_Styles.sgt'.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 3.  RE: SPSS chart template in syntax

    Posted Wed March 02, 2022 08:21 PM
    Edited by System Admin Fri January 20, 2023 04:09 PM