Explore - How to exclude lunch break time from reporting i.e. 12:30pm-1:pm?

回答済み

1 コメント

  • 正式なコメント
    Ram

    Hello Tobias,

    I have not tried this, but you can test this formula:

    IF [Leg - Hour]=12 AND [Leg - Minute]>29
    THEN "12:30-1 PM"
    ELSE "Not"
    ENDIF
    You can apply this as filter at the query level, or you can reference this attribute in your custom metric. Example:
    IF [name of your attribute]="Not" 
    THEN [Ticket ID]
    ENDIF

    Hope this helps,
    Ram

サインインしてコメントを残してください。

Powered by Zendesk