For instance, I would like to have the title be "{Current Year} -- Total Sales"

It doesn't seem possible... Any help would be greatly appreciated! Thanks!

link|improve this question

72% accept rate
feedback

1 Answer

You could try an expression as follows:

=Year(Today) & " Total Sales"

I am using similar in report footers to generate the current year for copyright info.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.