hi
i have a column which indicate as my date time data.
and i have two report parameter which work as start date and
End date.i want set my start date as minimum date in which stored in datetime column
and if no data stored be today date time
Thanks for wonderful suppor
You can get the today's date/time by using the Now() built-in function.
For the minimum date/time you will need to write an appropriate SQL query and retrieve it.