org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

Data Iterator does not work when using UNX-based datasources (?) #89

Open alfgon opened 8 years ago

alfgon commented 8 years ago

Hi,

We have tried unsuccesfully to use the data iterator component binded to UNX query-based datasource, The Initial View of the Data source shows the rows but when we call the iterator

var rows = DATAITERATOR_1.getRows();

we obtain an empty array.

Issue is confirmed when clicking on Data_iterator data_selection property. No data is showed there.

Thx

alfgon commented 8 years ago

I'm sorry, issue was caused because the data source did not include any measure (fact). I am not sure if this is actually a bug or a enhancement request :)

Thx anyway