FileMaker Working Days Calculation

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 16

  • @sarmednafi3277
    @sarmednafi3277 4 роки тому

    The first time I see a person used a function type variable, i never imagine it is exist. Thank you sunny.

    • @FMBeginner
      @FMBeginner  4 роки тому

      Pleasure Sarmed! It kind of feels out of place with FileMaker scripting (this is more like general programming) so a lot of people don't know it exist too.

  • @MeineFresse10
    @MeineFresse10 4 роки тому +4

    Hi Sunny, very good tutorial - thank you. Can you also make a tutorial with public holiday?

  • @jasonrogers8718
    @jasonrogers8718 3 роки тому

    It would be great to see the holiday exclusions. Great example......Thanks.

  • @billmushrush4831
    @billmushrush4831 4 роки тому +5

    Please do a follow on video to show how to count excluding holidays! Thanks very much

  • @scottlayden
    @scottlayden 3 роки тому

    Very good tutorial. please show the public holiday function.

  • @catringellhorn7940
    @catringellhorn7940 3 роки тому

    Yes, please Sunny, could you show how to exclude holidays.

  • @djmaeoyda4564
    @djmaeoyda4564 3 роки тому

    Hi Sunny, I just did your calculation step by step but dialog shows only question mark. any ideas?

  • @ioncorbu4071
    @ioncorbu4071 4 роки тому

    How did you do it be4 filemaker 2018. I use 2015 and the while is not included.
    Regards

    • @FMBeginner
      @FMBeginner  4 роки тому

      You will need to learn how to use recursive function. Or additionally, with some slight twist, a loop might also be possible to do this.

    • @ioncorbu4071
      @ioncorbu4071 4 роки тому

      @@FMBeginner solved with this: 5 * Int ( ( EndDate - StartDate ) / 7 ) +Middle ( "0012345501234544012343340123223401211234010012340" ; 7 * (DayOfWeek ( StartDate ) - 1 ) + DayOfWeek ( EndDate ) ; 1 )

  • @mrtau6279
    @mrtau6279 2 роки тому

    can you do one with counting days between multiple dates in a record (excluding weekends/holidays) for example:
    In a record I have 5 dates.. each date is later than the previous date and I want to count the days in between and add them at the end like shown:
    date1 to date2 = 3days
    date2 to date3 = 7days
    date3 to date4 = 5days
    date4 to date5 = 2days
    Total days = 17days

  • @zeddotv
    @zeddotv 9 місяців тому

    unfortunately Sunny is not active creating tutorial in filemaker no update since 3 years of his channel :(

  • @djmaeoyda4564
    @djmaeoyda4564 3 роки тому

    ive done it but the number of working days arent correct

  • @klydiaschwendinger8483
    @klydiaschwendinger8483 3 роки тому

    please count excluding holiday

  • @pointblankunivercity1157
    @pointblankunivercity1157 4 роки тому

    Please follow up