We don't have a concept of DCI summary table from table DCIs.
One option is to have a number of single-value push DCIs, then in transformation script of your table DCI you can push values into these.
Or, via the API you can call /objects/{object-id}/execute-script endpoint and call a script that would return the data you need.
One option is to have a number of single-value push DCIs, then in transformation script of your table DCI you can push values into these.
Or, via the API you can call /objects/{object-id}/execute-script endpoint and call a script that would return the data you need.