| 229 | Cook Islands | -3.20 | 2011 est. |
| 230 | Northern Mariana Islands | -4.00 | 2011 est. |
There's a problem here. The CIAWF says that we should have *two* points with population decreases over 3% - for some reason we're not seeing the Northern Mariana Islands in the chart.
Adding a filter to the chart, we can restrict the data to countries with population growth rate rank > 200 (i.e. the countries with the lowest population growth rates).
| Adding a filter to restrict the data in the chart |
BIRT then correctly included the Northern Mariana Islands:
| Look! Northern Mariana Islands! |
Adjusting the join in the dataset to an outer join, rather than an inner join, we get 230 records returned rather than 223. However, the same threshold holds for NMI appearing (or not).
So. It looks as though we're not always getting all the rows back, and for now apparent reason. At some point, this should be revisited in debug mode to see what's going on - that and a proper search through bugs on the BIRT/DTP web-sites.
No comments:
Post a Comment