Page 1 of 1

Lookup values based on selected view

Posted: 05 Jul 2018
by vegard.grutle
Hi!

I have a list that is growing every day. This list is used as a lookup column. In this list i have different views displaying the relevant information.

Is it possible to define by code which view the lookup column should display on the form?

Thanks.

Vegard

Re: Lookup values based on selected view

Posted: 05 Jul 2018
by Nikita Kurguzov
Dear Vegard,
The closest thing I can recommend is using Cross-site Lookup with filtering - https://spform.com/cross-site-lookup/fi ... ite-lookup
You can specify similar conditions to the ones selected in a view, plus these conditions can be dynamically changed with JS.

If your list is over 5000 items, you should also read this article on how to work with such Lists - https://spform.com/cross-site-lookup/cr ... 5000-items

Re: Lookup values based on selected view

Posted: 06 Jul 2018
by vegard.grutle
Hi Nikita!

Thanks for the prompt reply!


Vegard