Hey guys, I'm having trouble with counting numbers that are similar, example 3.1 and 3.10. We have violation codes that I am trying to count, problem is that both 3.1 and 3.10 come up with the same exact value although both are different digits. codes can go from 3.1 up to 3.15. Is there away to differentiate these numbers?
With the table below I should have (4) 3.1 codes & (3) 3.10 codes. What I get for both codes is 4 (treating both as 3.1)
[TABLE="width: 100"]
<tbody>[TR]
[TD]3.1[/TD]
[TD]4.10[/TD]
[TD]3.10[/TD]
[/TR]
[TR]
[TD]3.2[/TD]
[TD]4.1[/TD]
[TD]3.1[/TD]
[/TR]
[TR]
[TD]3.10[/TD]
[TD]3.15[/TD]
[TD]5.5[/TD]
[/TR]
[TR]
[TD]4.5[/TD]
[TD]3.1[/TD]
[TD]3.1[/TD]
[/TR]
[TR]
[TD]4.1[/TD]
[TD]4.1[/TD]
[TD]3.10[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your time
With the table below I should have (4) 3.1 codes & (3) 3.10 codes. What I get for both codes is 4 (treating both as 3.1)
[TABLE="width: 100"]
<tbody>[TR]
[TD]3.1[/TD]
[TD]4.10[/TD]
[TD]3.10[/TD]
[/TR]
[TR]
[TD]3.2[/TD]
[TD]4.1[/TD]
[TD]3.1[/TD]
[/TR]
[TR]
[TD]3.10[/TD]
[TD]3.15[/TD]
[TD]5.5[/TD]
[/TR]
[TR]
[TD]4.5[/TD]
[TD]3.1[/TD]
[TD]3.1[/TD]
[/TR]
[TR]
[TD]4.1[/TD]
[TD]4.1[/TD]
[TD]3.10[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your time