Hi,
I just want to know if nested data region (e.g. matrix nested in a list) support different data sets.
i.e. I have 2 data sets, dataSet1 and dataSet2 and want to display in a matrix (dataSet1) nested in a list (dataSet2), does it work?
Thanks.
Nested data regions do not support different data sets|||
Note: you could join the two datasets in the query and then use this new dataset for both the list and the matrix.
-- Robert
|||Thank you. It works.
However, joining the two datasets may lower the performance of the sql processing, especially when the datasets are complicated.
No comments:
Post a Comment