You need to sign in to do that
Don't have an account?

What is wrong with this !IF statement?
<apex:image rendered="{!IF({!mt.moneyTransactions.ACH_Type__c}=='Direct Deposits',true,false)}" value="{!$Resource.DepositImg}" width="30" height="20"/>
What is wrong with this? Is my IF condition correct? I get a syntax error message.
Thanks,
Calvin
Ok figured it out. Never mind :)