Zend certified PHP/Magento developer

Cart Price Rules to allow discount on limited products

I’m really struggling with Cart Price conditions.

I want to be able to offer a discount code (say, 10%) to customers, but on limited products.

I have created an attribute for my products already, “disallow discount”. So I created the rule to work with products that are “disallow discount = no”.

However, I want it to work on the basket if a customer has both types of products in – I need it to remove 10% on the products that are “disallow discount no”, and not work on the “disallow discount yes”. I can either get it to work on the whole basket, or none of it, I can’t get the mix of on some and not others.

Please help!