mattb
01/23/2020, 9:39 PMcase when trunc({today})-{duedate} < 0 then {amountremaining} end
in a formula currency field (customer search), in the event the result is 0 is it possible to display an actual numeric β0.00β instead of a blank field?battk
01/23/2020, 9:43 PMbattk
01/23/2020, 9:43 PMbattk
01/23/2020, 9:44 PMNVL({amountremaining},0)
insteadmattb
01/23/2020, 9:46 PMcase when trunc({today})-{duedate} between 1 and 30 then NVL({amountremaining},0) end
?
itβs a sumamry type SUM field too btw, if that makes a differencebattk
01/23/2020, 9:50 PMmattb
01/23/2020, 10:09 PMbattk
01/23/2020, 10:10 PMbattk
01/23/2020, 10:10 PMmattb
01/23/2020, 11:06 PM