When adding interactions, once you select the Category, the Subcategory list is limited to only the subcategories on that Category. It would be super helpful if this was also the case in query.
Organization Name (Please enter full organization name) | Breast Cancer Now |
Reported Version | 4.0 |
Would the simple solution be to Concatenate the Category and SubCategory with a suitable delimiter that does not affect any of the programming languages/outputs. Maybe ASCII Character 30, which looks like ^^.
I think the main view to look at would be V_QUERY_INTERACTION.
Then a new output field something like:
coalesce(IC.NAME, STEWARDSHIPSTEPCATEGORYCODE.DESCRIPTION) + '^^' + ISC.NAME as [CATEGORYSUBCATEGORY_TRANSLATION]
Then update the query tool to use the new column from the view at Constituent and Interaction level.
Could be a simple customisation, that could be tested. If it it works for one client, easy to roll out in a patch. Pretty confident ^^ not usedin the text of our Category or SubCategory fields.