Hi,
I am trying to build a sales order report and am having problems with the product description.
I have entered =NL("First","SalesLineItems","Item Description","Item Number",$G107) (column G being the item code) and for the majority the result is coming through, however it seems that where an item code includes an "&" or "/" the query returns nothing.
Is there an issue with characters being included with item codes?
Thanks,
Kerrie
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Hi Kerry,
It is always tricky when you use special characters in code fields in Navision, but you can get round it with Jet.
Try this..
=NL("First","SalesLineItems","Item Description","Item Number","@@"&$G107)
the "@@"& in front of the cell reference with a special character in it will treat the cell value as string i believe and not try evaluate the special character that excel is trying to use. -
Jet Reports Historic Posts Excellent, that has done the trick.
Thanks very much :D
Please sign in to leave a comment.