source: EDIS/tags/ed/tracking-help/src/main/webapp/Reports.html@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 25.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<title>EDIS: Reports</title>
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6<meta name="keywords" content="reports, ed ien, time in, time out, complaint, md, acuity, elapsed, triage, wait, disposition, adm dec, adm delay, diagnoses, activity, acutiy, delay, delay summary, exposure, missed opportunites, patient intake, shift, va admissions, xref, provider, run reports, view reports, print reports, export reports">
7
8
9<link href="Accessible_Design.css" rel="stylesheet" type="text/css">
10</head>
11
12
13<h1 align="center"><img src="images/EDIS_ICON_Small.gif" alt="EDIS icon" width="184" height="184"><br>
14Reports View</h1>
15
16<h2 align="center">Run and View Reports<br>Export and Print Reports</h2>
17<hr>
18<hr>
19<p>EDIS allows your site to control access to the <b>Reports</b> view in several ways. For example, your site can deny access (in which case you don’t see the <b>Reports</b> selection on the application’s left-hand menu). It can also enable you to <a href="#runview">run, view</a>, and <a href="#print">print </a>eleven standard reports, and allow you to <a href="#export">export</a> them for use in spreadsheet applications such as Microsoft Excel. (Sites control user access to EDIS&#146;s export feature via the EDPR EXPORT security key.)</p>
20
21<h3 align="left">Eleven Standard Reports</h3>
22
23<h5 align="center"><a href="#activity">Activity Report</a> &#124; <a href="#acuity">Acuity Report</a> &#124; <a href="#delay">Delay Report</a> &#124; <a href="#delaysum">Delay Summary Report</a> &#124; <a href="#bvac">ED BVAC Patients Report</a> &#124; <a href="#exp">Exposure Report</a> &#124; <a href="#misso">Missed Opportunities Report</a> &#124; <a href="#ordersbyacuity">Orders by Acuity Report</a> &#124; <a href="#pintake">Patient Intake Report</a> &#124; <a href="#shift">Shift Report</a> &#124; <a href="#admiss">VA Admissions Report</a></h5>
24
25<p><img src="images/reports_view_list.jpg" alt="Screen capture: the Reports view Report list" width="600" height="479" border="2"><br />
26The <strong>Reports</strong> view <strong>Report</strong> list.</p>
27<h4 align="left"><font color="#315A9C" face="Arial, Helvetica, Sans-serif"><a name="ColumnHeadings"></a>Report Columns</font></h4>
28
29<p>EDIS&#146;s eleven standard reports are data grids that include one or more of the following columns:</p>
30<ul>
31<li><b>IEN:</b> the EDIS internal entry number (IEN—a number recorded in the .001 field of VistA VA FileMan files)</li>
32<li><b>Time In: </b>the time at which an EDIS user identified and added the patient, or the time at which an Appointment Management user created an emergency-department appointment for the patient</li>
33<li><b>Time Out:</b> the time at which the facility closed the patient’s emergency department visit</li>
34<li><b>Complaint:</b> the patient’s display-board complaint</li>
35<li><b>MD:</b> the initials of the patient’s physician</li>
36<li><b>Acuity:</b> the patient’s acuity level</li>
37<li><b>Elapsed:</b> total elapsed time (from the patient’s time in to his or her time out, in minutes; asterisks indicate stays that have exceeded the current nationally recognized stay limit of 360 minutes)</li>
38<li><b>Triage:</b> the elapsed time between the patient’s time in and his or her initial acuity assessment</li>
39<li><b>Wait:</b> the elapsed time between the patient’s time in and his or her first assignment to a location other than the waiting room</li>
40<li><b>Disposition (Dispo):</b> the patient’s disposition</li>
41<li><b>Admission Decision (Adm Dec):</b> the elapsed time between the patient’s time in and the decision to admit the patient</li>
42<li><b>Admission Delay (Adm Delay):</b> the elapsed time between the patient’s time out and the decision to admit the patient</li>
43<li><b>Diagnosis:</b> the patient’s diagnosis</li>
44<li><strong>ICD9</strong>: the patient&#146;s International Classification of Diseases 9, Clinical Modifications (ICD-9-CM) diagnosis</li>
45</ul>
46<h4><a name="dispoabbreviations"></a>Disposition Abbreviations</h4>
47<p>The EDIS TWG provided the following abbreviations for nationally released dispositions; EDIS reports use these abbreviations when space is limited:</p>
48<!--this table is for layout only -->
49<table border="1" cellspacing="0" cellpadding="0" width="456">
50 <tr>
51 <td width="132" valign="top"><p>VA</p></td>
52 <td width="324" valign="top"><p>Admitted to VA Ward</p></td>
53 </tr>
54 <tr>
55 <td width="132" valign="top"><p>AMA</p></td>
56 <td width="324" valign="top"><p>AMA</p></td>
57 </tr>
58 <tr>
59 <td width="132" valign="top"><p>CL</p></td>
60 <td width="324" valign="top"><p>Sent to Urgent Care Clinic</p></td>
61 </tr>
62 <tr>
63 <td width="132" valign="top"><p>D</p></td>
64 <td width="324" valign="top"><p>Deceased</p></td>
65 </tr>
66 <tr>
67 <td width="132" valign="top"><p>E</p></td>
68 <td width="324" valign="top"><p>Eloped</p></td>
69 </tr>
70 <tr>
71 <td width="132" valign="top"><p>ERR</p></td>
72 <td width="324" valign="top"><p>Patient Name Entered in Error</p></td>
73 </tr>
74 <tr>
75 <td width="132" valign="top"><p>H</p></td>
76 <td width="324" valign="top"><p>Home</p></td>
77 </tr>
78 <tr>
79 <td width="132" valign="top"><p>ICU</p></td>
80 <td width="324" valign="top"><p>Admitted to ICU</p></td>
81 </tr>
82 <tr>
83 <td width="132" valign="top"><p>L</p></td>
84 <td width="324" valign="top"><p>Left Without Being Treated/Seen</p></td>
85 </tr>
86 <tr>
87 <td width="132" valign="top"><p>NEC</p></td>
88 <td width="324" valign="top"><p>Sent to Nurse Eval / Drop-In Clinic</p></td>
89 </tr>
90 <tr>
91 <td width="132" valign="top"><p>PSY</p></td>
92 <td width="324" valign="top"><p>Admitted to Psychiatry</p></td>
93 </tr>
94 <tr>
95 <td width="132" valign="top"><p>T</p></td>
96 <td width="324" valign="top"><p>Admitted to Telemetry</p></td>
97 </tr>
98 <tr>
99 <td width="132" valign="top"><p>NVA</p></td>
100 <td width="324" valign="top"><p>Transferred to Non-VA Facility</p></td>
101 </tr>
102 <tr>
103 <td width="132" valign="top"><p>O</p></td>
104 <td width="324" valign="top"><p>Transferred to VA Facility</p></td>
105 </tr>
106</table>
107
108<h4 align="left">Standard Reports</h4>
109
110
111<P><a name="activity"></a><b>Activity Report:</b> for each patient whose visit falls within the date and time range you select, this report lists available information in the following columns: </P><ul>
112<li><b>IEN</b></li>
113<li><b>Time In</b></li>
114<li><b>Time Out</b></li> <li><b>Complaint</b></li>
115<li><b>MD</b></li>
116<li><b>Acuity</b></li>
117<li><b>Elapsed</b></li>
118<li><b>Triage</b></li>
119<li><b>Wait</b></li>
120<li><b>Disposition (Dispo)</b></li>
121<li><b>Admission Decision (Adm Dec)</b></li>
122<li><b>Admission Delay (Adm Delay)</b></li>
123<li><b>Diagnosis</b></li>
124<li><strong>ICD9</strong></li>
125</ul>
126
127<p>In addition, this report provides averages for several important time-based measurements (<b>Admission Decision, Admission Delay, Elapsed, Wait,</b> and <b>Triage</b>) in several patient categories:</p>
128<ul>
129<li>All patients</li>
130<li>Patients who were not admitted to a VA facility</li>
131<li>Patients who were admitted to a VA facility</li>
132<li> All patients in each of the following disposition categories: <strong>Deceased</strong> (D), <strong>Eloped</strong> (E), <strong>Patient Name Entered in Error</strong> (ERR), <strong>Home</strong> (H), <strong>Admitted to ICU</strong> (ICU), <strong>Left Without Being Treated/Seen</strong> (L), <strong>Sent to Nurse Eval / Drop In Clinic</strong> (NEC), <strong>Transferred to non-VA Facility</strong> (NVA), <strong>Admitted to Psychiatry</strong> (PSY), <strong>Admitted to Telemetry</strong> (T), and <strong>Admitted to VA Ward</strong> (VA).
133</li>
134</ul>
135<p><img src="images/activity_report.png" alt="Screen capture: the Activity report" width="600" height="435" border="1"><br />
136 <strong>The Activity report.</strong></p>
137<p><a name="acuity"></a><b>Acuity Report:</b> this report displays statistics that measure patient workload for each acuity level. For the date and time range you select, statistics show the number of patients who fell into each acuity category, the number of patients in each category who were admitted, and the number in each category who were admitted to a VA facility. The Acuity report also provides the following average times for patients in each acuity category: </p><ul>
138<li><b>Admission Decision</b> (all facilities)</li>
139<li><b>Admission Decision</b> (VA facilities)</li>
140<li><b>Admission Delay</b> (VA facilities)</li>
141</ul>
142<p><img src="images/acuity_report.png" alt="Screen capture: the Acutiy report" width="600" height="250" border="1"></p>
143<p><strong>The Acuity Report.</strong></p>
144<p>Test sites found that this report times out for date ranges that cover a large number of visits (1,400 visits within a one-month range, for example). They recommend clicking <strong>Continue</strong> and toggling between the <strong>Display Board</strong> and <strong>Reports</strong> views to get data from extended time ranges.</p>
145<p><a name="delay"></a><b>Delay Report:</b> this report presents information about patients whose emergency department stays exceeded the nationally recognized limit (six hours or 360 minutes). For each patient whose stay exceeded this limit, the Delay report displays available information in the following columns:</p> <ul>
146<li><b>IEN</b></li>
147<li><b>Time In</b></li>
148<li><b>Elapsed</b></li>
149<li><b>Disposition</b></li>
150<li><b>Delay Reason</b></li>
151<li><b>MD</b></li>
152<li><b>Admission Decision (Adm Dec)</b></li>
153<li><b>Admission Delay (Adm Delay)</b></li>
154<li><b>Acuity</b></li>
155<li><b>Diagnosis</b></li>
156</ul>
157<p><img src="images/delay_report.png" alt="Screen capture: the Delay report" width="600" height="277" border="1"><br />
158 <strong>The Delay report.</strong></p>
159<!--this table is for layout only-->
160<table width="817" border="0">
161 <tr>
162 <td width="48" valign="top"><strong><em>Note:</em></strong></td>
163 <td width="759" valign="top"><em>EDIS does not include in its Delay and Delay Summary reports patients whose emergency-department visits are not yet closed&#151;regardless of the number of hours their visits have consumed.</em></td>
164 </tr>
165</table>
166
167<p><a name="delaysum"></a><b>Delay Summary Report:</b> this report presents average visit and decision-to-admit times (and other important information) for the following three visit categories: </p><ul><li>All emergency department visits</li><li>All visits that resulted in VA-facility admissions</li><li>All visits that did not result in VA-facility admissions</li></ul>
168<p>This report also presents acuity-based tallies for each applicable reason for delay.</p>
169<p><img src="images/delay_summary_report.png" alt="Screen capture: the Delay Summary report" width="600" height="279" border="1"><br />
170 <strong>The Delay Summary report.</strong></p>
171
172<p><b><a name="bvac"></a>ED BVAC Patients:</b> the ED BVAC (Emergency Department Behavioral VA Care) Patients report captures the following information for behavioral-health patients: </p>
173<ul>
174<li><b>Time In</b></li>
175<li><b>Time Out</b></li>
176<li><b>Complaint</b></li>
177<li><b>MD</b></li>
178<li><b>Acuity</b></li>
179<li><b>Elapsed</b></li>
180<li><b>Triage</b></li>
181<li><b>Disposition</b></li>
182<li><b>Admission Decision (Adm Dec)</b></li>
183<li><b>Admission Delay (Adm Delay)</b></li>
184<li><b>Diagnosis</b></li>
185<li><b>ICD9</b> (ICD-9-CM codes for this report are greater than 290 and less than 316)</li></ul>
186
187<p>This report also provides service-related information such as whether or not the patient is a Vietnam veteran, has been exposed to Agent Orange, has a VA pension, and so forth.</p>
188<p><img src="images/ed_bvac_report.png" alt="Screen capture: the ED BVAC report" width="600" height="279" border="1"><br />
189<strong>The ED BVAC Patients report.</strong></p>
190
191<b><a name="exp"></a>Exposure Report:</b> this report identifies patients and staff who may have been in the emergency department when a contagious patient was present for treatment. To run the report, you enter the internal entry number (IEN) from the contagious patient’s Visit file (#9000010). EDIS then uses information in this file to compile lists of all patients and staff who were in the emergency department during the time of the contagious patient’s visit.
192<p><img src="images/exposure_report.png" alt="Screen capture: the Exposure report" width="600" height="464" border="1"><br />
193 <strong>The Exposure report.</strong></p>
194<p><a name="misso"></a><b>Missed Opportunities Report:</b> this report displays the following information about patients whose disposition is AMA (left against medical advice), L (left without being treated or seen), or E (eloped): </p><ul>
195<li><b>IEN</b></li>
196<li><b>Time In</b></li>
197<li><b>Complaint</b></li>
198<li><b>MD</b></li>
199<li><b>Acuity</b></li>
200<li><b>Elapsed</b></li>
201<li><b>Triage</b></li>
202<li><b>Wait</b></li>
203<li><b>Disposition</b></li>
204<li><b>Admission Decision (Adm Dec)</b></li>
205</ul>
206
207<p><img src="images/missed_opportunities_report.png" alt="Screen capture: the Missed Opportunities report" width="600" height="303" border="1"><br />
208 <strong>The Missed Opportunities report.</strong></p>
209<p><a name="ordersbyacuity"></a><b>Orders by Acuity:</b> for each acuity, this report tallies the number of medication, laboratory, imaging, consultation, and other orders emergency department staff placed within the date and time range you specify. </p>
210<p><img src="images/orders_by_acuity_report.png" alt="Screen capture: the Orders by Acuity report" width="600" height="303" border="1"><br />
211 <strong>The Orders by Acuity report.</strong></p>
212
213<p><a name="pintake"></a><b>Patient Intake Report:</b> the Patient Intake report provides time-of-day and day-of-week statistics about the number of patients who visited the emergency department during the date and time range you select.</p>
214<P>Columns that report day-of-week tallies cover the entire time and date range against which you run the report. For example, if the date range you enter includes two Tuesdays, the intersection of the <strong>Tue</strong> column and the <strong>0700-0800</strong> row will display the total number of patients who visited the emergency department on both Tuesdays between the hours of 7:00 a.m. and 8:00 a.m. The <strong>Total</strong> column contains a sum of all daily totals across each time-based row. For example, in the <strong>0700-0800</strong> row, the <strong>Total</strong> column contains a sum of daily totals from the <strong>Sun</strong> through <strong>Sat</strong> columns. <br>
215For each time-based row, the <strong>Avg/Day</strong> column presents an average that is based on the figure in the <strong>Total</strong> column and the total number of days in the date range you select. For example, if your date range is January 1, 2009 through January 31, 2009, the total number of days (the denominator) will be 31. </p>
216The report&rsquo;s <strong>Avg/Hour</strong> row contains an average that is based on the total number of visits in each day&rsquo;s column divided by the total number of hours for each day in the search range you select. For example, in the <strong>Sun</strong> column, the application calculates the following average: the total number of Sunday visits (the value in the <strong>Total</strong> row, <strong>Sun</strong> column) divided by 24 (the number of hours in a day) multiplied by the number of Sundays in the date range you select.
217<p><img src="images/patient_intake_report.png" alt="Screen capture: the Patient Intake report" border="1"><br />
218 <strong>The Patient Intake report.</strong></p>
219<p>The Patient Intake report does not include maximum, minimum, and mean calculations.</p>
220<p><a name="shift"></a><b>Shift Report:</b> this report presents a shift-based calculation of the following categories:</p> <ul>
221<li><b>Carried Over at Report Start</b></li>
222<li><b>Number of New Patients</b></li>
223<li><strong>Number of Patients Discharged</strong></li>
224<li><b>Number of Dec to Admit to VA</b></li>
225<li><b>Number of Dec to Admit to Other</b></li>
226<li><b>Number over Six Hours</b></li>
227<li><b>Number Waiting for Triage</b></li>
228<li><b>Number of Occupied Beds</b></li>
229<li><b>Number of Missed Opportunities</b></li>
230<li><b>Number Deceased</b></li>
231<li><b>Number With No Disposition</b></li>
232<li><b>Carry over to Next Shift</b></li>
233</ul>
234</ul>
235<p><img src="images/shift_report.png" alt="Screen capture: the Shift report" width="599" height="303" border="1"><br />
236 <strong>The Shift report.</strong></p>
237
238<p><a name="admiss"></a><b>VA Admissions Report:</b> this report uses disposition entries to identify patients who were admitted to VA facilities (VA wards, intensive care units [ICUs], telemetry, and observation wards, for example) during the time and date range you specify.</p>
239<p>The report contains available information in the following columns:</p>
240<ul>
241 <li><strong>IEN</strong></li>
242 <li><strong>Time Out</strong></li>
243 <li><strong>Complaint</strong></li>
244 <li><strong>MD</strong></li>
245 <li><strong>Acuity</strong></li>
246 <li><strong>Disposition</strong></li>
247 <li><strong>Adm Dec</strong> (Admission Decision)</li>
248 <li><strong>Adm</strong> (Admission) <strong>Delay</strong></li>
249 <li><strong>Diagnoses</strong></li>
250 <li><strong>ICD9</strong></li>
251</ul>
252<p>The report also provides averages for patients who fall into each applicable VA admission category. </p>
253<p><img src="images/va_admissions_report.png" alt="Screen capture: the VA Admissions report" width="600" height="301" border="1"><br />
254 <strong>The VA Admissions report.</strong></p>
255<blockquote><h4 align="left"><a name="restricted"></a>Cross Reference and Provider Reports</h4>
256
257<p>EDIS also provides two non-standard (restricted) reports: the Patient XRef (Cross Reference) and Provider reports. Because these two reports contain personally identifying information, you need special security keys (in VistA) to access and run them.</p>
258
259<p><b><a name="xref"></a>XREF: </b>this report provides a cross reference between the EDIS IEN and patient identifiers (including patients’ surname initials concatenated with the last four digits of their social security numbers [SSNs]). The report also includes patients’ DFNs, which are the IENs in VistA&#146;s Patient file (#2).</p>
260<p><img src="images/patient_xref_report.png" alt="Screen capture: the Patient XRef report" width="600" height="324" border="1"><br />
261 <strong>The Patient XRef (Cross Reference) report.</strong></p>
262<p><b><a name="provider"></a>Provider:</b> The Provider report lists the total number of patients each provider saw during the date and time range you specify. It also provides a by-shift and by-acuity count of patients, the time between each patient&#146;s emergency-department check in and his or her diagnosis, and the time between each patient’s provider assignment and his or her disposition.</p>
263<p><img src="images/provider_report.png" alt="Screen capture: the Provider report" width="600" height="368" border="1"><br />
264 <strong>The Provider report.</strong></p>
265
266<table><!--This table is for formatting purposes only--><tr align="top"><td valign="top"><i>Note:</i></td>
267<td><i>If the Provider report’s <b>MD Assign to Dispo</b>(sition) column contains only zeros, your site probably doesn't require providers to enter a disposition before releasing patients. </i></td>
268</tr></table></blockquote>
269
270<h3 align="left"><a name="runview"></a>Run and View Reports</h3>
271
272<ol>
273<li>Select <b>Reports</b> on the application’s left-hand menu bar. Keyboard: use the TAB key to locate the left-hand menu bar. Use the DOWN ARROW or UP ARROW key to locate <strong>Reports</strong>. Use the SPACEBAR key to select <strong>Reports</strong>. </li>
274<li>Select a report from the </b><strong>Report</strong></b> list. Keyboard: use the TAB key to locate the <strong>Report</strong> list. Use the DOWN ARROW and UP ARROW keys to select a report from the list. </li>
275<li>Click the <b>Calendar</b> icon (<img src="calendar_icon.jpg" alt="Screen capture of calendar icon" width="14" height="15">) and select a starting date for your report or type a starting date in the <b>Start Date</b> box using this format: mm/dd/yyyy. (The application automatically formats shorter dates. For example, if you type 8/8/09, the application will reformat the date as 08/08/2009.) Keyboard: use the TAB key to locate the <strong>Start Date</strong> box.</li>
276<li>Select a starting time in the <b>Start Time</b> box (<img src="start_time_box_reports.jpg" alt="Screen capture of the start-time box" width="78" height="27">). Keyboard: use the TAB key to locate the hour selector in the <strong>Start Time</strong> box. Select a start-time hour using the DOWN ARROW and UP ARROW keys. Use the TAB key to locate the minutes selector in the <strong>Start Time</strong> box. Use the DOWN ARROW and UP ARROW keys to select start-time minutes.</li>
277<li>If you are running the Exposure report, type the contagious patient&rsquo;s IEN in the <strong>visit IEN</strong> box. The Exposure report does not require a date range.</li>
278<li>Click the <b>Calendar</b> icon and select a stop date for your report or type a stop date in the <b>Stop Date</b> box. Keyboard: use the TAB key to locate the <strong>Stop Date</strong> box.</li>
279<li>Select a stop time in the <b>Stop Time</b> box. Keyboard: use the TAB key to locate the hour selector in the <strong>Stop Time</strong> box. Select a stop-time hour using the DOWN ARROW and UP ARROW keys. Use the TAB key to locate the minutes selector in the <strong>Stop Time</strong> box. Use the DOWN ARROW and UP ARROW keys to select stop-time minutes.</li>
280<li>Click <b>Run Report.</b> Keyboard: use the TAB key to locate the <strong>Run Report </strong>button and use the SPACEBAR key to select it. </li>
281</ol>
282<p>If your reports contain negative numbers, the problem could lie with logic that EDIS&rsquo;s reports functionality inherited from the class-three Syracuse application. Syracuse reporting logic assumes that users will enter information in a certain sequence. For example, the application assumes that users will assign a provider before entering a patient&rsquo;s disposition. To calculate the time that elapsed between a patient&rsquo;s provider assignment and disposition, the application subtracts provider-entry time from disposition-entry time. If users assign providers after they&rsquo;ve entered dispositions, reports such as the Provider report will contain negative numbers.<br>
283 <br>
284Negative numbers can also be a result of not-so-careful data entry. For example, suppose a patient&rsquo;s stay began on July 10 at 11:00 p.m. and ended on July 11 at 1:00 a.m. Further, suppose someone mistakenly removed this patient from the board at 11:55 p.m. When correcting this error, if the user corrects the patient&rsquo;s time-out hour-and-minute value, but neglects to update the date value, the patient&rsquo;s time-out value will be chronologically before his or her time-in value, and EDIS will calculate the patient&rsquo;s stay at -22 hours. </p>
285
286<table><!--This table is for formatting purposes only--><tr align="top"><td valign="top"><i>Note:</i></td>
287<td><p><em>When reports exceed your window&rsquo;s viewing capacity, the application includes a scroll bar, as it does in the following screen capture: </em></p>
288 <p><img src="images/report_view_scroll_bar_help.png" alt="screen capture of report with internal scroll bar"></p></td>
289</tr></table>
290<h4><a name="print"></a>Print Reports</h4>
291<p>To print a report, click <b>Print. </b> You can find the <strong>Print</strong> button in the upper right-hand corner of the <strong>Reports</strong> view. Keyboard: use the TAB key to locate <strong>Print</strong> and use the SPACEBAR key to select it. The application displays your operating system&#146;s print dialog. </p>
292<h4><a name="export"></a>Export Reports</h4>
293
294<ol>
295 <li>Click <b>Export.</b> If you are authorized to export reports, you&#146;ll find this link in the upper right-hand corner of the <strong>Reports</strong> view. Keyboard: use the TAB key to locate <strong>Export</strong> and use the SPACEBAR key to select it. </li>
296 <li>In the <strong>Select location for download by</strong> dialog box, select a location for your exported report. Keyboard: use the TAB key to locate the <strong>Save in</strong> selector. Use the DOWN ARROW and UP ARROW keys to find a location for your exported report. Press the ENTER key to select the location. </li>
297 <li>In the <strong>File name</strong> box, type a name for your exported report. Keyboard: use the TAB key to locate the <strong>File name</strong> box.</li>
298 <li>Click <strong>Save</strong>. Keyboard: use the TAB key to locate the <strong>Save </strong>button and use the SPACEBAR key to select it.</li>
299 <li>The application displays a message informing you that your download is complete. Click <strong>Close</strong> to dismiss the message. Keyboard: use the SPACEBAR key to select the <strong>Close</strong> button. </li>
300</ol>
301<p><img src="images/exported_activity_report.jpg" alt="Screen capture: exported Activity report displayed in Microsoft Excel" border="1"><br />
302 <strong>Exported Activity report in Microsoft Excel.</strong></p>
303<h4 align="left">Related Topics</h4>
304<p><a href="General.html">General Information</a></p>
305<p><a href="index.html">Index</a></p>
306<p><a href="TOC.html">Table of Contents</a></p>
307</body>
308</html>
Note: See TracBrowser for help on using the repository browser.