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.

creating a date line

Featured Replies

Hi I wanted to create a series of dates starting at a particular date then continuing at weekly intervals after.

I thought I could use a repeating field. Is it possible to define each field as a calculation based on the previous field (ie previous field plus 7). Maybe there is a better way, but it needs to be dynamic and changes depending on the initial date.

This is the first step in making a project task based timeline database. I'm hoping i can use the same theory for the actual task duration and display.

Thanks for any help!!

  • Author

actually found my solution

use a calculation

"Get ( currentDate )+(Get ( CalculationRepetitionNumber )*7)"

Edited by Guest

  • Author

actually now a problem if I substitute a field date instaed of the current date it no longer works

datestart+(Get ( CalculationRepetitionNumber )*7)

the first field is ok but the next dates go back to the year 0001

You need to include Extend(). Result is date.

Try:

Extend ( datestart) + (Get ( CalculationRepetitionNumber )*7)

It would have worked with Get(CurrentDate) because it isn't tied to the current record. Referencing a date field would be.

  • Author

thanks La Retta that got it going

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.