Question
IBM
CN
Last activity: 13 Nov 2017 21:21 EST
How to get first object from multiple queried objects without looping this set
I met a special issue that the html table will rebuild after finishing a task by clicking a link in the cell of table.
So i have to add a new process to monitor the create event of table instead of using loop.
To avoid any confliction ,i have to filter that tasks without editing by using query statement, but the result is a set (like query "941d3c8a-8d5d-42aa-943e-a07ccaba1629" in the html source),I don't know how to choose one object from this set in openspan. Any help is appreciated.
BTW:I found that each cell has a property named "Match Setting" and the mode can select regex and so on.I think if it can filter all tasks without editing but i don't have more information about this feature.
http://help.openspan.com/71/HTML_Table_Designer/HTML_Table_Designer.htm
The html source:
I met a special issue that the html table will rebuild after finishing a task by clicking a link in the cell of table.
So i have to add a new process to monitor the create event of table instead of using loop.
To avoid any confliction ,i have to filter that tasks without editing by using query statement, but the result is a set (like query "941d3c8a-8d5d-42aa-943e-a07ccaba1629" in the html source),I don't know how to choose one object from this set in openspan. Any help is appreciated.
BTW:I found that each cell has a property named "Match Setting" and the mode can select regex and so on.I think if it can filter all tasks without editing but i don't have more information about this feature.
http://help.openspan.com/71/HTML_Table_Designer/HTML_Table_Designer.htm
The html source:
<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なし </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">ROBO7 </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"> </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:スキャン済 </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">ROBO7 </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>
***Updated by moderator: Lochan to update Categories***