I want to perform one calculation. I want to know about what should we provide in variables and how to access our existing fields in document?
Hi, most of the math features in Kibana work on time-based data. What kind of data do you have and what kind of calculation are you looking for?
Some areas to get started:
- Math functions in Timelion: https://www.elastic.co/blog/timelion-tutorial-from-zero-to-hero (search for "Math function")
- Math function in Canvas: https://www.elastic.co/guide/en/kibana/current/canvas-common-functions.html#_math
Hi, I am using data from a CSV file actually. In my calculation, I want to use the results of 2 Series and using Visual Builder for this. This is what I want to calculate:
YTD (Vol) = (Total Voluntary attrition till the month/avg HC)*(365/No. of days in the year so far)
The 2 metrics I am talking about are -Total Voluntary Attrition Count and average Head Count.
I am able to achieve the result of first metric. But How can I obtain the result for second metric because I want to use the result of both metrics.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.