Question
IBM
CN
Last activity: 22 Nov 2017 22:44 EST
Can't Work By Using Index In HTML Data Cell
I follow this guide to create html table objects https://pdn.pega.com/community/product-support/question/html-table-designer-click-cells and it works.
now I meet an issue that the html data cell (hyperlink like "G1S1990706") can't perform click by using index when i need skip the current row if the last column is not " " in this row.
For example: if the last column of row "G1S1990706" is not empty,when i skip it and use index to perform "G1S1990716" click,it can't work.
Any help is appreciated.
HTML Source :
I follow this guide to create html table objects https://pdn.pega.com/community/product-support/question/html-table-designer-click-cells and it works.
now I meet an issue that the html data cell (hyperlink like "G1S1990706") can't perform click by using index when i need skip the current row if the last column is not " " in this row.
For example: if the last column of row "G1S1990706" is not empty,when i skip it and use index to perform "G1S1990716" click,it can't work.
Any help is appreciated.
HTML Source :
<html>
<body>
<TABLE class="mainlayout fixedlayouttable" cellSpacing=0 cellPadding=2 width=1223 summary=* border=0>
<TBODY>
<TR openspan_RowSchemaId="efbd02b8-fb2f-4f1c-8091-2d82e9bd0220">
<TD width=82 noWrap openspan_CellSchemaId="53174ff2-e55c-472b-ae59-6d430afb3f10"><A onclick="doScanNo('G1S1990706')" href="#">G1S1990706</A> </TD>
<TD width=95 openspan_CellSchemaId="4be80351-39e7-4f8a-be50-9233436a3266">G1</TD>
<TD width=100 openspan_CellSchemaId="6e5e1343-ef24-4e55-b2a6-9d7c422400c8">R1:QR Error</TD>
<TD width=84 noWrap openspan_CellSchemaId="99bb881d-2870-4742-9ebc-689337842cd5"> </TD>
<TD width=160 noWrap openspan_CellSchemaId="26265b76-713e-4543-9bd5-334416e8b0df"><SPAN class=nowraptext><BR></SPAN></TD>
<TD width=186 noWrap openspan_CellSchemaId="785a8e77-1803-4123-94d4-f878f372b86d"><SPAN class=nowraptext><BR></SPAN></TD>
<TD width=78 noWrap openspan_CellSchemaId="83fd103d-ee4b-45e8-adb1-7df59fff170c">RobotAgent1 </TD>
<TD class=same width=79 noWrap openspan_CellSchemaId="7016e294-b4f4-433f-8711-d798e0b90cf1">2017/09/20 </TD>
<TD width=78 noWrap openspan_CellSchemaId="6c26eb0d-0195-45b8-a07b-5b0ac26c636d">Robot 7</TD>
<TD width=78 noWrap openspan_CellSchemaId="a7ebc00f-32ad-4fcf-b991-81983587a91d"> </TD>
<TD class=same width=79 noWrap openspan_CellSchemaId="6e9ce592-309b-4288-9e96-09c3f3a4374d">2017/11/07 </TD>
<TD width=78 noWrap openspan_CellSchemaId="941d3c8a-8d5d-42aa-943e-a07ccaba1629">Robot 7</TD></TR>
<TR openspan_RowSchemaId="efbd02b8-fb2f-4f1c-8091-2d82e9bd0220">
<TD width=82 noWrap openspan_CellSchemaId="53174ff2-e55c-472b-ae59-6d430afb3f10"><A onclick="doScanNo('G1S1990716')" href="#">G1S1990716</A> </TD>
<TD width=95 openspan_CellSchemaId="4be80351-39e7-4f8a-be50-9233436a3266">G1</TD>
<TD width=100 openspan_CellSchemaId="6e5e1343-ef24-4e55-b2a6-9d7c422400c8">01:Success</TD>
<TD width=84 noWrap openspan_CellSchemaId="99bb881d-2870-4742-9ebc-689337842cd5"> </TD>
<TD width=160 noWrap openspan_CellSchemaId="26265b76-713e-4543-9bd5-334416e8b0df"><SPAN class=nowraptext><BR></SPAN></TD>
<TD width=186 noWrap openspan_CellSchemaId="785a8e77-1803-4123-94d4-f878f372b86d"><SPAN class=nowraptext><BR></SPAN></TD>
<TD width=78 noWrap openspan_CellSchemaId="83fd103d-ee4b-45e8-adb1-7df59fff170c">RobotAgent2</TD>
<TD class=same width=79 noWrap openspan_CellSchemaId="7016e294-b4f4-433f-8711-d798e0b90cf1">2017/09/20 </TD>
<TD width=78 noWrap openspan_CellSchemaId="6c26eb0d-0195-45b8-a07b-5b0ac26c636d">Robo 7</TD>
<TD width=78 noWrap openspan_CellSchemaId="a7ebc00f-32ad-4fcf-b991-81983587a91d"> </TD>
<TD class=same width=79 noWrap openspan_CellSchemaId="6e9ce592-309b-4288-9e96-09c3f3a4374d">2017/11/13 </TD>
<TD width=78 noWrap openspan_CellSchemaId="941d3c8a-8d5d-42aa-943e-a07ccaba1629"> </TD></TR>
</TBODY>
</TABLE>
</body>
</html>
OpenSpan Object:
***Moderator Edit: Vidyaranjan | Updated Categories***