Munir Chaer
11/13/2024, 9:31 PMCeligo AI
11/13/2024, 9:31 PMAI 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:
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.
******Celigo AI
11/13/2024, 9:31 PMSlack 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
Celigo AI
11/13/2024, 9:31 PM