Page 1 of 1

MakeTotals() en columna sin EDIT_GET

PostPosted: Mon Dec 04, 2017 11:07 pm
by goosfancito
hola.

En una columna que no es editable, se puede mostrar de todas maneras el FOOTER con su total?
intento de esta forma pero no me muestra:
Code: Select all  Expand view
WITH OBJECT ::obrw
        :aCols[3]:nFooterType := AGGR_SUM
        :aCols[4]:nFooterType := AGGR_SUM
        :aCols[5]:nFooterType := AGGR_SUM
        :MakeTotals()
      END


la Columna 5 no es editable y es la que necesito que muestre el total.

gracias.

Re: MakeTotals() en columna sin EDIT_GET

PostPosted: Tue Dec 05, 2017 3:31 am
by nageswaragunupudi
MakeTotals() work whether a column is editable or not.
In the above example, column 5 should also display totals, of the value of the column is numeric.
If you still do not see the totals, please post a very small self contained sample and we can assist you where you are going wrong.

Re: MakeTotals() en columna sin EDIT_GET

PostPosted: Tue Dec 05, 2017 3:31 am
by nageswaragunupudi
MakeTotals() work whether a column is editable or not.
In the above example, column 5 should also display totals, of the value of the column is numeric.
If you still do not see the totals, please post a very small self contained sample and we can assist you where you are going wrong.