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.

combine date and text field?

Featured Replies

Hi, I'm trying to make a field display something that could be either text or a SORTABLE date (otherwise I'd just make it a text field with no problem).

Here are my 3 fields:

AtPrePressDate (date field)

Completed (text field, which is a checkbox giving "x" when checked)

Status (a calculated date field) if(Completed="x", "Completed", AtPrepressDate)

AtPrepressDate obviously displays a date ok, otherwise I get the "?" in the field. I played around using the Case function instead, but couldn't really get it to work sufficiently either. Any ideas? I'm probably forgetting something simple, I always do that. blush.gif

The calculation result must be set to text, and then the formula should be:

Case(IsEmpty(Status),AtPressDate,Status)

Or, you may have to use:

Case(IsEmpty(Status),DateToText(AtPressDate),Status)

As for it being sortable, that's a problem unless your date can be formatted as YYYY-MM-DD.

Try:

Case (

Completed = "x", "Completed",

Right ("0000000" & AtPrepressDate , 7 )

)

Set calculation result to text.

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.