Issue 27455 - The filter in the beamer doesn't work with grouped queries
Summary: The filter in the beamer doesn't work with grouped queries
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 1.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: ocke.janssen
QA Contact: issues@dba
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 12:59 UTC by marc.neumann
Modified: 2006-05-31 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description marc.neumann 2004-04-05 12:59:06 UTC
0 create a new table with 2 integer fields
1. create a new query like this
SELECT SUM(field1) , id FROM table1 GROUP BY id
2. execute the query
3. use the filter / autofilter button in the beamer toolbar to filter the query.

==>> doesn't work
Comment 1 ocke.janssen 2004-04-13 07:08:20 UTC
Fixed in CWS insight01
Comment 2 marc.neumann 2004-05-12 08:59:42 UTC
Hi,

not really. The id field can be filtered and sorted, but the sum ( ' field1 ')
field can't.

Bye Marc 
Comment 3 ocke.janssen 2004-05-12 13:04:07 UTC
Order corrected for functions with alias name.
Comment 4 marc.neumann 2004-06-15 09:25:24 UTC
verified in cws insight01 , the sort buttons work. However there is still an
issue with the filter and sort dialog. -> submit issue 30220
Comment 5 ocke.janssen 2004-09-06 11:57:06 UTC
.