cancel
Showing results for 
Search instead for 
Did you mean: 

Analytics Designer - Support of Blended Calculations at Variances

Alexander_Blasl
Participant
0 Kudos

Hi,

anyone knows when this will be possible for BW-Live-Connection?

BR Alex

Accepted Solutions (0)

Answers (2)

Answers (2)

Alexander_Blasl
Participant
0 Kudos

Hi avsalynin,

thanks. I already found a better workaround than this, but I wanted to ask if someone knows when this feature will be available.

My workaround now is:

-Create a chart with the blended measure
-Get the raw value of the measure in the chart and push it into a ScriptVariable

var resultset = Chart_1.getDataSource().getResultSet({"@MeasureDimension": "19880193-0734-4170-9136-615440050213"});
var resultsetRawValue = resultset[0]['@MeasureDimension'].rawValue;
ScriptVariable_1 = ConvertUtils.stringToNumber(resultsetRawValue );

-Create a Calculated Measure with ScriptVariable_1

-Use the Calculated Measure for the Variance

So you can use Blended Calculations with normal Variances and not Stacked Column Charts.

avsalynin
Active Contributor

interesting, thanks!

about the standard possibility - then let's vote for this influence

Alexander_Blasl
Participant
0 Kudos

avsalynin thanks for creating. I have no SAP account with access to SAC Customer Influence.

avsalynin
Active Contributor
0 Kudos

ablasl88

may be this blog will help you as workaround