I have a document library and I have created two columns, one area and the other subarea. When a document is added, I want the person to select the area and then have the subarea list depend on the area selection. Is this possible?
Asked
Active
Viewed 2,007 times
1
-
I have a feeling that the 'Show in Groups' view might help too. – Chris Elliott Oct 16 '14 at 09:03
1 Answers
1
This isn't supported out of the box.
You have a few options:
Use an InfoPath form to apply the filtering, but keep in mind that InfoPath is being discontinued in future versions
Use JS Link to customize the item forms, or create a custom field for it (this was better explored here and here)
Perhaps adapt the requirements a bit and use a Managed Metadata column where the person selects the sub-area (which is configured as a child node of the area - effectively selecting two metadatas in one)