Remove Zeros from Planning

This script will replace all the zeros in the scenario Actual with #Missing, thus reducing the size of the database.  After running script, must do a dense restructure.

SET UpdateCalc Off;

Actual = Actual / (Actual != 0);

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s