I am writing a record selection formula with cr10 and I keep getting this error message: This function can't be used because it has to be evaluated later. how do I get around this error?
The formula:
{TransactionHeader.TransactionType} = "SHP" AND
{TransactionHeader.TransactionDate} = {?DateRange} and
({TransactionHeader.Reference} = previous({TransactionHeader.Reference}) )
and
{TransactionDetail.LineNumber} = previous ({TransactionDetail.LineNumber})
The problem is the previous...So if anyone has any ideas I would love to hear them thanks soo much!!
The formula:
{TransactionHeader.TransactionType} = "SHP" AND
{TransactionHeader.TransactionDate} = {?DateRange} and
({TransactionHeader.Reference} = previous({TransactionHeader.Reference}) )
and
{TransactionDetail.LineNumber} = previous ({TransactionDetail.LineNumber})
The problem is the previous...So if anyone has any ideas I would love to hear them thanks soo much!!