Is there a way to use the shortened month name in a GI? I’ve tried using =MONTHNAME([ARInvoice.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).
Answer
Shortened month name in a Generic Inquiry
Best answer by darylbowman
Try =Left(MonthName([ARInvoice.DocDate]),3)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.