Yes I define the type when adding it to the RDD. As soon as I added in include non nettable it crashes with the same result. Do I need to add the criteria into the report parameter query or something?
If it runs without those criteria, Iād think thtat the RDL is okay. All those criteria should do is limit the data in the temp data tables (DatasourceName_GUID).
I do think you can pass the prompt values to the RDL, but inless your RDL is using them, they shouldnāt be an issue.
Iām trying to duplicate what youāre doing, but I canāt seem to create the Criteria mappings. I should be able to do this without the RDL correct?
Okay, this can be thrown out as a witch hunt. I just rebuilt it again and did all three criteria at once and it works exactly as intended. Thank you @cfinley and @ckrusen for helping with this!! Sorry for the trouble.
I think the order of building the BAQ and RDD is important. If you add a field to the BAQ after the RDD is built, it might have issues finding that new field.
While I was testing, I couldnāt even get it tp add any mappings