Forum Discussion
nmrao
Champion Level 1
5 years agoWhat are you trying to achieve?
GroovyErik
5 years agoNew Contributor
I would like to 'activate' [true] or 'deactivate' [false] the value of checkboxes at the left side of the image that i sent, via Groovy
- nmrao5 years ago
Champion Level 1
That is not what is requested. Enable / disable is implicit by tick / untick.
What is your use case?- GroovyErik5 years agoNew Contributor
have a grid with 21 rows and 5 coumns .
with the input of a other teststep i would like to determain which row needs to be activated, so when i use the datasource grid teststep, i only get the data of the active row.
- nmrao5 years ago
Champion Level 1
Thank you.
Are you importing data from a spreadsheet? Possible to show sample columns and row data? Need not not be exact, just example values enough. And based on which column you want to execute certain row or not?