Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter removes cell but not whole row?

Status
Not open for further replies.

dbrooks74

Programmer
Nov 13, 2001
105
US
Weird problem using multiple filter when grouping. When I try to use filters for multiple lists or when I group the data it shows the other cells in the row but the item I am filtering out just comes out blank.

Anyone ever run into that?
 
A filter removes rows from the resultset, not items from rows. We may have a semantic issue here, but unless you store individual data-items in a table, the concept of a cell is not applicable. What are you using? (List,crosstab, table?)

Ties Blom

 
Glad you could confirm that. I completely agree. It doesn't make any sense that it removes the item in the cell rather than the whole row. It actually does it in Query Studio as well. I think i found a bug. I'm using a list.
 
Did you check the tabular set? I you are using a list ,then no cells are involved (semantic dabble). Doubt it is a bug though..

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top