I have a report that has a parameter called prmMeetingDate
The data source for prmMeeting contains two columns: [id] and [date]
The value is derived from the [id] column and the displaymember is derived from the [date] column.
On the report header, I want to display the [date] of the selected prmMeetingDate. I know that I can display the value of the parameter on the header but that will not work since it will display the [id] which is of no use to the end user.
How do I do this? Thanks.
The data source for prmMeeting contains two columns: [id] and [date]
The value is derived from the [id] column and the displaymember is derived from the [date] column.
On the report header, I want to display the [date] of the selected prmMeetingDate. I know that I can display the value of the parameter on the header but that will not work since it will display the [id] which is of no use to the end user.
How do I do this? Thanks.