Forum Discussion

Poma's avatar
Poma
Frequent Visitor
5 years ago
Solved

Show only Previous Month name

Hi, I am trying to create a dynamic title to show the previous month name:   Title_Total in Previous Month = "Total in "& FORMAT( MONTH(TODAY()) -1, "MMMM")   Right now we are in August so I wa...
  • Jihwan_Kim's avatar
    5 years ago

    Please try the below.

     

    Title_Total in Previous Month =
    "Total in "&
    FORMAT(EOMONTH(TODAY(),-1), "MMMM")