Conditionally Display List Lookup Values

Can I conditionally hide/show list lookup values?

For example, there are two list lookups in my app. List Lookup A (“A”) has 5 values, and List Lookup B (“B”) has 50 values. However, the valid values in B is dependent on A. What I’m trying to achieve is, based on the selection in A, only show the values in B that are relevant to A

Make sure in the List Lookup B definition you’ve defined Dependent Lookup = List Lookup A and then for all the Lookup Keys you specify one or more Dependent Values from List Lookup A,

Then on the table associated with that application, on the Filtered Lookups tab, add an entry in the Dependent List Lookups table where Controlling Field = List Lookup A and Dependent Field = List Lookup B.

After you’ve done that (and a possible app regeneration) I think you should see the expected list lookup dependency.

(FYI I’d be interested to see what the Nextworld chatbot agent Ed would come up with if asked this type of question)

1 Like