i want saved search formula for inventory number n...
# ask-stanley-ai
y
i want saved search formula for inventory number not end with 24
c
AI generated answer (using internal Slack threads):
To create a saved search formula for inventory numbers that do not end with '24', you can use the following formula in the criteria section of your saved search:
Copy code
Formula (Text): RIGHT({inventorynumber},2) != '24'
This formula uses the
RIGHT
function to get the last two characters of the inventory number, and then checks if these characters are not equal to '24'. If the last two characters are not '24', the inventory item will be included in the search results. ****** 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.831136405
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83024931
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829432964
Please provide your feedback on this answer.