To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42908


User tommyads changed the following:

                  What    |Old value                 |New value
================================================================================
                   Summary|TEILERGEBNIS mit Angabe   |TEILERGEBNIS with group-
                          |des Gruppierfeldinhalts   |field-value
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Feb 16 07:30:27 -0800 
2005 -------
>From a column like 
-----------
COL1
A
B
A
C
C
A
C
-----------
I need the count-statistics, and you can make the following column using the 
function TEILERGEBNIS (what's the name in english? The Help-function of the 
german OO does not contain the original english names so I don't know the name 
in english! You can click it after "Data->Filter" in the menu) with the group-
function COUNT:
COL1
A
A
A
  3
B
  1
C
C
C
  3
  7
-----------
which makes it quite hard to generate a simple table I need with the counts for 
each value, like 
COL1 COL2
A    3
B    1
C    3
-------------
This simple table could easily be generated if the neighbour-column COL2 would 
(optionally) receive the group-value, in the same row as the group-function 
COUNT (Type 1), or the neighbour-column COL2 would additionally receive the 
name of the group-function (i.e. "COUNT") and the group-value (A or B or C in 
this example) (Type 2)
--------------
Type 1:
COL1 COL2
A
A
A
  3  A
B
  1  B
C
C
C
  3  C
  7  TOTAL
--------------
Type 2:
COL1 COL2
A
A
A
  3  COUNT A
B
  1  COUNT B
C
C
C
  3  COUNT C
  7  COUNT TOTAL

=======================
Thanks!
KR
tommyads

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to