Set Activity start and end time in hours Completada

Scott Cox

Currently the only options we have are below, to set a start time.

I am asking for the ability to set a start time in hours from the time it was created, for example the start time would be set for 1 hour after creation, if the activity was gets created at 2pm, the activity start time is 3pm.

Comentarios

7 comentarios

  • Comment author
    SSP Automation
    Thank you for your request.
    The development team have now added it to our internal planning-system for evaluation.
    [Internal Id: 22845]
    0
  • Comment author
    Rasmus Jensen

    Will be added to 2020.06 Release (Your specific request about one hour from now need to be written via SQL but it should not be a huge issue to write such a SQL)

    0
  • Comment author
    Diego Sanchez

    Hello,

    Do you have any example for Hana?

    Thanks.

    0
  • Comment author
    Rasmus Jensen

    Not as such, but if you just write a HANA sql that give the date back in yyyy-MM-dd format it should work…

    0
  • Comment author
    Diego Sanchez

    Hello,

    Is it possible to add our custom time?

    I've the next query:

    SQL:SELECT (CAST(CURRENT_DATE AS VARCHAR(10)))||'@1100' FROM DUMMY
    SQL:SELECT (CAST(ADD_DAYS((CURRENT_DATE),1) AS VARCHAR(10)))||'@1100' FROM DUMMY

    But I need the time custom too, I'm trying with query bellow but not work for me, in Hana Studio if it works.

    SQL:SELECT (CAST(CURRENT_DATE AS VARCHAR(10)))|| '@'||(SELECT ADD_SECONDS((CAST(CURRENT_TIME AS VARCHAR(5))),60*25) FROM DUMMY) FROM DUMMY

    Thanks.

     

    0
  • Comment author
    Rasmus Jensen

    If you can make the SQL give format yyyy-MM-dd@Hmm it should work... 

    0
  • Comment author
    Diego Sanchez

    Hi Rasmus,

    Thank so much for your reply. The time format was changed ant it works for me.

     

    0

Iniciar sesión para dejar un comentario.