Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Problems with getting current month/year values

Hi, Everyone

 

I have question please help.

 

I'm having a problem. My Field Cap.Date - MonthYear is Text Type, so I can't enter the Now() value in Filter. If I enter the result in the Check Delete Items and Asset First item of Current Month fields, an error will occur.

 

Expected results
I want Now() to refer to the current month/year result in the Field Cap.Date - MonthYear.

 

I need a way to do it.

 

2 Replies

  • FM-Rad10's avatar
    FM-Rad10
    Frequent Visitor

    does  FORMAT(TODAY(), "M/YYYY")  do what you need?

    • Anonymous's avatar
      Anonymous
      Not applicable

      I implemented your method and it worked.

       

      Thank you sir.