Create a date field, add @TODAY and @HIDDEN Action Tags. This is a hidden field which we will use to pipe today's date to another field.


Create a second date field and add @CALCTEXT:

@CALCTEXT(if([sui]='1',[today],'')) This says if the "sui" field response is "Yes", pipe the value from the "Today" field, otherwise, leave blank.


Add branching logic to show or hide the field based on your needs. Here, we display the field is "Yes" is chosen for the "sui" field.


More information on using  CALCTEXT and other Conditional Logic can be found on the Help & FAQ page in REDCap


For additional assistance, please contact the REDCap Support Team

  • No labels