Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to do this...?

Featured Replies

I need to have a field automatically fill in a date that is 3 months past the date entered into another field. I have a calculation that does this for week days, making the date appear to be 4 days ahead of the date entered in another field (or more if the weekend gets in the way as it is not included.

how do I modify the calculation to do this?

Case( DayofWeek(Enquiry Date + 5) = 1, Enquiry Date + 5 + 1, DayofWeek(Enquiry Date + 5) = 7, Enquiry Date + 5 + 2, Enquiry Date + 5)

Thanks for any help

Craig

Case(

DayOfWeek(Date ( Month(Enquiry Date) + 3 ; Day(Enquiry Date) ; Year(Enquiry Date) ) ) = 1; Date ( Month(Enquiry Date) + 3 ; Day(Enquiry Date) ; Year(Enquiry Date) ) + 1;

DayOfWeek(Date ( Month(Enquiry Date) + 3 ; Day(Enquiry Date) ; Year(Enquiry Date) ) ) = 7; Date ( Month(Enquiry Date) + 3 ; Day(Enquiry Date) ; Year(Enquiry Date) ) + 2;

Date ( Month(Enquiry Date) + 3 ; Day(Enquiry Date) ; Year(Enquiry Date) )

)

  • Author

Thanks for that. I am just getting an error when trying to use it, I am told "Either an operator was omitted, this function can not be found, or "(" was not expected here. and it highlights this part of the calc (noted in [color:red]bold red) have i messed it up somehow? thanks for your reply. I have no clue about this kinda stuff.

Case( DayOfWeek(Date ( Month(Due Date) + 3 [color:red]; Day (Due Date) ; Year(Due Date) ) ) = 1; Date ( Month(Due Date) + 3 ; Day(Due Date) ; Year(Due Date) ) + 1;

DayOfWeek(Date ( Month(Due Date) + 3 ; Day(Due Date) ; Year(Due Date) ) ) = 7; Date ( Month(Due Date) + 3 ; Day(Enquiry Date) ; Year(Enquiry Date) ) + 2;

Date ( Month(Due Date) + 3 ; Day(Due Date) ; Year(Due Date) ) )

Hi

i missed to say you that you have to change all ";" into "," (my system accept the first one)

So the right cal for you is:

Case( DayOfWeek(Date ( Month(Due Date) + 3 , Day (Due Date) , Year(Due Date) ) ) = 1, Date ( Month(Due Date) + 3 , Day(Due Date) , Year(Due Date) ) + 1,

DayOfWeek(Date ( Month(Due Date) + 3 , Day(Due Date) , Year(Due Date) ) ) = 7, Date ( Month(Due Date) + 3 , Day(Enquiry Date) , Year(Enquiry Date) ) + 2,

Date ( Month(Due Date) + 3 , Day(Due Date) , Year(Due Date) ) )

  • Author

Thanks mate, I will give it ago

Craig

  • Author

Great worked perfectly!

thanks again

Craig

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.