Nested data region and data sets

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.

 




Answer this question

Nested data region and data sets

  • Toldin

    Nested data regions do not support different data sets

  • lalbertoth

    Note: you could join the two datasets in the query and then use this new dataset for both the list and the matrix.

    -- Robert



  • csqepaul

    Thank you. It works.

    However, joining the two datasets may lower the performance of the sql processing, especially when the datasets are complicated.



  • Nested data region and data sets