hi..
we are using web api for the following web report case:
c1=char; k1, k2=key fig...
C1 k1 k2 k3 ( K1+K2 )
vdnv 10 15 25
dvgv 20 30 50
Overall result 30 45 75 ( problem )
as per our business we need to have 30 / 45 ( 0.67 ) value in the place of 75. for normal cases it works but for our business we need to calculate 30/45 value in the place of the result for k3. can anyone give any input....I have started experimenting on webapi but unable to figure out how to point to the results of k1 and k2.
thanks
Add a comment