You are viewing limited content. For full access, please sign in.

Question

Question

Copying a single field to another field

asked on June 26, 2019

I've been searching the forums and keep finding solutions that are kind of like what I want to do but not exactly. I want to copy a single field ("applicantPhone") to another field ("ownerPhone") if a checkbox ("ownerSameAsApplicant") is checked.

 

This is the calculation I'm trying to use based on what I've found on other threads:

=IF(ownerSameAsApplicant=Checked,applicantPhone,"")

 

I get an error saying that ownerSameAsApplicant is an invalid variable. I've also tried:

=IF(ownerSameAsApplicant="Checked",applicantPhone,"")

 

Here is the ownerSameAsApplicant info

0 0

Replies

replied on June 27, 2019

Update: I can get this to work using a radio button, but not the check box. The radio button option is weird from a UI standpoint. Getting the Checkbox to work is still my goal...

0 0
replied on January 29, 2020

Hi Ryan,

How were you able to get this to work with a Radio Button? Were you ever able to get it to work with a Checkbox?

 

Thanks,

Molly

0 0
replied on January 29, 2020

Hi Molly,

 

We never did figure this out and the project has stalled. Please let me know if you figure out how to do this!

0 0
replied on January 29, 2020

Hi Ryan,

I was actually able to figure this out using a Checkbox! You should be able to use the below function on your field:

=IF(ownerSameAsApplicant.Checked,applicantPhone,"")

 

Let me know how that works for you!

 

Thanks,

Molly

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.