I am struggling with a webi report that has multiple restrictions and thought I would post it here for some help.
The report results needs to show all Value1's where the Year is 2015, but NOT if Value1 also has a year of 9999. When I try to filter on the Year or date, the results still shows the other dates for 990000323, but if the 990000323 has a date of 12/31/9999, we want all of the records for that one excluded. So the results should only have the record for 990000301 because there is no date after 2015. Can any suggest a way to resolve this?
The reporrt
Value1 | Value2 | Year |
---|---|---|
990000301 | 12/19/2014 | 2014 |
8/31/2015 | 2015 | |
990000323 | 6/26/2009 | 2009 |
12/8/2009 | 2009 | |
2/31/2015 | 2015 | |
12/31/9999 | 9999 |