formula to show parent project and child project i...
# ask-stanley-ai
n
formula to show parent project and child project in two separate columns in transaction saved search
c
AI generated answer (using internal Slack threads):
To show the parent project and child project in two separate columns in a transaction saved search, you can use the following approach: 1. For the Parent Project, you can use the field
Main Line Name
with a join to
Sub Of
. This will give you the parent project name. 2. For the Child Project, you can use the field
Customer/Project (Main)
. This will give you the child project name. If you are unable to find these fields directly, you can use a formula field to extract the required information. For example, you can use a formula like
TRIM(REGEXP_SUBSTR({accountgrouped}, '[^:]+'))
to extract the parent account string. Please note that the exact field names and formula may vary depending on your specific NetSuite setup and the structure of your data. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807678223
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801818669
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.800659
Please provide your feedback on this answer.
n
not working
not working