jpskiller
Active Member
I am trying to put a conditional format on Outstanding to change colour if overdue
tried following expressions:
[Invoicedate]+31 < date() AND [Outstanding] > 0
([Invoicedate]+31 < date()) AND ([Outstanding] > 0)
dosent work but if do them seperate ie :
[Invoicedate]+31 < date() - this highlights ok
[Outstanding] > 0 - this highlights ok
just cant get the 2 combined to work
any ideas please
tried following expressions:
[Invoicedate]+31 < date() AND [Outstanding] > 0
([Invoicedate]+31 < date()) AND ([Outstanding] > 0)
dosent work but if do them seperate ie :
[Invoicedate]+31 < date() - this highlights ok
[Outstanding] > 0 - this highlights ok
just cant get the 2 combined to work
any ideas please