Link to home
Start Free TrialLog in
Avatar of Snehal Rana
Snehal RanaFlag for United States of America

asked on

Retrieve SharePoint 2013 list items based upon dropdown selection

I have SharePoint 2013 on premise farm. I have 2 lists. Let's call them ListA and ListB. ListA is a calendar list and ListB is a custom list. I have a dropdown field in both these lists which has various Team names as selection. When user selects a team name from dropdown field in ListA, it should pull in or bring list items from ListB corresponding to the dropdown selection in ListA.

I understand this could be done via Knockout or JQuery. Anyone has done this or accomplished this?
Avatar of Isaac
Isaac
Flag of United States of America image

Hi,

What you are asking is called cascading drop down.  This can be done with spservices.  Here's a video on what you are asking?  Click Here
Avatar of Snehal Rana

ASKER

I will test this out and post my update here. Looks like a good solution. Appreciate your response
Great! I hope it works out for you.
I haven't finished implementing this and testing. I will do that today and post my feedback.
Great! Good luck!  Let us know if you get stuck.
Will do
In your example it shows only 1 to 1 drop down cascading drop downs. I have a bit different scenario. I need to reference just 1 column and depending upon that I need to display values from 6 different fields. Does SPServices has that?
ASKER CERTIFIED SOLUTION
Avatar of Isaac
Isaac
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Let me try this and post my update here. Appreciate your quick response
Please close this question.  I have already accepted the solution from TheInnovator
Thanks Snehal!