0

sorting with NL ("Filter"). Can it be done.

This is an NL I am using to give me a list of a customers items, and their prices.

=NL("Rows","Sales Price",,"Sales Type","Customer","Sales Code",$D$6,"Item No.",NL("Filter","Item","No.","+Description","*","Item Category Code","@@"&$D20,"No.","<>@@"))

This works, but it brings back items from the Item table, and it sorts it automatically my item no. I want it to sort alphabetically by description. I have put in a "+Description", "*" to sort by desctiption, but this doesn't work.

Does anyone know how to do this?

5 comments

Please sign in to leave a comment.