converting-nulls

converting-nulls


connectives Index Level count
Syntax
Category Access
Type Modifier
Description allows all values to be processed by the output conversion -- even nulls.

Normally, null values are not processed by the output conversion so that they do not unnecessarily take up space on a report.  However, some output conversion, such as those that call basic subroutines, may need to see each and every value, even if it's null.

The equivalent option is "m".
Options
See Also modifiers m
Example
Warnings
Compatibility D3 7.0
connectives Index Level count