Isomorphic,
I have a list grid with the below values.
Column1 Column2 Column3
2000 100 20
250 50 5
400 30 13.33
2650 180 12.78
I have 3 rows and Column3=Column1/Column2. I have used summary function for all three listgrid fields. For column1 and Column2 i have used SUM function and for Column 3 i have used AVG function. But as per our business logic the summary of column3 is SUM(Column1)/SUM(Column2) and not AVG(Column3)
Please let me know what is the option for this?
Thanks,
Yathish
I have a list grid with the below values.
Column1 Column2 Column3
2000 100 20
250 50 5
400 30 13.33
2650 180 12.78
I have 3 rows and Column3=Column1/Column2. I have used summary function for all three listgrid fields. For column1 and Column2 i have used SUM function and for Column 3 i have used AVG function. But as per our business logic the summary of column3 is SUM(Column1)/SUM(Column2) and not AVG(Column3)
Please let me know what is the option for this?
Thanks,
Yathish
Comment