Hi Team,
I have webi report in both XIR2 and the same report has been migrated to XI4.1 and I m having issue with the block level filters after the migration in XI4.1
XI R2 Report :
Date Count(ID) NoFilter(Count(ID) Count(ID)/
NoFilter(Count(ID) ABC
6/30/2013 | 2 | 76 | 2.63% | 0 |
9/30/2013 | 4 | 76 | 5.26% | 0 |
12/31/2013 | 2 | 77 | 2.60% | 0 |
3/31/2014 | 2 | 78 | 2.56% | 0 |
9/30/2014 | 2 | 84 | 2.38% | 0 |
12/31/2014 | 2 | 84 | 2.38% | 0 |
In XIR2 I have applied a block level filter i.e on column ABC in the report level to show only the records which satisfy the condition eqaul to 0. Sothe result is correct in XIR2
XI R4.1 Report :
Date Count(ID) NoFilter(Count(ID) Count(ID)/
NoFilter(Count(ID) ABC
6/30/2013 | 2 | 76 | 2.63% | 0 |
9/30/2013 | 4 | 76 | 5.26% | 0 |
12/31/2013 | 2 | 77 | 2.60% | 0 |
3/31/2014 | 2 | 78 | 2.56% | 0 |
6/30/2014 | 81 | 1 | ||
9/30/2014 | 2 | 84 | 2.38% | 0 |
12/31/2014 | 2 | 84 | 2.38% | 0 |
3/31/2015 | 78 | 1 |
When I applied the same block filter i.e; on ABC in the report level to show only the records which satisfy the condition equal to 0. But is showing the additional records which has the values of ABC=1 which is in correct in XI 4.1
Please hlep...
Thank You.