Skip to main content

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). 

Try =Left(MonthName([ARInvoice.DocDate]),3)


Perfect. So close but so far away I was. 


Reply