Dear experts,
I'm working on a Story (of the newer type, OEM, with scripting) with live a connection and try to retrieve Dimensions of a Datasource.
so I have this code:
var arrDim = Chart_1.getDataSource().getDimensions();
The goal would be to loop on dimension filters and pass them as URL Parameters to another story, but that comes later.
My problem is that getDimensions() is underlined in red and shows "This function has no return value.", so I'm stuck. I can remember that this used to work fine in Applications. Is that a limitation/bug of the new story type?
I have the same error with getDimensionFilters.
Thanks for your answers, and Best regards,
Stéphane