Hi,
I'm trying to use formulas to transform a checkbox into a textbox but it seems that nothing happens whatever I do.
Here is the code I put
ifThen(
residencePrincipale==1,
typeDeResidence="Principale"
);
ifThen(
residenceSecondaire==1,
typeDeResidence="Secondaire"
);
I'm trying to use formulas to transform a checkbox into a textbox but it seems that nothing happens whatever I do.
Here is the code I put
ifThen(
residencePrincipale==1,
typeDeResidence="Principale"
);
ifThen(
residenceSecondaire==1,
typeDeResidence="Secondaire"
);
Comment