I'm working with a SQL database and want to create a report which will only pull one record (the most recent).
The filed dc_datetime is the field I wish to select only the Maximum of.
visit_id is foreign key to the table which contains the records of assessments (the table I am trying to pull from)
dc_datetime is the field I wish to select only the maximum record.
**I know how to do this by having a parameter display, but I want it to automatically pull not be prompted.
I already have created a report which will select the current date and another that will select the past7days but want one that will simply pull the last one entered based upon the date value.
Help??
The filed dc_datetime is the field I wish to select only the Maximum of.
visit_id is foreign key to the table which contains the records of assessments (the table I am trying to pull from)
dc_datetime is the field I wish to select only the maximum record.
**I know how to do this by having a parameter display, but I want it to automatically pull not be prompted.
I already have created a report which will select the current date and another that will select the past7days but want one that will simply pull the last one entered based upon the date value.
Help??