From: allvin on
Hello

I want create view that shows only items that have been created in the
current month.
I add to the list calculated field "Period" with formula:
"=year([myField])&month([myField])".
Then I try to create view that shows items, where field "Period"
equals to "=year([Now])&month([Now])".
There is no results :(

May be there is another way to display this results?