How should this nested if then statement be formed? I'm getting a malformed if statement error.
I'm trying to identify If [PURITY_PROD_CD] = "CRD"
If it is not "CRD" then [Correct Risk Open Volume]=[SIGN_PRICED_VOL]
If it is "CRD" then
if [PRICE] != 0
then
[Correct Risk Open Volume]=[SIGN_PRICED_VOL]
else
[Correct Risk Open Volume]=0
