I am using a dataset as a parameter on my report, and on the report I want to show which parameter was selected.
This syntax gives me the first and last items in the dataset, but how do I get the item that has just been selected?
=First(Fields!Description.Value, "TimePeriods")
=Last(Fields!Description.Value, "TimePeriods")
This syntax gives me the first and last items in the dataset, but how do I get the item that has just been selected?
=First(Fields!Description.Value, "TimePeriods")
=Last(Fields!Description.Value, "TimePeriods")