NULL values can be treated as zeros (0) for computational purposes by enabling suitable settings in Very Large Database (VLDB) properties at different levels in Strategy 2021.
This VLDB setting can be changed at the Database instance (Project Level in case of Workstation), Report, and Metric levels.
To change the VLDB properties at any of the three levels, execute the following:
Database Instance Level:



For Steps in Strategy Workstation:
1. Right-click on the Project.
2. Select Advanced properties.
3. Search for Null Check under the Analytical Engine section
4. Locate the setting "Null Checking for Analytical Engine"
Report level:

Note: There is no need to restart the I-Server to reflect Report Level VLDB settings.
Workstation Steps:
Same setting can be found under the Advanced Properties tab in "Report Properties" option of File Menu on the Report editor window.
Metric level:


Workstation Steps:
This setting can be found under Metric Options in VLDB Properties Tab in the Metric Editor.
NOTE: By following the steps outlined in this document, Null values will be converted to zeros only if there is a calculation performed in the metric.
For example, the expression '+0' will generate Structured Query Language (SQL) which is checking for NULLs. However, the expression '' alone will not check for NULLs although the Very Large Database (VLDB) setting is activated. To force a Null check for the second case, use the Function 'NullToZero' either in the metric or Fact Editor.