When I want to change a calculation in acalculated
field the calculation is truncated and don't work well.
Will be good to expand the numbers of characters that
we are able to write in calculation of a field and/or
add a "group" comand (eg if I want to sum all the field
from n.3 to n. 40)
Logged In: YES
user_id=573198
This happened to me while trying to cat an integer field to a string constant
('#' in this case). (cat %4 #) gave me a truntated field and only '#' as a
result, (cat # %4) segfaulted.