This with with reference to other field tips (Handling facts as Nulls and
Handling NULL fact foreign keys). In case you have a situation where the
dimension attributes as NULL, you should not leave them like that. NULL
creates confusion for the users as they appear in reporting and some of
the OLAP
systems have different ways to handle these NULLs. The best way
is to provide a user-friendly string or description. For example "Not-available",
"Not-Applicable", "Not-provided". |