cheerfulskeptic
Programmer
Hello,
I have the following formula:
if {#rTotal} >0 then ToText (Truncate ({#rTotalComplete}%{#rTotal}, 1)) else "N/A"
the object is to print out a percentage (to 1 decimal place) or else print "N/A".
I tried Round and Truncate, but it doesnt work.
Any ideas?
Thanks
I have the following formula:
if {#rTotal} >0 then ToText (Truncate ({#rTotalComplete}%{#rTotal}, 1)) else "N/A"
the object is to print out a percentage (to 1 decimal place) or else print "N/A".
I tried Round and Truncate, but it doesnt work.
Any ideas?
Thanks