- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
The solution is very simple.
- You have to use this script in the calculate-event of your target field (nomally in the table footer). You have to use Formcalc.
- If you create instances of the row your code have to be:
- If the name of your row is another you have to adpt htis.
- If the name of your amount field another you have to adapt this.
- I think this is the version which you need then you create instances of the row. But I can't help because I can't see which field is a amount field in your pdf
$ = Sum(Row1[*].amount) //in your pdf maybe $ = Sum(Row1[*].iznos) If you create instances of the amont field you have to write
$ = Sum(amount[*]) If you want to make an addition you can insert a table footer. There you can make an addition of each field. And in your target field you can use the following:
$ = Sum(Total_iznos, Total_m2, Total._kommanda)
This row you can set to hidden or invisible if you want not to see this.
Hope it will help,
Mandy