Hi,
I want to have two different aggregates, one for the mastertable (easy) and a different one for a detailtable which is where I am having the issue. In the detail table I am using a gridBoundColumn, Aggregate="Sum" and the datafield and uniqueNames are unique, i.e. the do not exist anywhere else including anywhere in the mastertable.
Despite all this, the Sum aggregate from the master table for a different column named 'TotAmount' is showing in the DetailTable in a column named 'PayAmount'
I was assuming from the samples that its possible to have a nested hierarchy with aggregates - but for whatever reason, I am hitting the wall here. Any help appreciated.
I want to have two different aggregates, one for the mastertable (easy) and a different one for a detailtable which is where I am having the issue. In the detail table I am using a gridBoundColumn, Aggregate="Sum" and the datafield and uniqueNames are unique, i.e. the do not exist anywhere else including anywhere in the mastertable.
Despite all this, the Sum aggregate from the master table for a different column named 'TotAmount' is showing in the DetailTable in a column named 'PayAmount'
I was assuming from the samples that its possible to have a nested hierarchy with aggregates - but for whatever reason, I am hitting the wall here. Any help appreciated.