I have a report set up and I can successfully format all returned rows for a given column as I want them. However, what I want to do is only format the latest row on the report.
The table that the record comes from does include an End_Date field which is also populated on the row, and the data comes from entries which are updated weekly so the end dates fall like: 09/11/2016, 09/04/2016, etc.
What I am trying to do is when the weekly report is generated, for this weeks data which ended on 09/11/2016 only apply the formatting to that specific row - so even if the previous week which ended 09/04/2016 had been formatted when it was the current record, it no longer would be.
Hope this makes sense and as always thanks for any insight.
The info I am working with is:
End_Date - field for the last day of the reporting week
Ancillary_Thank_You - field which is the column data to be formatted
rpt_WeeklySales - name of the report this information is on
tbl_WeekySales - name of the table that contains the two fields
The table that the record comes from does include an End_Date field which is also populated on the row, and the data comes from entries which are updated weekly so the end dates fall like: 09/11/2016, 09/04/2016, etc.
What I am trying to do is when the weekly report is generated, for this weeks data which ended on 09/11/2016 only apply the formatting to that specific row - so even if the previous week which ended 09/04/2016 had been formatted when it was the current record, it no longer would be.
Hope this makes sense and as always thanks for any insight.
The info I am working with is:
End_Date - field for the last day of the reporting week
Ancillary_Thank_You - field which is the column data to be formatted
rpt_WeeklySales - name of the report this information is on
tbl_WeekySales - name of the table that contains the two fields