0

Define or Customise Lookup Options (e.g. Y/N) [SOLVED]

Hi All,

I've been looking around the forum and online for a way to define custom values to select from in the lookup of my Jet Report refresh options. I finally found out how to do it! After providing the Title, Value and Lookup columns for your Option rows, put the following in the Lookup column:

Example 1 (Y/N): =NL("Lookup",{"Y","N"},"Y/N")
Example 2 (Rainbow): =NL("Lookup",{"Red","Orange","Yellow","Green","Blue","Indigo","Violet"},"Rainbow")

Hope that helps someone else :)

Thanks,
SD

4 comments

Please sign in to leave a comment.