Forum Discussion
Anonymous
2 years agoNot applicable
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.
does FORMAT(TODAY(), "M/YYYY") do what you need?
2 Replies
- FM-Rad10Frequent Visitor
does FORMAT(TODAY(), "M/YYYY") do what you need?
- AnonymousNot applicable
I implemented your method and it worked.
Thank you sir.