Question
Cognizant
IN
Last activity: 29 Mar 2024 5:09 EDT
Help with checkbox disable condition
I need the remaining checkbox to be disabled after I select 11 checkboxes in a table......
I went to checkbox disable condition & used a when rule, and there I have given
countInPageList() function.
Can anyone say what is the exact syntax we should use inside that function bracket ?
@SubharthiB16680890
Say your pagelist property name is "ABC" and your checkbox property name is "PQR". In that case the expression would be
@countInPageList("true",".PQR", <Your step page>.ABC)