jenschmidt
Programmer
I'm not quite sure how to accomplish this, but maybe someone out there has an idea.
I have a report which calculates the Start Date and End Date that should be pulled into the report based on the CurrentDate. If the end user picks a Start and End Date range that includes 2004,03,11 to 2003,04,15, then I want it to display some text.
Here's the formula I thought might work:
if Date(2004,03,11) to Date(2004,04,15) in {@Start Date} to {@End Date} then "Beware of Blank Data"
Here's the error I get:
A number, currency amount, date, time, date-time, or string is required here. (It highlights my specific date range as the "here" point.)
Any ideas on a solution?
Thanks!
jennifer.giemza@uwmf.wisc.edu
I have a report which calculates the Start Date and End Date that should be pulled into the report based on the CurrentDate. If the end user picks a Start and End Date range that includes 2004,03,11 to 2003,04,15, then I want it to display some text.
Here's the formula I thought might work:
if Date(2004,03,11) to Date(2004,04,15) in {@Start Date} to {@End Date} then "Beware of Blank Data"
Here's the error I get:
A number, currency amount, date, time, date-time, or string is required here. (It highlights my specific date range as the "here" point.)
Any ideas on a solution?
Thanks!
jennifer.giemza@uwmf.wisc.edu