formula to show invoices not contain cogs account
# ask-stanley-ai
y
formula to show invoices not contain cogs account
c
AI generated answer (using internal Slack threads):
To show invoices that do not contain COGS account, you can create a saved search in NetSuite with the following criteria: 1. Type = Invoice 2. Main Line = True 3. Account (under Results subtab) does not contain 'COGS' This will return all invoices that do not have a COGS account associated with them. Please note that the 'Account' field is under the 'Results' subtab in the saved search. You can add it by clicking on 'Results' > 'Add Field' > 'Account'. In the criteria section, you can add a new criteria by clicking on 'Criteria' > 'Add Criteria' > 'Formula (Text)'. In the formula field, you can write a formula like
NOT CONTAINS({account}, 'COGS')
. This formula will exclude all invoices that contain 'COGS' in their account field. ****** 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.793254852
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791318357
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.788950205
Please provide your feedback on this answer.