Hello All,
I am trying to sort some source data that comes in a formatas follows:
<tbody>
[TD="width: 160, bgcolor: transparent"]
[/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] Amy [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
</tbody>
Basically it shows the name in one row, and then the correspondingvalues are beneath it, then the next name with the values for the person beneaththe name and so on. In order to sort the information, I create a third row andhave to manually enter the name next to the values like so.
<tbody>
[TD="width: 160, bgcolor: transparent"]
Name column
[/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Amy [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Amy [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
</tbody>
After I am done entering them this way I can just sort by thename column. I am just wondering if there may be an easier way to sort theoriginal source data I get, rather than having to manually enter the name like Iam doing
thank you
I am trying to sort some source data that comes in a formatas follows:
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] Amy [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
</tbody>
Basically it shows the name in one row, and then the correspondingvalues are beneath it, then the next name with the values for the person beneaththe name and so on. In order to sort the information, I create a third row andhave to manually enter the name next to the values like so.
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] John [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] 3 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] Mark [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] 2 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Amy [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] Amy [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] 1 [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
[TD="width: 160, bgcolor: transparent"] [/TD]
</tbody>
After I am done entering them this way I can just sort by thename column. I am just wondering if there may be an easier way to sort theoriginal source data I get, rather than having to manually enter the name like Iam doing
thank you