質問

Cascading drop downs have been a challenge in previous versions of SharePoint and I'm just wondering if this is supported in SharePoint Online. We have a Term Set with the structure shown below. As you can see, Canada has different cities than USA

enter image description here

Is there anyway to create cascading fields that are filtered based on the parent selection? If USA is chosen as a Country, then the Canadian cities should not be available in the child field. But as of now, they are completely independent.

enter image description here

役に立ちましたか?

解決

The intent with metadata fields would be to use one field, instead of a field per level. So, create a field named something like "location", which would point to the metadata term set as its source. A user would use the tree structure to drill down to the desired city. The OOB list filter will allow you to filter at any level. So a filter on USA would display all records where the user selected USA, or any city in the US.

If you need two separate fields, then refer to Susan's answer, and configure something in PowerApps. (InfoPath is the older tool. It's great, but not recommended at this point).

他のヒント

The screenshot you posted is still realistic and achievable in sharepoint online. Almost nothing has changed in the term store management.

To be able to achieve it in other ways is

Infopath (see this video with a good example albeit much more simple than your scenario https://www.youtube.com/watch?v=-HnLhXVQf-M&t=2s). Might that Infopath is the old way to do things.

Powerapps (https://www.youtube.com/watch?v=5wfSAsU93b4)

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top