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

From Apache OpenOffice Wiki
< Calc‎ | Drafts
Jump to: navigation, search
(Related issues: corrected c&p issue URL)
(File Format: added TC proposal)
Line 17: Line 17:
 
* !contains (does not contain)
 
* !contains (does not contain)
 
to the &lt;table:filter-condition&gt; element's table:operator attribute. Does-not-start-with or does-not-end-with are not handled.
 
to the &lt;table:filter-condition&gt; element's table:operator attribute. Does-not-start-with or does-not-end-with are not handled.
 +
 +
[http://lists.oasis-open.org/archives/office/200712/msg00002.html Proposed] additional '!begins' and '!ends' attribute values to the OASIS ODF TC.
  
 
[[Category:Calc|Drafts/Data_Filter]]
 
[[Category:Calc|Drafts/Data_Filter]]
 
[[Category:To-Do]]
 
[[Category:To-Do]]
 
[[Category:Draft]]
 
[[Category:Draft]]

Revision as of 09:36, 6 December 2007

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.

Personal tools