550 likes | 560 Views
M agical R eporting. An ACEware Presentation. Today’s Topics. Dashboard, PayGrabber & Find Them Reports About Reports Deactivating Reports Recycling Reports & Queries Query Tips Report Aesthetics Layout Tools Zip Code Radius Mapping Handy Little Tools & Tips.
E N D
MagicalReporting An ACEware Presentation
Today’s Topics • Dashboard, PayGrabber & Find Them • Reports About Reports • Deactivating Reports • Recycling Reports & Queries • Query Tips • Report Aesthetics • Layout Tools • Zip Code Radius Mapping • Handy Little Tools & Tips
F9 DASHBOARD
F7 PAY GRABBER
F5 NAME FINDER
From Deadbeat (Alt + D) Your report “inventory” (print a copy and make notes on it) Report Title: NEW – All Reports with Memo
Alt + DReports By Frequency Reports on Reports
Select a reporting area Remove check mark
Recycle Report You stay here.. Can run new/different Query (with any Report) Similar… BUT.. Do different things…. Recycle Report or Query – Recycle Query Use SAME query (same data) but cycle through ALL user reports (in this area) (Great for Exploring)
Query Tip! Query details Click on query and do NOT move your mouse. A message appears in the upper right corner showing REAL query contents
Have A Long List Of Queries? This one is tough to forget! Right click to display query filter options.
Use the ellipse to display all possible entries and select your preference
Adding Query Fields If the table is available in the reporting area, you’ll find the missing field listed here.
Layout Tool(bar) EVEN! Makes the uneven . . .
Graphics significantly improve retention, accuracy & recognition It’s why they are used so heavily by news broadcasts!
Graphics(Any Image – It’s Your Choice!) Place a copy of the image in your Student Manager folder, then click the Picture Tool on the Reports Controls toolbar Picture Tool TIP: Create a subfolder in the Manager folder named “Images” Click in the report where you want to place the graphic and draw a box. Releasing the mouse opens the Report Picture window
Ellipsis button Clicking the Ellipsis button [...] opens the window for you to find and select your graphic file. Select the graphic and click OK Set picture options as needed
Clip Picture – If the picture is bigger than the frame you created, only a section of the original picture will display Scale picture, retain shape - Displays the whole picture, filling as much of the frame as possible while retaining the proportions of the picture Scale picture, fill the frame - Display the whole picture, filling the frame completely. If necessary, the picture might become distorted
You MUST be a level 6 in Reports (to see this..) As you save a report you’ll see the “Save as Default” option
Here’s a hint . . . When the programmer says “Pay Attention” in all caps . . . PAY ATTENTION!!!!
Choose a report that includes zip codes HINT: The mailing labels area is a great place to start!
Mapping Begin by adding justafter(‘do mapping’) to a report Any Report that has a Name Address in it will work…. You must have: SM72.EXE (Ver 7.2.A.09) And these two files (loaded into your Manager Folder) json.fll virtualearth.htm ( Available from SM Resources/ Tools: Mapping.zip )
After you close the SM Report Preview, a browser will launch (in Chrome) and you’ll see a Map And then . . . This is important! Click “Go” to create the map
Your screen will move around as the push pins are added to the map And then . . .
Click on pushpin to view name/address ie: Lauri Thompson 111 Main St, 30127 You can zoom in/out to change your Map View
Don’t Miss Print Options! • View one, two or multiple pages of your report
Don’t Miss Print Options! • View one, two or multiple pages of your report 2) Bring up the Windows print dialog box
Don’t Miss Print Options! • View one, two or multiple pages of your report 2) Bring up the Windows print dialog box 3) Get the heck outta here!
Just remember . . . Formatting Functions A JUSTDOIT runs before the report runs Which means that if you add (or alter) a JUSTDOIT to a report . . . you must close, save and re-run the report before you’ll see any results Place your JUSTDOIT in the header While a JUSTDOIT can be place anywhere in a report, (it is a non-printing element) we suggest the header band Provides ways to display information on a report in a more legible style
WHAZZIS Displays the query value used to generate this report
Getdata function (add notes on-the-fly toa report) JUSTDOIT • And finally we get to the magical portion! • What will a JUSTDOIT do? • Pull information from a table not normally in the reporting area being used • Re-sort the data • Run specialized report functions
Two way to export Lets you select files to export Generates a flat data file (no formatting) Creates an actual image of the report with formatting and a new page for each page on the report
A few JUSTDOIT examples Change the Sort Order of Report with "Order By" Statement justdoit(‘select *,0 as marker from (cursor5) order by nmname3,nmname1 into cursor(cursor5)’) Eliminating Duplicate records with the "Group By" Statement JUSTDOIT(‘select *,0 as marker from (cursor5) group by nmid,nmname3 into cursor(cursor5)’) Filter the report with "Where" Statement JUSTDOIT(‘select *,0 as marker from (cursor5) where due-paid>0.00 into cursor(cursor5)’) Add a field to the Cursor and then Sort by it JUSTDOIT(‘select *,addcrse(cocrse,"cobegdate") as date, 0 as marker from (cursor5) order by date into cursor(cursor5)’)
There are approximately 20 hours of Report training available on our webinar archive page?