I'm having a bit of a problem with Crystal Reports 7.
I have a multi expression formula similar to the following:
@Formula1
=========
numberVar uvSchd :=0 ;
if({@uv01}>0) then uvSchd := {@uv01} ;
if({@uv02}>0) then uvSchd := uvSchd + {@uv02} ;
uvSchd*15/60
The formulas that get added in (uv01, uv02) consist of a running total minus a formula (which is an if-else that returns a number)
When I attempt to create a running total summarizing @Formula1 I get the error "You cannot select this field to summarize/reset/evaluate".
Is there a way to work around this?
Thanks
I have a multi expression formula similar to the following:
@Formula1
=========
numberVar uvSchd :=0 ;
if({@uv01}>0) then uvSchd := {@uv01} ;
if({@uv02}>0) then uvSchd := uvSchd + {@uv02} ;
uvSchd*15/60
The formulas that get added in (uv01, uv02) consist of a running total minus a formula (which is an if-else that returns a number)
When I attempt to create a running total summarizing @Formula1 I get the error "You cannot select this field to summarize/reset/evaluate".
Is there a way to work around this?
Thanks