Sysntaxis Error on Expression Date_diff and Time_diff

User: "Oktii"
New Altair Community Member
Updated by Jocelyn
date_diff(`M1 Inicio`, `M1 Final`, DATE_UNIT_HOUR, "America/Mexico_City")

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi!

    You need to call date_diff like this:

    date_diff([M1 Inicio], [M1 Final], ...)

    The attribute names can't be quoted with the single quotes you're using, only with [].

    You can click attribute names in the list on the right side, they will be inserted correctly by Generate Attributes.

    Regards,
    Balázs