Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datasets 1

Status
Not open for further replies.

mjd3000

Programmer
Apr 11, 2009
136
GB
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")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top