While using the Component Manager funtion listAllDataSources I receive a null reference exception.
Here is my coding:
//Set Filter to all Data Sources
var components = COMPONENTMANAGER_1.listAllDataSources();
components.forEach(function(element, index) {
APPLICATION.log("Data Source: "+element.name);
element.datasource.setFilter(ip_dimension, ip_value);
});
Hello guys,
first thanks for your amazing Lumira extensions!
While using the Component Manager funtion listAllDataSources I receive a null reference exception.
Here is my coding:
On runtime I receive the following error message:
If you need the complete stack trace please tell me.
In my eyes it seems that the reference to the data source is not filled and thus the datasource cannot be adressed.
Thanks in advance for your help, Patrick