Question:
hi..
we are trying to use 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 )
k3 is a cal. key fig. ideally we would like to have 30 / 45 ( 0.67 ) value in the place of 75. by default it adds 25 and 50 in the result. can anyone give any input....
thanks
Answer:
hi...
does anyone has any input on how to point to the sum value of particular key figure using web api.
thanks
Answer:
API Object allows you to loop at the query result cells left to right on each row and top to bottom on each column. In you code you need identify and store the values from cells needed in your calculation. Do the calculation when you get to the cell you want to display the result.
It gets tricky when you have to do subtotal and grand total.
Answer:
thanks for the input. but for ex: if we do for i_x=3 and the user adds more char. for navigation the result will change. so can you tell me the method to use and the way to point to particular result value of a key figure using web api.
thanks
Answer:
hi..
does anyone know how to point to particular key figure result using web api. if we use i_x= ...we have a problem as the users will change the query...so we need some parameter to point to the result irrespective of the result.
thanks