Difference between revisions of "GX:Whistle GT"

From coolearthwiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
*There are 3 elements to adding an new report to the Whistle GT reporting Dashboard:
 
*There are 3 elements to adding an new report to the Whistle GT reporting Dashboard:
1)A SQL statement that queries the database for the data you want to report;
 
  
2)A Text file that embeds the SQL statment in an xml format for the reporting engine to render;
+
1)A SQL statement that queries the database for the data you want to report;  
  
3)An entry in the Dash.cfg file which points to the report file and is what users see to click;
+
2)A Text file that embeds the SQL statment in an xml format for the reporting engine to render;  
  
*File Locations
+
3)An entry in the Dash.cfg file which points to the report file and is what users see to click;
All files are located on the Whistle Server in the Apache Directory.
+
  
Report Files are in C:\Probram File\Apache Software Foundation\Apache[Version]cgi-bin\reports
+
<br>
  
Dash.cfg is in the cgi-bin in the same path above.
+
'''File Locations'''
  
Example of dash.cfg:
+
All files are located on the Whistle Server in the Apache Directory.  
  
[[Image:GTDashcfg2.jpg|Image:GTDashcfg2.jpg]]
+
Report Files are in:  
  
Example of a report file:
+
C:\Program File\Apache Software Foundation\Apache[Version]\cgi-bin\reports
[[Image:GTReport.jpg|Image:GTReport.jpg]]
+
 
 +
The Dash.cfg file is in the cgi-bin folder in the same path above.
 +
 
 +
<br>
 +
 
 +
'''File examples:'''
 +
 
 +
<br>
 +
 
 +
'''dash.cfg:'''
 +
 
 +
[[Image:GTDashcfg2small2.jpg|Image:GTDashcfg2small2.jpg]]
 +
 
 +
<br>
 +
 
 +
<br>
 +
 
 +
'''A report file: '''
 +
 +
[[Image:GTReportsmall2.jpg|Image:GTReportsmall2.jpg]]

Latest revision as of 11:34, 27 March 2013

  • There are 3 elements to adding an new report to the Whistle GT reporting Dashboard:

1)A SQL statement that queries the database for the data you want to report;

2)A Text file that embeds the SQL statment in an xml format for the reporting engine to render;

3)An entry in the Dash.cfg file which points to the report file and is what users see to click;


File Locations

All files are located on the Whistle Server in the Apache Directory.

Report Files are in:

C:\Program File\Apache Software Foundation\Apache[Version]\cgi-bin\reports

The Dash.cfg file is in the cgi-bin folder in the same path above.


File examples:


dash.cfg:

Image:GTDashcfg2small2.jpg



A report file:

Image:GTReportsmall2.jpg