Avatar

Correct answer by
Level 10

Hi,

The sum() function has parameters comma separated. So, this should work:

$ = sum(majtable.row[*].mhours, eductable.row[*].mhours)

In addition you only need to use the wild card for the repeating row.

Hope that helps,

Niall

View solution in original post