bugPSPP - Bugs: bug #56459, Thousands separators are sometimes...

 
 

bug #56459: Thousands separators are sometimes dropped from display.

Submitter:  John Darrington <jmd>
Submitted:  Sat 08 Jun 2019 05:23:54 AM UTC
   
 
Category:  Output Driver Severity:  3 - Ordinary
Status:  None Assigned to:  None
Open/Closed:  Open Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 09 Jun 2019 10:23:26 PM UTC, comment #1: 

It seems to me that it's doing what you asked, by limiting the width to 8 columns: when a value won't fit in the width, the formatting code discards group separators.

To always include group separators, use the maximum width, for example DOT40.2 in this case.

If this behavior differs from what SPSS does in a similar situation, then we should change PSPP to match.  (For example, maybe SPSS always assumes the maximum width?)

Ben Pfaff <blp>
Group administrator
Sat 08 Jun 2019 05:23:54 AM UTC, original submission:  

Run the following syntax:

data list notable list /a.
begin data.
1234.56
12345.67
end data.

set FORMAT DOT8.2.

descriptives /variables =all /statistics=all.


In the resulting table, some of the statistics are correctly displayed with thousands separators.  For example, the mean "6.790,11".  However others are missing eg the Sum: "13580,23"


John Darrington <jmd>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by blp (Posted a comment)
  • -email is unavailable- added by jmd (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code