I have the following expression, which needs to be wrapped by some extra logic:
IIf([NetTotal]<>0,IIf([NetTotal]-[InvoicesRaised]>0,30,[InvoicesRaised]/[NetTotal]*30),0)
What I need to do is, if the above expression comes to less than 0, then the control box needs to display 0, otherwise it...