toshii1222
Programmer
Hi all, I will try to explain the problem I have as clear as possible.
I have String variables in my data as following.
02
2a
2b
03
3a
3b
04
4a
4b
2a and 2b are the subcodes for 02; 3a and 3b are the subcodes for 03; 4a and 4b are the subcodes for 04
Here is my problem, when I try to use the range parameter to show codes between 03 and no upper bound I will get the following result.
03
04
2a
2b
3a
3b
4a
4b
But the result I have in mind should be..
03
04
3a
3b
4a
4b
Can anyone help me with this problem?
Thanks.
I have String variables in my data as following.
02
2a
2b
03
3a
3b
04
4a
4b
2a and 2b are the subcodes for 02; 3a and 3b are the subcodes for 03; 4a and 4b are the subcodes for 04
Here is my problem, when I try to use the range parameter to show codes between 03 and no upper bound I will get the following result.
03
04
2a
2b
3a
3b
4a
4b
But the result I have in mind should be..
03
04
3a
3b
4a
4b
Can anyone help me with this problem?
Thanks.