Are there any manuals for understanding the development of new custom reports in MRMS.
I have gone thru a report which is using ProcedureCall="ListDailySalesBySalesRep" and in the tablesQueried I found SQL temporary table (FROM #ListDailySalesBySalesRep LEFT JOIN Store ON #ListDailySalesBySalesRep.StoreID = Store.ID). I want to understand how data is fetched for this report. But how will I know the actual fields used in the report as they are coming from temporary tables.
*This post is locked for comments