Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Search Transaction Follow Up Emails
I'm trying to figure out what % of my open estimates have had follow up emails sent to them after Estimate creation. I'm getting stuck on the formula a little bit though, was hoping someone could help, or point me in a better direction if there's a better way.
My idea was to count the # of estimates total over the selected time period, and then add a column which counts the messages sent, when the message date was after the tran date.
Here's the formula I used:
case when ({messages.messagedate}-{trandate}) >= 1 then 1 else null endUnfortunately, if there are multiple messages this will count them all. I just really need to count the latest message on the transaction. Is there a way to do this?
0