Hello,
I like to have a sheet showing only transfer lines where the Outstanding QTY is <>0
I thought is would be:
=NL("Rows","Transfer Line",,"DataSource=","NAV2013SQL","Company=",$C$2,"Recipient",$C$5,"Outstanding Quantity","<>0")
But when I execute requesting column with NF I get also results from lines where outstanding Qty = 0.
Where did I go wrong?
Thanks.!