Hi,
I have a simple table that should only be displayed in a HTML-Page.
- All cells in the 1st column are filled with currency
values.
- The values in the 2nd column should be calculated by
the formula :
(sum of all values in the 1st column up to the
current row) /
(sum of all values in the 1st column)
like :
COL1 | COL2
-
+----
1 | 1/15
2 | 3/15
3 | 6/15
4 | 10/15
5 | 15/15
-
+----
15 | doesn't matter
I tried creating a query with 2 keyfigures and filling the keyfs in the 2nd col by ABAP via table-API, but the values won't be manipulated 😔
Bye
Ralf
Add a comment