In order to get the parent name from the customer name hierarchy through the saved search, use the following formula
TRIM(REGEXP_SUBSTR({job.entityid}, '^[^:]+'))
Where {job.entityid} will be the name hierarchy
In order to get the parent name from the customer name hierarchy through the saved search, use the following formula
TRIM(REGEXP_SUBSTR({job.entityid}, '^[^:]+'))
Where {job.entityid} will be the name hierarchy