Reference line with custom value (HH:SS:MM)

Hi,

I would like to add two reference lines in my graph with a custom value to set a target and ambition like so:

Above is the old graph with the times as seconds.

After a meeting with my team the stakeholder would rather have human readable times in their graph like so:

measure: average_talk_time {
    type: number
    value_format: "HH:MM:SS"
    sql: round((sum(${t_talk_acd})-sum(${t_hold_acd})) /sum(${n_answered_acd}))/86400 ;;
  }

This is the code used to calculated and format the seconds to a timestamp.
Only the last step is missing, the reference lines.

When I now add a reference line with its default setting:
Type: Line
Value: Average (Mean)
The line will be shown in the graph as expected.

Now let’s try to set this to a custom value:
Type: Line
Value: Custom…
Value input: 370
Value format: HH:MM:SS
Result: Nothing happens / no line

With:
Type: Line
Value: Custom…
Value input: 00:06:10
Value format: HH:MM:SS
Result: Nothing happens / no line

Is it possible to have a custom reference line when the measurement is time based? Thank you in advance :slight_smile:

2 Likes

Getting the same issue here. Long shot since this is a couple years old but did you ever find a solution or workaround?

Actually I just found that using the logarithmic interpolation formula with the marked values already there in the Y-Axis seems to be a decent workaround to get the right number in enter in the Custom field (for my case was duration).