Hi Community,
I am creating a report using (SRSReportDataProviderBase) in AX 2012 R2 with a Queries where it have a data source of CustTable and inner join a TempDB (where this temp table data will be inserted at ProcessReport method in DP class later on based on some complexity logic), the reason i need to inner join the TempDB is too allow user to be able to use the Advanced Query for filtering purposes.
Problems:
1. If i am using TempDB as the data source, upon generating the report, somehow all the data in Temp table is gone.
Note: if i change the Temp table to "Regular", the report will be working fine.
Could anyone help to share the method or way to make this TempDB works. Appreciate it.
*This post is locked for comments
I have the same question (0)