Should I be able to create a rule in an attribute cube as follows?
['LeadTimeWeeks'] = N: ['LeadTimeDays'] \ 7;
['LeadTimeWeeks'] = C: 0;
['LeadTimeDays'] = C: 0;
All 3 targets are numeric attributes.
The rule appears to compile from Excel
The rule is clearly present in the rule editor
The target cells are white and empty in cube viewer.

Is there something about attribute cubes that stops you performing calculations like this?
Cheers
John