0

Enter Date and Update the MultiChoice

Is there any way to Update 'DeliveryDate' depending on the entry in Date field.

Example is a place 8Jan2024 is Monday place on DeliveryDate Monday.

2 Antworten

null
    • Ninox-Professional
    • planoxpro
    • vor 3 Monaten
    • Gemeldet - anzeigen

    If the days of the week were recorded in the correct order (Mon = 1, Tue = 2, etc.), then I would try it like this (change trigger in 'Date'):

    DeliveryDays := weekday(Date) + 1
    
      • Rafael_Sanchis
      • vor 3 Monaten
      • Gemeldet - anzeigen

       

      thanks Planox works perfect, easy 👋

Content aside

  • Status Answered
  • vor 3 MonatenZuletzt aktiv
  • 2Antworten
  • 17Ansichten
  • 2 Folge bereits