Hi Team,
Joined two tables with inner join and trying to get Measure value. While selecting secondary table with grouping in place but getting NULL values in Measure column. Please assist.
Master table:
WW8, RV_VARIANCE
00000258, 23,000,000 M
Secondary table:
DD1_WW_CUST_ACCT_NBR, DD1_WW_CUST_ACCT_NM , WW_CUST_ACCT_NBR
00000258, General Motors Corporation, 0000025828
Expectation:
DD1_WW_CUST_ACCT_NBR, DD1_WW_CUST_ACCT_NM , WW_CUST_ACCT_NBR, RV_VARIANCE
00000258, General Motors Corporation, 0000025828, 23,000,000 M
Please assist.
Thank You,
Abdulrasheed.