Filter on a Range of Values

  • Hi all,

    I have a report where the user can select year values (for ex 2008, 2009, 2010, 2011). I also have a chart where I only want to show only the last 3 values of the years against a measure, therefore showing 2009 - 2011.. Is there a way to filter using a range of values? If not any workaround?

    Thanks in advance!

    Jon

  • How about a filter on the chart of something like

    WHERE Year > @YearParameter - 3

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply