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
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.