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.

Enter date when Radio Button is selected

Featured Replies

Ok I have a status list. Which is a list of Radio button of the status of a particular document. The list has

O - To Complete

O - Faxed

O - Approved

I have a 2 fields below the status box which are both dates. Whenever the user selects Faxed I want today's date put into the field. I've got it working with an "if" calculation:

If(Completion Stage = "Faxed", Today, "")

but then when the button moves from "Faxed" to "Approved" the date is deleted because my second result in the "if" statment is just "", I was hoping I could get the date to stay there. My second date field serves the same purpose but I want today's date to appear the day the person click on approved.

I want to keep the Radio buttons and not change to Checkboxes, because Radio button are needed for some of my other scripts to work (ie only one option status can be selected at one time).

I like the radio buttons and would also prefer not to have to put an actual button next to the radio button in order to fill the field. Is there another statment that works like the IF but doesn't delete my date once the Radio button has been changed?

Suggestions greatly appreciated.

Anthony.

Define your date fields to be auto entered calculation fields.

Case(Status = "Approved",Status( CurrentDate))

Where "Status" is the radio button field you are "watching".

Edited by Guest

  • Author

Thanks worked like a treat.

Edited by Guest

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.