I can't find any relevant posts or webinars on calculated fields. I've been struggling with the syntax.
Some of the items in my quotation are not chargeable, but I want them included on the estimate. Instead of $0.00 I want the report to display 'Included'.
I've been playing with this for over an hour. The expression I have is:
if([Estimate.EstimateLine.Estimate.TotalAmount] is null,'included',[Estimate.EstimateLine.Estimate.TotalAmount])
It doesn't work. Anyone have any ideas?