Skip to Content
0
Former Member
Apr 09, 2014 at 03:39 AM

Percenage calculation

43 Views

Hi

I have two wage type 1011 and 1012. i need to check total of these two WT are greater than 1% of technical WT /102. I have written PCR as follows:

AMT= 1011

AMT+ 1012

PRINT

AMT/ /102

AMT* 100

AMT?1

It throws error " Division by zero not performed". But WT /102 has value and by giving print, I can get the value after the addition of 1011 & 1012.

Kindly advise.