Hi,
I want to get all rows of a table where field "description" is unequal to field "description 2".
I've tried it with this formula:=NL("rows";"Verkaufslieferzeile";;"Posting Date";"31012011";"description";"<>description 2";"Art";"Article")But with this one I get a list af all rows.
Can anyone help me?
Thank you!
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi,
Assuming you are using Navision, you can use a calculated filter for this. It would be something like this:=NL("rows";"Verkaufslieferzeile";;"Posting Date";"31012011";"description";"=""<>""&NF(,""description 2"")";"Art";"Article")
Does this help?
Regards,
Hughes
Please sign in to leave a comment.