I have a client looking to include the parent acco...
# general
p
I have a client looking to include the parent account string on a transaction saved search. I'm new to SQL formulas. Does anyone have an idea on how to do this?
In case someone needs to do this in the future, here is the formula I used:
Copy code
TRIM(REGEXP_SUBSTR({accountgrouped}, '[^:]+'))