Hello, got a question.
I have a report that displays three categories.
Prod, Prod/Release, Release....
Only Prod/Release and Release items have a dollar value assigned to them.
(Example of report below
Prod Prod/Release Release
P $0.00 $0.00
$12.00 $0.00
$0.00 $43.00
$0.00 $12.00
P $0.00 $0.00
What I want to do is NOT have the $0.00 be displayed. I am asure it is a matter of setting the visible property to false inthe case where the value is NIL.
(Example of what I want the report to look like below
Prod Prod/Release Release
P
$12.00
$43.00
$12.00
P
Perhaps I am not on the right track. If i am, the second question is where do i right the code?
Thanks,
Peter Vav
I have a report that displays three categories.
Prod, Prod/Release, Release....
Only Prod/Release and Release items have a dollar value assigned to them.
(Example of report below

Prod Prod/Release Release
P $0.00 $0.00
$12.00 $0.00
$0.00 $43.00
$0.00 $12.00
P $0.00 $0.00
What I want to do is NOT have the $0.00 be displayed. I am asure it is a matter of setting the visible property to false inthe case where the value is NIL.
(Example of what I want the report to look like below

Prod Prod/Release Release
P
$12.00
$43.00
$12.00
P
Perhaps I am not on the right track. If i am, the second question is where do i right the code?
Thanks,
Peter Vav