Page 1 of 1

Select Checkboxes based on xlxs

Posted: Fri Sep 27, 2019 2:54 pm
by cs97jjm3
Hello I am doing a web app and have a screen with a few Checkboxes (see attachment)
Annotation 2019-09-27 144810.png
i am only looking at ones highlighted.

I have a excel file which i am building which will have a row of what should be selected
ie:
chkAllowTSEditAfterInvoice chkAllowTSEditAfterPayroll chkAllowTSEditAfterProforma chkAllowTSEditAfterCreditNote
TRUE FALSE FALSE FALSE
FALSE TRUE FALSE TRUE
FALSE FALSE FALSE FALSE

any ideas on best way to code, i will have over hundred rows if i get it working

ps. I am not a coder,

Re: Select Checkboxes based on xlxs

Posted: Fri Sep 27, 2019 2:58 pm
by odklizec
Hi,

Please post a Ranorex snapshot (NOT screenshot) of the screen with checkboxes. Thanks.

Re: Select Checkboxes based on xlxs

Posted: Mon Sep 30, 2019 8:50 am
by cs97jjm3
Sorry for the delay: left early Friday.

I have managed to solve this by using Set Value > Checked >$<fieldname>

everything is working

Re: Select Checkboxes based on xlxs

Posted: Mon Sep 30, 2019 8:56 am
by odklizec
Hi,

Good to hear that! ;)