Server Administration > Calculations in Fields, Charts, and Reports > Calculating a Recently Converted Static Computed Field
 
Calculating a Recently Converted Static Computed Field
If you converted a dynamic computed field to a static computed field, and the field history has not been stored in the database, the field does not display any values after the conversion is complete. If there are reports or charts that use the field, they also do not display any values.
To calculate the missing value for a static computed field, select the Recompute All option from the Edit Field dialog box in the Integrity Lifecycle Manager administration client, and then select Compute Now. Next, select the Compute Now option, and then select Compute Now.
* 
If there are dependent fields, for example, a computed field depends on another computed field, run the options on the correct order of fields (from least dependent to most dependent).
If the converted computed field exists on a production server in a staging environment, the Recompute Now and Recompute All options are not available from the Edit Field dialog box in the Integrity Lifecycle Manager administration client. In this scenario, edit the computed field that resides on the production server by running the im editfield command in the following order:
im editfield --forceRecompute field
im editfield --computeNow field
For more information on using the im editfield command, see the CLI man pages.