Item Search
case when {transaction.requesteddate}<{today}+365 then sum(nvl({transaction.quantity},0)-nvl({transaction.quantityshiprecv},0)) else 0 end
anybody have any idea why returning "sum()" is giving me an unknown error?
a
AI1
04/19/2022, 5:42 PM
Are you using this in a summary saved search? I think this only works in a summary saved search.
j
Joseph
04/19/2022, 5:43 PM
yes
field: formula (numeric)
summary type: sum
a
AI1
04/19/2022, 5:45 PM
set your summary type to MAX and also do MAX({transaction.requesteddate}) < MAX({today}+365)