|
|
|
|
Recruiting Software by BlackDog - Working With Queries |
||
|
|
|
|
BlackDog Recruiting Software Inc. |
February 2006 |
|
Modifing and Saving Queries
Viewing Current Query:
Offers the ability to view the source of the current Find, in order to
modify or save it. For example, you wish to perform a search to include
all active applicants with VB.net experience who live in AL, MS or TN. If
you attempt this search directly on the Profile tab you will receive an
error because just one OR statement is allowed in the State box. To
resolve this, perform your search with just 2 states by selecting A in the
Stat box, A in the A/C box, *VB.net* in the Skills box and AL^MS in the
State box. Next, click Commands on the Gopher menu bar and click
View Current Query.
The following source will open in the ‘Query Window’: |
|
Select * From PRO where
(Prost = 'AL' OR Prost='MS') And (Proty = 'A') And (Prosta = 'A') And
((Prokw1 Like '%VB.NET%' OR Prokw2 Like '%VB.NET%')) Order by Prodt
DESC Saving a Query: On the open ‘Query
Window’, you will see a Save option on the menu bar. Click Save and
name the saved query. In the future, when you would like to run the query
again, click Commands on the Gopher menu bar, click Saved
Queries and click the applicable query name. The query will be saved
in the go4.mdb database that resides on your local drive, so it will
appear in your Gopher only. The query will be saved with the following
naming convention: UserID_NameOfQuery. For example, if my user ID is ANN
and if I name a saved query as SampleQuery, the query as it appears in the
go4.mdb database is ANN_SampleQuery. The ability to save queries is a
great feature, as not only does it save you time in the future when you
want to find these people again (and new people that match the criteria),
but you can use that query in a Mail/Merge in Word or with a custom report
in MS Access. |
|
|