I agree with Jason. Run this sql to check:
select categoryoptionid, ( select count(categoryoptionid) from categories_categoryoptions where categoryoptionid=cc.categoryoptionid ) as categorycount from categories_categoryoptions as cc order by categorycount desc; Lars _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

