How do you fiew the Text Field Properties? IE: General/Appearance/Options/Actions/Format/Validat/Calculate??I'm trying to figure out how to have columns on an invoice add for a total?
Text Field Properties/Adding Columns in...Hi,
Could you please explain little bit more what do you need?
If you want to count total in some table you can use sum function, something like:
sum(Table.Row[*].Amount)
BR,
Paul Butenko
No comments:
Post a Comment