Forum Discussion

OS_Pizza's avatar
OS_Pizza
Contributor III
2 years ago

Dataunit statistics

Can you please guide me the definition for the below points - 1) What is number of NODATA,Zero,Real,Derived cells ? And why are they all under NODATA Status ?  
  • JackLacava's avatar
    2 years ago
    • Real cells are intersections for which actual numbers have been stored or created.
    • Zero cells are real cells with a value of 0.
    • NoData cells are intersections that don't have data for one or more periods in the year but have (or have had) real data in later periods.
    • Derived cells are intersections that don't have data for one or more periods in the year but have (or have had) real data in previous periods.

    For performance reasons, you want to keep the number of NoData and Zero cells to a minimum, since they generate actual database records that have to be loaded and examined when calculating and consolidating.

    They are grouped under "nodata status" for convenience, since they are related from a logic perspective.