Saltar al contenido principal

SQL Macro with Variable expect end function

Comentarios

1 comentario

  • Geoff Booth

    @STORE1 =  "your SQL to select Lead Time in Days"; One thing at a time

    MessageBox(@STORE1); \\to verify your number of days

    Set ($[$U_ETD.0.DATE]|SQL: SELECT CONVERT(VARCHAR(10), DateAdd(DD,@STORE1,GETDATE()),120));

    //The main reason is that the date has to be in format YYYY-MM-DD

Iniciar sesión para dejar un comentario.