View previous topic :: View next topic |
Author |
Message |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Jun 03, 2004 6:09 am Post subject: |
|
|
Ravi,
You need to use the unformated selection criteria and specify the position and length along with the desired values.
Code: |
___ 1 4 EQ B'1,2'
___ AND 5 4 NE B'0,99'
___ AND 9 10 GE C'2004-01-01'
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
mfjin Beginner
Joined: 26 Apr 2003 Posts: 94 Topics: 17
|
Posted: Thu Jun 03, 2004 6:21 am Post subject: |
|
|
Ravi
You can also do it using the formatted criterion.
First enter the first set of values
= 1
<> 0
>= 20040201
Then say i on the command line. File-aid inserts one more crietria selection screen. Then enter the other combinatio
= 99
<> 0
>= 20040201
Then another insert and enter the other possible combination.
and so on. |
|
Back to top |
|
 |
|
|