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

Question

Question

select checkbox when field has value

asked on April 23, 2021

Hello,

I have a check box with 4 boxes: A,B,C,D

I have a Table which has 4 columns: 1,2,3,4

If 1 has value A should be selected

If 2 has value B should be selected

If 3 has value C should be selected

If 4 has value D should be selected

 

The values in Table are being filled via lookup.

 

Can someone please help?

 

S

0 0

Replies

replied on April 23, 2021

Any help...

0 0
replied on April 26, 2021

:(

0 0
replied on April 27, 2021

Can you explain the bigger picture of why you are trying to do specifically that? To look at each table column and check a checkbox if a value exists in column 1 of the table, you'll have to use JS. My hunch is that your goal is to check column 1 for any data, and if there is, check checkbox A so you can route the form to a user task for Team A to complete. If there's data in all 4 columns, it needs to go to all 4 teams. If that's the case, you can use JS to go with your suggestion, but there are other ways to do this using calculations and other field types. 

0 0
replied on April 29, 2021

Hi Jared,

Thanks for your reply & apologies for coming late.

The scenario is that the table is filled per lookup in the first process & then the form goes to next step.

In that based on the hidden table the checkbox is to be selected, based on that the user can uncheck or check the box to determine on what data the action has to be taken....

 

What I am looking for is help with JS.

 

Many Thanks.

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

Sign in to reply to this post.