Use the below formula to return only the item’s child name in a saved search.
Formula(Text): REGEXP_REPLACE(REGEXP_SUBSTR({name},’: [^:]+*$’),’: ‘,”)
For example without the formula a parent: child item will display as:
Parent Item Name: Child Item Name
Using the formula only the Child Item Name will display.
