Hi Isomorphic,
I saw the new chartDataBindingNewSample (SNAPSHOT_v13.0d_2020-11-04) which perhaps wasn't even there yesterday(?). While it's looking great, I have questions w.r.t. the data collection. If I understand the criteria in the Developer Console RPC Tab like
plus 8 rows in the response correct, the data has to be already aggregated beforehand by every possible configuration in an ETL step before.
Is this correct or does this support client requested GROUP BY? If not, this would definitely be a valuable addition!
I also had a look at the cubeAnalytics-sample, which seems to use the same approach. Is this correct? Here I assumed even more that it would use SQL Aggregation features.
Also, I did not find the used .ds.xml attributes isSampleDS and allowExplicitSequenceValues in the docs.
Best regards
Blama
I saw the new chartDataBindingNewSample (SNAPSHOT_v13.0d_2020-11-04) which perhaps wasn't even there yesterday(?). While it's looking great, I have questions w.r.t. the data collection. If I understand the criteria in the Developer Console RPC Tab like
Code:
data:{ Products:"Prod01", Regions:[ "North", "South", "East", "West" ], Time:"2019" },
Is this correct or does this support client requested GROUP BY? If not, this would definitely be a valuable addition!
I also had a look at the cubeAnalytics-sample, which seems to use the same approach. Is this correct? Here I assumed even more that it would use SQL Aggregation features.
Also, I did not find the used .ds.xml attributes isSampleDS and allowExplicitSequenceValues in the docs.
Best regards
Blama
Comment