Hi everyone, been working on this to long and need some help.
CR 11/sql2005
Current Output
Amount 1 Amount 2
1.00 2.00
0.00
Desired Output as follows:
Amount 1 Amount 2
1.00 2.00
- 0.00
Desire is to show a hyphen where blank data is returned.
the sql table will hold zero's if, at runtime, there is suppose to be data but nothing has been entered. The table will also show blanks where data is not to be entered. I can convert the blanks to zero with the report options but that is not what I need. Isnull does not detect these blanks as Null.
Blank = DASH
Zero = Zero
Thanks,
Gary
CR 11/sql2005
Current Output
Amount 1 Amount 2
1.00 2.00
0.00
Desired Output as follows:
Amount 1 Amount 2
1.00 2.00
- 0.00
Desire is to show a hyphen where blank data is returned.
the sql table will hold zero's if, at runtime, there is suppose to be data but nothing has been entered. The table will also show blanks where data is not to be entered. I can convert the blanks to zero with the report options but that is not what I need. Isnull does not detect these blanks as Null.
Blank = DASH
Zero = Zero
Thanks,
Gary