invoice age formula in saved search
# ask-stanley-ai
n
invoice age formula in saved search
c
AI generated answer (using internal Slack threads):
Based on the conversations, to calculate the age of an invoice in a saved search, you can use a formula field. The formula would look something like this:
FLOOR(NVL({paymentdate},{today})-{invoicedate})
. This formula calculates the difference between the payment date and the invoice date. If the payment date is null, it uses the current date (
{today}
) instead. You should set the summary type of the field to 'average' and show totals for the saved search. Please note that this formula assumes that the payment date and invoice date are available in the saved search. If they are not, you may need to adjust the formula or the saved search criteria accordingly. ****** 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.835388839
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82887
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827299476
Please provide your feedback on this answer.