Hi Amanda, it worked good. Thank you for your patience
Just a last question on this:
Could I use the same solution ( a calculated field ) to prevent the 0.00 value from printing?
Details: I have an Item called 'Comment' to use whenever I need to insert comments on the Description Field within an Estimate or Invoice. But can't avoid this item to print a zero value on the total column.
Added a linked field to EstimateLine Table via Item to FullName and named it ItemFullName.
Also created a field in EstimateLine called 'BlankField' of type Text (which is empty)
I am trying to build the following statement
Iif([ItemFullName] == 'Comment' , [BlankField] , [Amount])
which keeps showing zero value
I must be doing something wrong on the logic of the formula(?)
Or is it that I am trying to put a string on a numeric field(?)
It looked like I could use calculayted fields in this case also... but seems it is not the right path...
Do you think you could help with this, please?
Thank you,