I am trying to create a FPL report where each page contains a Matrix control showing a pivot from a distinct DataSet. So my report has 6 datasets, pages, and matrixes. The report shows blank data in each Matrix, and doing a sql profile run the datasets are not being populates, only the "Page" dataset is getting called.
Is it not possible to have multiple Matrix controls? If not, why not?
I don’t want to use a CPL report because the page flow is getting messed up because it’s making my report "wide" with the Matrix overflow and I am getting a bunch of random blank pages.