Populate table cell with graph value

How can I populate a table cell with median or mean from a graph?

I would probably use the median or mean function within the graph you created and name it some constant.

For example:
image

Then in the table component use the cellContent sink for the desired cell.

cellContent(1,1):"${Graph.number("a")}"
1 Like