Hello,
I am very frustrated because I cannot do what I would like to no matter what I try.
Here is my scenario
I have a sharepoint list (A) that i use to retrive information from to use when I create a new item on list (B)
list ha has the following columns
HireType, Division, Region, RegionCode, Team, TeamCode, Title, TitleCode
Of the above columns the only two with unique vallues are, Title & Title Code.
All others have duplicate values.
I would like to create three galleries that would work in the following way
gallery1 lists all unique values from the region column
gallery2 will then show only those teams that belong to the region picked in Gallery1
gallery3 displays the information required for the chosen team (it gets tat info from a different list.
I have mamaged to get gallery1 to work as desired i.e. show distinct regions
I have, whoever not succeeded in creating a version of gallery2 that shows only the distinct values of the column team
I have managed to put gallery 3 together based on the value chosen in gallery 2.
Thank you for your assistance