Join Slack
Powered by
Hi, I have created a transaction saved search with...
# suitescript
n
NS User
06/19/2023, 8:08 PM
Hi, I have created a transaction saved search with columns, document number, transaction type, and account name. I want to pull the account name without any hierarchy (no parent) in the account name. Please can someone let me know how to do it?
l
Lea CC
06/19/2023, 11:29 PM
Try adding a Formula (Text)
SUBSTR({account},INSTR({account},':')+2)
24
Views
Open in Slack
Previous
Next