hi all! i created a SS to send an email daily if a...
# suiteanalytics
s
hi all! i created a SS to send an email daily if an accounting period is opened/closed. i'm trying to figure out how to add the justification to the search results but am running into the issue of results duplicating if the period was opened more than once as it will list every justification stored. any suggestions?
n
If you want the most recent Justification, the you would use When Ordered By ; (some date) on that result line. If you wanted all the justification on one line, use NS_CONCAT.
s
i was hoping to only pull the justification associated to time of re-opening
so if the period was opened twice, then date/time 1 will show justification1, date/time 2 will show justification 2
but i have a feeling that's not possible 🥲