Title: Argos
1Argos  Moving Quickly into the Community
Bruce Knox Project/Program Director a. k. a.
Database Programmer Analyst
University of Arkansas Division of
Agriculture Cooperative Extension Service bknox
_at_uaex.edu
ABUG 2009 Arkansas Tech University Russellville
May 28, 2009
2Introduction
- Purpose
- Discuss the Argos User Community
- Converting to Argos
- Overcoming Organizational Inertia
- Benefits
- Free Software
- Conversion Tips
- Tools for Ad Hoc Banner Reporting
3Agenda Slide
- Whats an Argos?
- Trying the Product
- The Argos Community
- Converting to Argos
- Banner Record Selection Criteria
- Argos Training
- Overcoming Inertia
- Example Apps
4Whats an Argos?
5Whats an Argos?
- Argos is a Web Based
- Evisions
- Ad Hoc Reporting Tool
- Designed for Banner
6A.R.G.O.S. Ad hoc Report Generation and Output
Solution
7Argos, in Design Mode looks a lot like MS Access
8Whats an Argos?
- MS Access Built for the SQL Database
9Trying the Product
10Trying the Product Get a Password
11Trying the Product Download and Install
12Trying the Product DBA and SysAdmin
- You will need IT for early parts of the Server
Install
13Trying the Product Download
14Trying the Product Install
15Trying the Product Import Sample DataBlocks
16Trying the Product Client Written Query
17Trying the Product Note the Credit Given
18Trying the Product Visual Design
19The Argos Community
20The Argos Community
- Community is a big part of Argos
- Sharing in Argos secured repository is
encouraged.
21The Argos Community
22The Argos Community
23The Argos Community
24The Argos Community
25Converting to Argos
26Converting to Argos from a GUI Tool
27Converting to Argos from SQL
28Converting to Argos
- Either way will work for you, but you still
need to know the Banner Record Selection Criteria
29Banner Record Selection
30Banner Record Selection
-- names_create.sql Current Records VIEW from
TABLE SPRIDEN-SPBPERS CREATE OR REPLACE VIEW
NAMES ( PIDM, ID, NAME, LEGAL_NAME, SORT_LAST )
AS SELECT SPRIDEN_PIDM, -- PIDM,
SPRIDEN_ID, -- ID,
SUBSTR(DECODE(SPBPERS_NAME_PREFIX,'Mr',NULL,'Mr.',
NULL,'Miss',NULL,'Mrs',NULL, 'Mrs.',NULL,'Ms',NU
LL,'Ms.',NULL,NULL,NULL, SPBPERS_NAME_PREFIX'
') RTRIM(DECODE(NVL(SPBPERS_PREF_FIRST_NAME,'X
'),'X',spriden_first_name,spbpers_pref_first_name)
)' ' RTRIM(spriden_last_name),1,25), --
Name, SUBSTR(RTRIM(spriden_last_nam
e)', 'RTRIM(spriden_first_name)'
'RTRIM(spriden_mi),1,25), -- Legal_Name,
SUBSTR(spriden_last_name,1,15) --
Sort_Last FROM SPRIDEN, SPBPERS WHERE
SPRIDEN_PIDM SPBPERS_PIDM () AND
SPRIDEN_CHANGE_IND IS NULL AND
SPRIDEN_ENTITY_IND 'P'
31Banner Record Selection
With Current Record Oracle Views anyone can
quickly create error free results.
32Banner Record Selection
Now a Quick Example
33Banner Record Selection
34Banner Record Selection
35Banner Record Selection
36Banner Record Selection
37Banner Record Selection
Look for Current Record Set or Special Views Â
in my scripts repository http//betwinx.com/Bann
erScripts.htm This is password protected and if
you need the scripts password, just ask me for it.
38Banner Record Selection
You should find these and many
other Views Active_Employees Active_Jobs
Age FTVFUND_V FTVORGN_V FTVPROG_V
FTVACCT_V FTVLOCN_V GOREMAL_V
Names http//betwinx.com/BannerS
cripts.htm
39Argos Training
40Argos Training Many Options
- Free On-Line Recorded Training
- Free On-Line Live Training
- On-Site Training (Consulting and Development)
41Argos Training
42Argos Training
43Recorded Training for Designer
44Argos Training
Could it be easier?
45Recorded Training for Designer
46Overcoming Inertia
47Overcoming Inertia
- Designers are the hardest to move
- Give them a Fast Path
- Give them Obvious Improvements
- Give them Examples
48Programmers or Designers
- These help
- Folders for each Application or Functional Area
- A Connection for any Shared ID/pw
- Use a Banded Report Standard
- Scheduled Reports can be Direct to Printer
- Reports via http// Links using the API
49Programmers or Designers
50Programmers or Designers
51Programmers or Designers
52Programmers or Designers
53More Argos Resources
54More Argos Resources Argos Training
55Knowledge Base, Listserv, Help Desk,
56Examples Apps
57We have these non-Banner Apps
- HelpDesk
- Publications
- Irrigation
- Wildlife
- AIMS
58Banner Support Apps
- Administrative Support
- Cash Management
- Spot (Luminis)
59Report Viewers
- Need very little help
- They already know Windows
60Argos Training Report Viewers
61Report Viewers
- Just give them something useful
62Report Viewers
63Report Viewers
64Report Viewers
65Report Viewers
66Summary
- Download and Try It!
- Argos is the Web Based Ad Hoc Reporting Tool for
Banner - Go to the Argos Community for Free Code and Help
67Questions???Bruce Knox at bknox
_at_uaex.eduwww.uaex.edu/bknox/
68More Argos Resources
- http//www.evisions.com/products/argos/index.asp
Argos - http//betwinx.com/BannerArgos.htm BannerArgos
- http//www.uaex.edu/bknox/ Banner
Reporting Solutions