Hi Guys
I'm struggling with left joins in BC query and report dataset :) I know in a query object you cannot have a left join with CONST filter as this acts as a where clause. Detail blog below:
Dynamics 365 Business Central Queries: Erm…where are the rest of my rows?! – James Pearson (jpearson.blog)
I want to know if this is the case with RDLC report datasets as well and if there are any workarounds for creating left joins with advance filter options? Basically I want to create a report that shows all items and for the items with purchase orders, order numbers in expanding columns something like below:
Item On Hand PO10001 PO10009 PO10010 PO10900 PO 1000901 ........
A 10 10
B 20 20 12
C 12
D
E 50 10
I don't think I can use a variable in above scenario