Hi All,
Does anyone know what happened to the getDimension API in 1.5? I can only see the getMeasuresDimension.
I would like too obtain the Measures Dimensions or all Dimensions of a datasource similar in the blog above. However, the getDimension API doesn't seem to exist anymore. And with the getMeasuresDimension API, it only returns a single item (Measures). There is no foreach available for the variable.
var a=DS_1.getMeasuresDimension();
LISTBOX_1.additem(a.name, a,text);
Thanks
Ralf