Hi there,
I am building an app to filter people based on the skills they offer and the user's primary aim. I have two drop downs (named DropdownSTasks and DropdownSTasks) which are linked to a list and I want the gallery to display the relevant items based on the two drop down selections. The choice columns have multiple values in them (because the people have multiple skills) and this isn't something that I can change.
At the moment, dropdown 1 has the following in the Items property: Choices('MyList'.'PrimaryAim') and dropdown 2 has
Choices('MyList'.'SpecificTask').
For the gallery, I have the following: Filter('My List', PrimaryAim = DropdownPAims.Selected && SpecificTask = DropdownSTasks.Selected)
However, DropdownPAims is green and DropdownSTasks is red in the formula bar. Can anyone help so that I can display the correct results?
As a separate issue, I would like all people to display before a user selects an option from the dropdown. How would I achieve this?
Thank you!