How to collect data from a data grid

0
Hello I'm trying to calculate the data of an attribute, of a data grid, as a fruit price list and display the total value of all fruit. how do i do it?
asked
1 answers
1

Hi Eduardo,

When using a datagrid with a XPath source, you can use aggregate functions for a column. Once your column’s attribute is selected, you can simply double click on the column and set the aggregate function:

answered