(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: report ::

unpublished constants group GroupOn
Usage Restrictions
not published
Description
Specifies how to group data.
See also
XGroup

Constants
DEFAULT The same value in the column value or expression.  
PREFIX_CHARACTERS The same first nth of characters in the column value or expression.  
YEAR Dates in the same calendar year.  
QUARTAL Dates in the same calendar quarter.  
MONTH Dates in the same month.  
WEEK Dates in the same week.  
DAY Dates on the same date.  
HOUR Times in the same hour.  
MINUTE Times in the same minute.  
INTERVAL Values within an interval you specify.  
Constants' Details
DEFAULT
const short DEFAULT = 0;
Description
The same value in the column value or expression.
PREFIX_CHARACTERS
const short PREFIX_CHARACTERS = 1;
Description
The same first nth of characters in the column value or expression.
YEAR
const short YEAR = 2;
Description
Dates in the same calendar year.
QUARTAL
const short QUARTAL = 3;
Description
Dates in the same calendar quarter.
MONTH
const short MONTH = 4;
Description
Dates in the same month.
WEEK
const short WEEK = 5;
Description
Dates in the same week.
DAY
const short DAY = 6;
Description
Dates on the same date.
HOUR
const short HOUR = 7;
Description
Times in the same hour.
MINUTE
const short MINUTE = 8;
Description
Times in the same minute.
INTERVAL
const short INTERVAL = 9;
Description
Values within an interval you specify.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.