Hi,
You could make the parameters text instead and use a conversion formula to use them as dates (supply a default value to show the format you want and test for it in your selection formula if no dates are needed)..
Like:
If this
{?DateStringParam} = 2009,01,01
then in your selection formula you could use something like:
Code:
If {?DateStringParam} <> '1900,01,01' [COLOR=green]//your default to ignore date [/color]
then
{Table.DateField} = Date({?DateStringParam})
To Paraphrase:"The Help you get is proportional to the Help you give.."
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.