Conditional formatting error
Posted: 03 Jun 2011, 14:56
Sage Line 50 v16, Windows 7
I want to surpress printing of department name on an invoice if the invocie contains more than 1 department name.
I get an error with the below, can anyone point out where I've gone wrong?
if Count(INVOICE_ITEM.DEPT_NAME)>2 then SuppressPrinting=TRUE else SuppressPrinting=FALSE
I want to surpress printing of department name on an invoice if the invocie contains more than 1 department name.
I get an error with the below, can anyone point out where I've gone wrong?
if Count(INVOICE_ITEM.DEPT_NAME)>2 then SuppressPrinting=TRUE else SuppressPrinting=FALSE