Hi!
I have a data table in kibana with two columns. My goal is to create a 3rd column which is the division of previous two.
For example, in the following table I want the thrid column to be RATIO=PRICE/QUANTITY, where PRICE and QUANTITY are aggregated values. How can this be done?