If you do a retrieve of the userroles fromthe database you can use the following to exclude a user role:
[not(id = '[%UserRole_YourUserRole%]')]
If you only want the userroles of the current user you could retrieve the userroles through assocation: $currentUser/UserRoles
That's worked perfectly, thanks a lot