Hello,
I'm making a report that restricts data to definable time span. I made two parameters:
dateFrom and
dateTo. Obviously
dateFrom can't be bigger than
dateTo. Hence my question: it there possibility to set max and min values to parameters of DateTime type?
In this case max value of
dateTo parameter would be today's date and
max value of dateFrom parameter would be dateTo's value. Paramater dateFrom wouldn't have min value, but dateTo's min value would be value of dateFrom parameter.
That's the scenario. I just need help with implementing it. :)