I have a visualization where I have a metric field that contains the sum of durations (in millisecond), I want to show it in (hh:mm:ss) form, is that possible?
I think you have two options for this use case:
- set the field format as
Duration
type and configure it. This will have an effect on all visualizations for this field. - create a
runtime_field
which takes the original field and configure theformat
only for the runtime version asDuration
, so you can use either the original or runtime versions depending on the use case.
In both cases configure as follow the panel (check also the short suffix version):
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.