Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any alternate way for below IF condition? looking for set analysis.
if(Trad_PRODUCT_TYPE = 'OTC Derivative', sum(Trad_UNREALIZED_PL), if(Trad_PRODUCT_TYPE = 'SFT',sum(Trad_COLLATERAL_VALUE),sum(Trad_CURR_BOOK_VALUE)))
Thank you,
Hi Raj,
Script will work as expected, check the script and result again, if possible attach some same data.
Regards,
jagan.
Sure
Hi,
Please find the qvd file.
Thank you.