Hi Sebastian,
cascading drop down menus are possible. It's dependant on your data in your lookup lists.
Here's how you would need to set up your data.
Would this be applicable in your use case?
Kind regards,
Enrico
Enrico Thanks for your post.
I Knew this Post but it doesn`t fit t my situation. Because this method works with a filter selection in the second list.
I need an option to switch the values in the repeating section by selecting the fiscal year via dropbox. (to get access to the separate lists on the SharePoint)
Kind Regards
Sebastian
Hmm,
could you describe or show the list setup of your data and how the lists are connected? I think I don't understand what the box below should display.
OK, I will try to explain it:
The Customer can select a year in the first Dropdown box (if it make sense, I can change it to another type of button).
Due this selection the selected pricelist (2016/2017/2018 one several list for each year on one site in the Sharepoint) should be deposited in the List look field “product” in the repeating section.
Then the customer can select one or more products in the repeating section. For each selected product the calculated values should receive the price and the article number.
The selection from the fiscal year price list is necessary because, some year we have 200 products another year we have only 180 products. Some of the products where new, some get out of selling.
This is only a part from a Form which makes me headache.
Kind Regards
Thanks for the explanation!
The problem is that the products are stored in different lists. I think you're solution will be easier to maintain when you store all product in just one list and have a fiscal year column in the same list. This way you can still filter / view / group products by the year you want.
You could have the year selection in a separate list and have a lookup from your product list to the year selection lit to make it easier to select. Thats up to you.
Both ways should allow you to run the cascading lookup mechanism.
Furthermore, using this approach you won't have to create new physical product lists each year.
Thanks a lot Enrico.
After I copied all seprate price Lists in one "global", then it was quite easy to get a working Cascading list lookup.