I'm trying to update revenue from past movies adjusted to inflation in a query. The inflation rate is 2%. Here's my formula:
AdjustedBoxOffice: [tinventory]![BoxOffice]*(1+0.02)^2007-[tinventory]![YearReleased]
So I just took 2007 and subtract the year of release to find 'n'. The numbers aren't coming out to what I want it to be.
AdjustedBoxOffice: [tinventory]![BoxOffice]*(1+0.02)^2007-[tinventory]![YearReleased]
So I just took 2007 and subtract the year of release to find 'n'. The numbers aren't coming out to what I want it to be.