I have the following formula parameter however it is not giving me the correct results. The parameter should be UDF New_Sales_Rep if it is not blank else InvoiceHistoryHeader.Salesperson
if isnull ({AR_InvoiceHistoryHeader.UDF_NEW_SALES_REP}) or {AR_InvoiceHistoryHeader.UDF_NEW_SALES_REP}="" then
{AR_InvoiceHistoryHeader.SalespersonNo} else {AR_InvoiceHistoryHeader.UDF_NEW_SALES_REP}
Your help is much appreciated.
if isnull ({AR_InvoiceHistoryHeader.UDF_NEW_SALES_REP}) or {AR_InvoiceHistoryHeader.UDF_NEW_SALES_REP}="" then
{AR_InvoiceHistoryHeader.SalespersonNo} else {AR_InvoiceHistoryHeader.UDF_NEW_SALES_REP}
Your help is much appreciated.