Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Re: formula help please

$
0
0

Hi

Try this :

 

Local Numbervar a1:=round({CatTimeWise.tarSale},1)  ;

Local NumberVar a2:=round({CatTimeWise.actSale},1) ;

 

if ({CatTimeWise.tarSale}= 0 AND {CatTimeWise.actSale})= 0

or ( isnull({CatTimeWise.tarSale}) AND isnull({CatTimeWise.actSale})) then '-'

else

If a1> 0 Then

totext(round((a2-a1)/a1*100,1),1)

Else "_"


-Sastry


Viewing all articles
Browse latest Browse all 9236

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>