Hi All,
I'm trying to build a complex query linking sales to purchases and usually when working in on-prem systems I link one view to another view or use commen table expressions (CTE). Lot of the time these views provide a way to sumamrize data in view or rank data before linking to another view. So comming back to BC cloud what options do we have in this regard? One option perhaps could be using temp tables but version 16 may not support them. Or it could be that I have to populatte a new table on run time and use that within the query which is not ideal. I know we can use Power BI to connect to multiple data sources but there are lot of instances we need to report inside BC itself
Thanks