Do you have any filters in your report that may be causing the report to not show the values in the prompt? This happened to me before and this was the cause. I deleted the filter and the values appeared.
Have you tried filtering the count (whatever you are measuring) to > 0?
Can you recreate and post a sample report with Go Sales data? It's easier to solve when we can see excatly what's going on. Good luck!
I have dealt with this by inserting a new list with the Order Year and any necessary filters applied. Then Cut Order year so you have an empty list (this won't appear when run). Apply this query to the page in the Page properties, then drag the query item to the header.
Try This:
<report...
For Month to Date:
[Order date] between _first_of_month(current_date) and _last_of_month(current_date)
Year to Date: (Sql Server Function)
year([Order date]) = year(current_date)
Not completely certain about Week to Date, but this will give you the last 7 days prior to the current date...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.