I need some help with an IF AND statement for my chart expressions . I have two fields where I want to sum the amount if it meets the criteria. To put it in words, IF Description=”EMV” AND Amount=0, then Sum everything in the Amount field Else Description=”EMV” AND Amount >0, Sum just the SELL field.