hello everyone,
I am a bit confused regarding the a issue stated below.
I have an changing data set with values in descending order. Now I want to find out the 3 or 4 smallest data in the data set. But i am afraid i could not figure it out how to do.
[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]SID[/TD]
[TD]NAME[/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]9182[/TD]
[TD]Sample1[/TD]
[TD]23009[/TD]
[/TR]
[TR]
[TD]9092[/TD]
[TD]Sample2[/TD]
[TD]23008[/TD]
[/TR]
[TR]
[TD]3349[/TD]
[TD]Sample3[/TD]
[TD]23007[/TD]
[/TR]
[TR]
[TD]3345[/TD]
[TD]Sample4[/TD]
[TD]23006[/TD]
[/TR]
[TR]
[TD]2234[/TD]
[TD]Sample5[/TD]
[TD]23005[/TD]
[/TR]
</tbody>[/TABLE]
Now I want get the bottom the sales persons name and all the information across rows in a different table.
Please help me to know how I can do that.
Br
Imran
I am a bit confused regarding the a issue stated below.
I have an changing data set with values in descending order. Now I want to find out the 3 or 4 smallest data in the data set. But i am afraid i could not figure it out how to do.
[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]SID[/TD]
[TD]NAME[/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]9182[/TD]
[TD]Sample1[/TD]
[TD]23009[/TD]
[/TR]
[TR]
[TD]9092[/TD]
[TD]Sample2[/TD]
[TD]23008[/TD]
[/TR]
[TR]
[TD]3349[/TD]
[TD]Sample3[/TD]
[TD]23007[/TD]
[/TR]
[TR]
[TD]3345[/TD]
[TD]Sample4[/TD]
[TD]23006[/TD]
[/TR]
[TR]
[TD]2234[/TD]
[TD]Sample5[/TD]
[TD]23005[/TD]
[/TR]
</tbody>[/TABLE]
Now I want get the bottom the sales persons name and all the information across rows in a different table.
Please help me to know how I can do that.
Br
Imran