Include first and last dates report data is based on?

  • Parameters let user select year(s), month(s), days(s) from dropdowns to filter viewed data.

    How do I insert fields so the first and last dates included are shown on the report when printed?

    Field that dates are drawn from is called Added.

    Thanks! ~Carol

  • I would probably use the parameter values to print on the report for the date boundaries of the report. If for some reason you need to use the actual data then using a MIN(Added) and a MAX(added) in the dataset query should give you the values you want.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply