Menu

#21 filter.addM2oParameter does not do an outer join

open
nobody
7
2009-02-05
2009-02-05
Joe Staley
No

The filter.addM2oParameter does not do an outer join when searching. Therefore, if the result of the subquery is null, the record is dropped.

Discussion

  • Joe Staley

    Joe Staley - 2009-02-05
    • priority: 5 --> 7
     
  • John Gilbert

    John Gilbert - 2009-02-05

    That is the intended behavior. For example,
    - i want to filter Tickets by Project
    - i select Project X and execute the filter
    - if project is set to null then it is not Project X and thus the ticket is not returned

     
  • Joe Staley

    Joe Staley - 2009-02-06

    The problem is that when the filter is used on a column header, the sorted result set does not contain the records with null values.

     

Log in to post a comment.