Hi Mike,
I did try the component. Indeed it has the things needed in this requirement but the only problem is, it doesn't integrate with Bex queries, the component works fine with the static values whereas my source here is from BW.
I tried the looping statements:
var kfdim = DS_1.getMembers("/RB05/U11GPRJ__/RB05/U11GPRJN", 150);
var i = 0;
kfdim.forEach(function (element , index) {
if (i < 150) {
var Measure = PROGRESSSET_1.addBar("RB05/U11GPRJ__/RB05/U11GPRJN","34"," ","008844");
}
i = i + 1;
});
But the Info objects of BW ("RB05/U11GPRJ__/RB05/U11GPRJN"), or the variable holding the characteristics or key figure are not recognized, it does work well with the static entries though.
Could you please let me know what might be the problem. Am I doing it wrongly?
BR,
Sara