Difference between revisions of "Calc/Drafts/Data Filter"

From Apache OpenOffice Wiki
< Calc‎ | Drafts
Jump to: navigation, search
(File Format: approval of ODF change)
 
Line 19: Line 19:
  
 
[http://lists.oasis-open.org/archives/office/200712/msg00002.html Proposed] additional '!begins' and '!ends' attribute values to the OASIS ODF TC.
 
[http://lists.oasis-open.org/archives/office/200712/msg00002.html Proposed] additional '!begins' and '!ends' attribute values to the OASIS ODF TC.
 +
 +
The change was [http://lists.oasis-open.org/archives/office/200801/msg00012.html approved] by the TC.
  
 
== Patch ==
 
== Patch ==

Latest revision as of 12:35, 21 January 2008

About a new feature that adds some filter-conditions and a Top10 Filter dialog in data filter.

Abstract

There are three purposes of this feature. The first is to add some filter conditions to standard filter dialog, they are “Include”, “NoInclude”, “Start”, “NoStart”, “End”, “NoEnd”. The second is to add a Top10 dialog. The last is to add “empty” and “notempty” to AutoFilter popup list.
the Specification of this feature

Related issues

  • issue 35578 for Empty and Non-Empty conditions in AutoFilter.
  • issue 35579 for Contains, Does-Not-Contain, Starts-With and Ends-With filter conditions.
  • issue 77677 for multi-selection filter extension (spec) which also extends ODF's <table:filter-condition> element (already approved for ODF 1.2).

File Format

The filter conditions need to be stored in ODF. The accepted proposal for ODF 1.2 adds the values

  • begins (begins with)
  • ends (ends with)
  • contains (contains)
  •  !contains (does not contain)

to the <table:filter-condition> element's table:operator attribute. Does-not-start-with or does-not-end-with are not handled.

Proposed additional '!begins' and '!ends' attribute values to the OASIS ODF TC.

The change was approved by the TC.

Patch

The first part of the Specification of this feature, and the change of the Dialog. Patch

Personal tools