Mar 30, 2011 #1 Phillipclan Technical User Mar 16, 2009 2 GB I Get this error message when trying to run my report. here is the line i am using, any suggestions. ({#TotalIssueCost}/{#Expected Cost})*100
I Get this error message when trying to run my report. here is the line i am using, any suggestions. ({#TotalIssueCost}/{#Expected Cost})*100
Mar 30, 2011 1 #2 lbass Technical User Feb 9, 2002 32,818 US if {#Expected Cost} <> 0 then {#TotalIssueCost}%{#Expected Cost} -LB Upvote 0 Downvote