<date field> >= startOfMonth() and <date field> <= endOfMonth()
should do the trick. Replace <data field> with the name of the field you are reporting on.
Hi, I could use some help with this one. I'm trying to get all the stories closed during the current month without having to manually enter the date each time I run the filter. Is there a way to use this query for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me (resolutiondate >= startOfMonth() and resolutiondate <= endOfMonth())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I get Angel right, she wanted to display the current month instead of the usual entire date format. That's what I need too. Any one know??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.