Hi,
Is there any way to filter on records if a field in one table does not equal a field in another table.
I want to look at all records in the Bin Content Table and identify those where the Unit of Measure Code on the Bin Content is different to the Base Unit of Measure for that item no. on the Item Card.
At the moment I am returning all Bin Content Records and the hiding those that agree.
Regards
Phil
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Hi Phil,
Something like this might work:=NL("Rows","Bin Content",,"Unit of Measure Code","=""<>""&NL(,""Item"",""Base Unit of Measure"",""No."",NF(,""Item No.""))")
Does that help?
Regards,
Hughes -
Jet Reports Historic Posts Hi Hughes,
Perfect.
Thanks for the prompt reply.
Regards
Phil
Please sign in to leave a comment.