If I run a subsidiary saved search, what is the sy...
# general
d
If I run a subsidiary saved search, what is the syntax to pull in the name of the parent? The only selectable field is Parent Subsidiary, but it only brings in the internal ID.
r
I don't think that should be the case. You should be getting the name only, last I remember. Or you can join with parent and fetch the name.
d
This is what I get:
If you know how to join, please lmk.
I've tried parent.name, parent.entityname, parent.subsidiaryname, etc...
I did it with Analytics; even though I suck at that, when you pull Parent in on that dataset, it pulls the name. 🤷‍♂️
r
I don't have access to one world account right now, would have checked otherwise.
d
could you use regex in a formula(text)?
REGEXP_REPLACE({name},'( : )?'||{namenohierarchy}||'.*$')
run the formula and find out 😉 *_was in response to a now-deleted reply_