The short answer is No, @vevommi.
What you are describing is referred to as “cascading drop downs”. The concept has been around for many years, but it not supported within the native custom form logic.
If you are determined to have something similar, though, I invite you to consider the following.
- Create your country drop down with the appropriate values (eg USA, Canada, etc.)
- For each country, create a Country State, drop down (eg USA State, Canada Province, etc.) with the appropriate values (eg Arizona, etc. for USA State, Alberta, etc. for each Canadian Province)
- Add display logic so that upon a users selection of a particular country (eg USA) the appropriate country province drop down is then revealed (eg USA State)
- Create a calculated parameter, that checks all of the above and concatenates the visible selected country with the selected state (eg CONCAT({DE:Country},” | “,IF({DE:Country=“USA”},{DE:USA State},IF({DE:Country=“Canada”},{DE:Canada Province},…}}))
- Use the latter for reporting, (i.e., grouping, filtering, charting, etc.)
If you decide to undertake the latter, good luck, and I am curious to hear how you make out.
@mattmi3.…Matt, given this is a fair bit of work to configure but a relatively static set of data, would you consider building out the definitive works for this and providing it as a Blueprint for folks to then install into in their own Workfront instance to either use As Is, or adapt by Hiding what they don’t need, or adding what they do need?
Regards,
Doug