[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #56459] Thousands separators are sometimes dropped from d
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #56459] Thousands separators are sometimes dropped from display. |
Date: |
Sat, 8 Jun 2019 01:23:55 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0 |
URL:
<https://savannah.gnu.org/bugs/?56459>
Summary: Thousands separators are sometimes dropped from
display.
Project: PSPP
Submitted by: jmd
Submitted on: Sat 08 Jun 2019 07:23:54 AM CEST
Category: Output Driver
Severity: 3 - Ordinary
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
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"
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56459>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- PSPP-BUG: [bug #56459] Thousands separators are sometimes dropped from display.,
John Darrington <=