Hi Group Members,
below is my problem.
need output like :
Accessory Research_amt Plant_amt health_amt total_amt
Staff 10 20 15 45
so i need summation of all tuple raw amount in last column raw - same tuple.
Research_amt , Plant_amt , Health_amt each one has function to calculate amount.
total_amt has also function that has parameters and called
above three function and summation of all stors in out variable of total_amt function.
out_total_amt := f_research(----parameter--) +
f_health(---parameters---) +
f_Plant(---parameters---)
my problem is that when i add all three function values and stored in variable it vgives me value 0, even though they have all positive values.
but when i add any one function values and stores in variable
then it display that values.
Any helps is greatly appriciated.
Thanks.
below is my problem.
need output like :
Accessory Research_amt Plant_amt health_amt total_amt
Staff 10 20 15 45
so i need summation of all tuple raw amount in last column raw - same tuple.
Research_amt , Plant_amt , Health_amt each one has function to calculate amount.
total_amt has also function that has parameters and called
above three function and summation of all stors in out variable of total_amt function.
out_total_amt := f_research(----parameter--) +
f_health(---parameters---) +
f_Plant(---parameters---)
my problem is that when i add all three function values and stored in variable it vgives me value 0, even though they have all positive values.
but when i add any one function values and stores in variable
then it display that values.
Any helps is greatly appriciated.
Thanks.