Is there a way to use the shortened month name in a GI? I’ve tried using =MONTHNAME(EARInvoice.DocDate]) which gives me the full month name. I’ve tried using =MONTHNAME(‘mmm’,˜ARInvoice.DocDate]) and that gives me an error stating invalid token at position 12 (or whatever the number is).Â
Page 1 / 1
Try =Left(MonthName([ARInvoice.DocDate]),3)
Perfect. So close but so far away I was.Â
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.