Hi,
I have a dataset with 3 results rows for date ranges like this:
Id Date
-- ----------
1 1/1/2008
2 2/1/2008
3 3/1/2008
AnyOne know If I can make a function in the report code passing the date and find the row and retrieve the id ? Is it possible ?
How can I access from the code with the dataset ?
Thanks in advance.