To turn Intelligent Calculation off for a Two-Pass formula, create a calculation script that performs these tasks:
Disables Intelligent Calculation.
Performs a full calculation.
Repeats the following two-pass formula:
SET UPDATECALC OFF;
CALC ALL;
"Share of Sales" = Sales % Sales -> Product;