ahmedismailfourtex
Board Regular
- Joined
- Apr 28, 2015
- Messages
- 124
Hello,
I had created an report to follow up my orders, this report take the data from database, i would like to mark the new orders witch added after last update by "New*" for example.
my data looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, width: 80"]Order ID[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113"]Order Date/Time[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, width: 80"]Customer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, width: 80, align: right"]25[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113, align: right"]28/10/2017 09:46[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD="align: center"]26[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113, align: right"]13/10/2017 18:30[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD="align: center"]27[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113, align: right"]13/09/2017 07:46[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Z[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance.
I had created an report to follow up my orders, this report take the data from database, i would like to mark the new orders witch added after last update by "New*" for example.
my data looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, width: 80"]Order ID[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113"]Order Date/Time[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, width: 80"]Customer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, width: 80, align: right"]25[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113, align: right"]28/10/2017 09:46[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD="align: center"]26[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113, align: right"]13/10/2017 18:30[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD="align: center"]27[/TD]
[TD][TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113, align: right"]13/09/2017 07:46[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Z[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance.