Hi, I have several reports that require I have the convert database null values to default option turned on. With this option turned on, how can I write a formual to select blank values?
The field on my report displays as "0.00" & it is a number data type, but in the select expert this formula does not work (it returns zero records)
{table1.sp_id} = 0.00
Does anyone know how to select these blank values?
-----------
DB
The field on my report displays as "0.00" & it is a number data type, but in the select expert this formula does not work (it returns zero records)
{table1.sp_id} = 0.00
Does anyone know how to select these blank values?
-----------
DB