I have a stored procedure with a parameter called #Days so depending on how many days you enter when running the report, the table will be updated with different values. For example, if I enter 10 as the parameter, the end columns of the table will be +1 Wed Nov 26, +2 Thur Nov 27 up to +10 Fri Dec 5. I would like to display the last column on the report, but it changes with each parameter I enter.
Is there a way to have a calculated field that can look at the values of a table then grab the last column of that table?
Is there a way to have a calculated field that can look at the values of a table then grab the last column of that table?