Hi All,
I tried for an below requirement with dynamic material dimension filter:
Material 1 hwe:
plant desc1+plant desc2
Material 2 jke:
plant desc1+plant desc2
1) There is an Dimension filter say material when selected and displayed in text label shows me mat001/hwe;mat002/jke in Application.alert(MatDim);
i used split function to splt only the hwe and jke to get separted but it is not working as expected showing me empty on alerting.
2) there is getdata () in the existing 1.3 SDK Design studio where i tried to get dimensions(charecteristic value columns from datasource) say plant desc1 and desc 2 but i was asking for an id as below:
TEXT_1.setText(DS_1.getDataAsString("measure", {}));
As you can see above code brings only measure and ids for it as can be mentioned, but my requirement isto retrieve only plant desc 1 and plant desc 2 for the dimension filter material above selected where there is no measures involved. tried with other get () available but unlucky.
3) For each material specific plant decsription concatenation as plant desc 1 in one column and plant desc 2 as another in bex query as my above requirment i tried to put an loop and get this desc conactenation thereafter but still unlucky.
Array.forEach(function(element), index){
});
Aklso tried everything placing in text view compoent but shows nothing in it.
Kindly help where iam going wrong shall be very usefull.
Thanks
--Dinya