Expand my Community achievements bar.

Text Field Properties/Adding Columns in a table

Avatar

Former Community Member

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?

1 Reply

Avatar

Level 6

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