cjbrown815
IS-IT--Management
Hello,
I have a column that returns results that are numeric, text, string...you name it. I need to create a line graph. If the result is a <1 or <150 or whatever, its a 0. If its a "greater than" (example: >59000, >150, > whatever) I need it to be the numeric value that follows the ">" sign. If the result is TNTC then I need it to be 100,000. Any idea how I can get this done? thanks
DATA EXAMPLE
NR
NF
POS
P
1234
778900000
<1
<100
>150
TNTC
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931
I have a column that returns results that are numeric, text, string...you name it. I need to create a line graph. If the result is a <1 or <150 or whatever, its a 0. If its a "greater than" (example: >59000, >150, > whatever) I need it to be the numeric value that follows the ">" sign. If the result is TNTC then I need it to be 100,000. Any idea how I can get this done? thanks
DATA EXAMPLE
NR
NF
POS
P
1234
778900000
<1
<100
>150
TNTC
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931