0

Dynamic Lookup For a Report Filter

You can use the NL("Lookup") function on your options tab.

The formula you want for the vendor table is:

NL("Lookup","Vendor","No.")

if you want to give them a bit more information then:

NL("Lookup","Vendor",{"No.","Name"})

will give them the number and the name in the lookup, but return just the number.

More info here:

http://kb.jetreports.com/article/AA-00525/0/Using-NLLookup.html

2 comments

Please sign in to leave a comment.