Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thank you for your help. Unfortunately I am still getting an error. The modified code is below. Any thoughts? It feels like the 'xdofx' and to_number is what is tripping me up... <?choose:?> <?xdofx:when: to_number(TOTAL_AMOUNT) > 25000?> <?call:jack?> <?end when?> <?end choose?>
-
Brajesh, Thank you for the suggestion. I think the to_number is causing the issue here as well. Without 'xdofx' the code throws an error. If I add 'xdofx' back in, it appears to ignore the condition and always prints the <?call:jack?> image. Any thoughts?