Design a data table with functionality like sum, difference of required columns

need a data table with functionality of showing a new column which holds the value of difference of two columns.

ex.

col1 | col2 | sum_col
3 | 6 | 9
5 | 7 | 12
4 | 6 | 10

hi @Avinash_Kumar,

this is currently not possible. You could submit an enhancement request here: https://github.com/elastic/kibana/issues/new

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.