Question in Access
Sum the column notional define as SWX_R_CURR_NOTIONAL if receive TL3M2 (SW_R_RATE_INDEX_ID)and pay TL1M2 (SW_P_RATE_INDEX_ID)
This is the expression that I am using but access is giving me an error message
"undefined funtion IF in expression
SUM OF NOTIONAL: SUM(IF([SW_R_RATE_INDEX_ID
]=TL3M2 And [SW_P_RATE_INDEX_ID]=TL1M2
,[SWX_R_CU
RR_NOTIONA
L],0))
Thank you,
Start Free Trial