Data transform error
Hi,
I'm getting an error during Data transform execution. My set up: report that returns data for class 1 and two other classes that represent parent case (class2) and subcase(class3), subcase class extended from parent case class. Data page that has above report as a source and data transform that that runs on results (still part of data page). Data transfrom loops through data page results.
Clipboard shows the following structure for the data page after execution:
pxResults
pxResults(1)
pxPages
pxPages(Class2)
pxPages(Class3)
all data is in data page and accessible, but getting an error during data transform execution: Error loading Data_Page_MyName. Iwas able to do the same thing with exactly the same setup , but different report which access only two classes. I suspect that problem is in the fact that there are two pxPages(Class).
Any idea what I'm doing wrong or any suggestion ?
Thanks
***Updated by moderator: Marissa to update categories***