Give me a formula that will allow me to change the...
# ask-stanley-ai
m
Give me a formula that will allow me to change the posting period into a date so that I can use when I export a saved search but allows me to retain it in the format of month and year.
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that you can use the
TO_CHAR
function to convert the Posting Period into a date format in a saved search. However, this function works with the start date of the accounting period, not the Posting Period itself. Here is the formula you can use:
Copy code
TO_CHAR({accountingPeriod.startdate}, 'Mon YYYY')
This formula will convert the start date of the accounting period into a string in the format of month and year, which is the same format as the Posting Period. Please note that this formula might not work in all types of searches. In the conversations, it was mentioned that it works in a Transaction Search. ****** 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.879231572
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856202602
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.854317844
Please provide your feedback on this answer.