Hi all,
I am working on a Design Studio Dashboard which is retrieving data from a HANA calculation view.
I would like to be able to calculate a percentage share of total in Design Studio.
I have checked the 1.6 version because that should support calculations at runtime.
The Dynamic Calculation is providing me the exact required output (adding a new column and show the percentage contribution:
However the HANA datasource which I am using does not support these dynamic calculations.
On the measures I do not see any option to add local calculations:
Is there a similar feature in the Calculations at Runtime ? And more important where are the Calculations at Runtime applied in DS ?
I know we can solve this in HANA by adding the percentage calculation over there but that is additional effort since we are having multiple levels of aggregations. For each level of aggregation we need to do the calculation of the total before we can filter the information towards DS.
That is making the model more complex than needed. I would like to apply this percentage contribution in DS after the resultset is retrieved.
Thanks for your suggestions, input !!