You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by GitBox <gi...@apache.org> on 2022/12/21 16:34:28 UTC

[GitHub] [hop] campen opened a new issue, #2093: [Bug]: Filter Rows with multiple arguments using OR does not work

campen opened a new issue, #2093:
URL: https://github.com/apache/hop/issues/2093

   ### Apache Hop version?
   
   2.1 +
   
   ### Java version?
   
   11.0.15+10-LTS
   
   ### Operating system
   
   macOS
   
   ### What happened?
   
   I have a pipeline that has a filter rows transform and if I use the same file field in the same transform using OR, the result does not filter any rows out. If I choose XOR, it filters the rows...I think this is working opposite.
   
   My example shows 2 flows - 1 flow with separate single filters for each status that work for each status and the combined filter option that does not work.
   
   [filterIssue.hpl.zip](https://github.com/apache/hop/files/10279486/filterIssue.hpl.zip)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] campen commented on issue #2093: [Bug]: Filter Rows with multiple arguments using OR does not work

Posted by GitBox <gi...@apache.org>.
campen commented on issue #2093:
URL: https://github.com/apache/hop/issues/2093#issuecomment-1362781098

   I guess sometimes I get stuck in and/or logic spirals. Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #2093: [Bug]: Filter Rows with multiple arguments using OR does not work

Posted by GitBox <gi...@apache.org>.
hansva closed issue #2093: [Bug]: Filter Rows with multiple arguments using OR does not work
URL: https://github.com/apache/hop/issues/2093


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva commented on issue #2093: [Bug]: Filter Rows with multiple arguments using OR does not work

Posted by GitBox <gi...@apache.org>.
hansva commented on issue #2093:
URL: https://github.com/apache/hop/issues/2093#issuecomment-1362059735

   .issue-take


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva commented on issue #2093: [Bug]: Filter Rows with multiple arguments using OR does not work

Posted by GitBox <gi...@apache.org>.
hansva commented on issue #2093:
URL: https://github.com/apache/hop/issues/2093#issuecomment-1362059904

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva commented on issue #2093: [Bug]: Filter Rows with multiple arguments using OR does not work

Posted by GitBox <gi...@apache.org>.
hansva commented on issue #2093:
URL: https://github.com/apache/hop/issues/2093#issuecomment-1362583614

   Hi @campen 
   
   The filter is working as expected, the condition is wrong I'm afraid.
   If your goal is to only have "new" and "changed" it has to be <> identical AND <> deleted.
   
   Even Identical status rows will evaluate as "True" agains <> deleted and other way around


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org