Options

Sysntaxis Error on Expression Date_diff and Time_diff

OktiiOktii Member Posts: 4 Contributor I
date_diff(`M1 Inicio`, `M1 Final`, DATE_UNIT_HOUR, "America/Mexico_City")

Best Answer

  • Options
    BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted
    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

Answers

  • Options
    OktiiOktii Member Posts: 4 Contributor I
    I tray differnt formats a on this expession without sucess

  • Options
    OktiiOktii Member Posts: 4 Contributor I
    thanks
Sign In or Register to comment.