Jump 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.

Featured Replies

Hi,

I have an import from a ODBC link, the data in this import contains a date field, but it is formatted "20012003", if i change the date format on the field to "20/01/2003" it still imports as "20012003" any ideas?

Thanks,

Dave.

Hi Dave,

Two ideas:

Make sure the field is a "Date" type field. Also, check in layout mode that you have selected how the date is to be displayed. (i.e. select the field and then go to the Menu - Format - Date: This defaults to "Leave date formatted as entered: So, you will want to select the options available in order to have it display the "/".

Or, It may need to be converted to a date field via a calculation:

I'd try a simple TexttoDate calculation first. If that failed, you might need to provide a full calculation to change each part to the date such as - Month (Middle(NumberField, 3, 2), Day (Middle(NumberField, 0, 2)), and Year (Right(NumberField, 4), Or all together just insert this (this will provide a month, day and year format)

TextToDate(Middle(YourField, 3, 2) & "/" &

Middle(YourField, 0, 2) & "/" & Right(YourField, 4))

To modify it to show a day, month, year format, you might try this:

TextToDate(Left(YourField, 2) & "/" &

Middle(YourField, 3, 2) & "/" & Right(YourField, 4))

Note: change the field "YourField" in these calculation to your field name and be sure that the field is "Text" type.

Unfortunately, I can't verify the second calculation, due a different system setup.

HTH

Lee

tongue.gif

Create an account or sign in to comment

Important Information

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

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.