StephenMadison
7 years agoQrew Cadet
Change multiple choice field by date entered in another field
I would like to change a multiple choice field using the dates of another field. I know we can do this in one formula field which I have done in other applications. However, I need it to be a multiple choice field because I will be creating a kanban report from that field. Is there a way i can use a formula text field to manipulate the fields.
Something like this:
If(
not IsNull([1st Patient Enrolled]),[Milestone Status]=1st Patient Enrolled,
not IsNull([Activation Date]),[Milestone Status]="Activation Date",
not IsNull([Initial IRB/CIRB/SWOG Approval]),[Milestone Status]="Initial IRB/CIRB/SWOG Approval",
I know there are form rules that change fields based on other fields but it is inconsistent and i need it to be in a specific order. Once again i know this can be done with a one formula text field but that field cannot be used with a kanban report. Any help you can provide will be greatly appreciated.
Something like this:
If(
not IsNull([1st Patient Enrolled]),[Milestone Status]=1st Patient Enrolled,
not IsNull([Activation Date]),[Milestone Status]="Activation Date",
not IsNull([Initial IRB/CIRB/SWOG Approval]),[Milestone Status]="Initial IRB/CIRB/SWOG Approval",
I know there are form rules that change fields based on other fields but it is inconsistent and i need it to be in a specific order. Once again i know this can be done with a one formula text field but that field cannot be used with a kanban report. Any help you can provide will be greatly appreciated.