Trying to be more clear:
I need to query the above data set, while excluding certain sequences that were badlisted on a specific date.
In other words if the sequence number was badlisted on 9/13/10 then that sequence number would appear in the data set up until 9/13/10, but not after that...
How do import the 'ts' (timestamp field above) as a date. Currently, I have to import 'ts' as a text field, but I want to import as a date field.
Thanks, for any assistance
How can I create a vLookup table to exclude a list of numbers (i.e., the seq column in data set) from a certain date forward from the data set below (data set will be from Sep thru Nov)? I will import the data set below into an access DB first.
ts,loc_n,bus,route,ttp,grp,des,seq,tpbc...
Is there a way I can get just the numbers of this column in a separate column by itself, so I can sort the data?
1-NORTH LAMAR/SOUTH CONGRESS
10-SOUTH 1ST/RED RIVER
17-CESAR CHAVEZ
2-ROSEWOOD
20-MANOR RD/RIVERSIDE
201-SOUTHPARK MEADOWS
21-EXPOSITION
22-CHICON
3-BURNET/MANCHACA
30-BARTON CREEK...
Correct MajP. I just did a test.
So if I import the dataset into an access table what simple query would give total seq count and total unique seq count at the same time?
Sorry for the confusion:
I've listed the column headers.
I need total count of seq column.
According to the dataset below, Output "results.txt" file should read:
Total Seq Count = 19
Total Unique Seq = 5
ts,loc_n,bus,route,ttp,grp,des,seq,tpbc
'2010-07-28...
How can I count the next to last column of the dataset below and count the unique occurrence of the next to last column of the dataset below? Typical dataset is about 200,000 lines; so I would have to use a command to open the ascii file and then count.
'2010-07-28...
What would the syntax of the Switch function look like with a couple of block names in the example below?
DivAbr: IIf([BLOCKNAME]="640-10","UTFRI",[DIVISIONABBR])
Thanks.
I would like to create a make-table that uses a multiple IIf function similar to the statement below:
DivAbr: IIf([BLOCKNAME]="640-10","UTFRI",[DIVISIONABBR])
Based on the 8 different [BLOCKNAME], I want the [DIVISIONABBR] to say "UTFRI".
It works for one condition, but not for several...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.