WB_ShowEmpty - display empty database fields as space

Syntax
WB_ShowEmpty=boolean value

Syntax example
WB_ShowEmpty=T

Valid inputs
T,TRUE,1,ON for True
F,FALSE,0,OFF for False

Default value
FALSE

Description
This is a True/False flag that determines if the WBSP engine will return a non breaking space character (&nbsp;) for empty database fields. In some cases it can be useful to set this variable to true (when using $wbdetail function or WB_TempName=$default$) because HTML tables do not render empty cells same way as they do ones with content (this default behavior of <table ...> element can be changed using CSS).