Resolved! Issue with Aggregation Logic Using Conditional Joins Across Multiple Tables
Hello Gurus,I am working on the following scenario involving four tables:Table ACol1 Col2 aarefbbref Table BCol1 Col2 axby Join: Table A.Col1 = Table B.Col1Table CCol1 Col2 x100 Table DCol1 Col2 y200 Join:Table C.Col1 = Table B.Col2Table D.Col1 = Tab...