Version 3.3.2
========================
New Features:
1. Batch mode usage: qmon.QMonitor -b -i jobfile.job -o output.csv
2. Extras->Save as Job
current DB-Coonection and current report are saved
this file can be used as jobb-File for the Batch-Mode
Version 3.3.1
========================
New Features:
1. Compare with variable time intervals.
new Tags in ini-File:
<3D_DATE_VARIABLE>YES3D_DATE_VARIABLE> if YES then variable, if NO then fixed intervals for compare
Variable Intervals are defined as following:
<3D_DATE_INTERVALS>03.02.2006 - 03.02.2006;02.02.2006 - 02.02.20063D_DATE_INTERVALS>
2. Number of fixed columns for compare option can be defined in ini-File:
<3D_FIX_COLUMN_COUNT>13D_FIX_COLUMN_COUNT> Default is 1
3. Table headers can be defined in the ini-File
Column1;Column2\Row2;Column3
Headers can contain several rows. '\' defines new row
Version 3.2.1
========================
New Features:
1. Possibility to use environment vaiables as restriction-values in options-panel
the value must be passed to java with -D option
example: java -Duname=%USERNAME%
in this case, %uname% can be used as restriction in options-panel it has value of %USERNAME%
"MODEL_USER: %uname%" results in "... where MODEL_USER='MyUser'.." if %USERNAME% has value 'MyUser'
Version 3.1.3
========================
Fixed Bugs:
1. If checking connection the 'CHECK_ID' is uppercase to avoid problems if database is casesensitive
Version 3.1.2
========================
Fixed Bugs:
1: Some syntax errors in label texts
New Features:
1. Also Date and Int values are filtered by options
2. ToolTip Texts on Options Buttons
3. It's possible to define date option that the first date is bigger then the second date
Version 3.1.1
========================
Fixed Bugs:
1: "\d" is removed from DB-Create for PostgreSQL
2. SQL-Wizard dn't work properly
New Features:
1. Criterion-Name length must be 256 Char
2. Simplified db-Creation
3. create new Connection for Q-Monitor with dbCreate-data
4. No user is created if creating PostgreSQL-DB
Version 2.8.3
========================
Fixed Bugs:
1. Saved reports could not be displayed because the font was not set.
2. Error Message "Invalid DB Directory" if create db script even if directory field was disabled
Version 2.8.2
========================
Fixed Bugs:
1. If there are null values in the queried columns then the compare option doesn't work correct.
New Features:
1. There is a "Hide"-Button bellow the running cat that takes the splash into background.
The Query can be stoppen through using of "Stop"-Button that is close to "Query"-Button.
Version 2.8.1
========================
Fixed Bugs:
1. Count and Block Options work well now.
New Features:
1. DBCreate is integrated into Q-Monitor ( Menu: Database->Database Creation)
2. Update Criteria works now only with CRITERIA.par - files
Version 2.7.1
========================
Fixed Bugs:
1. List function for Compare options works correct now.
2. There is no "File->Save As" item in Q-Monitor Menu anymore because the function is the same as by "File->Save" item.
New Features:
1. Through "Extras->Options" Menu you can define column alias for report options.
Version 2.6.1
========================
Fixed Bugs:
1. Queries are adapted for MySQL too
New Features:
1. Improved GUI
2. In Report Options Panel you can determine the min and max values for Date Options
and the min, average and max values for number options
3. Extras->Options Menu to define Q-Monitor settings:
General
Report Fonts
Graph Colors
Help Files
4. In Extras->Options->General can be managed uppercase or lowercase of table names.
It's usefull if database configuration is casesensitive.
Version 2.5.10
========================
Fixed Bugs:
1. If query fails the error message appears and the cat is not running anymore as before
Version 2.5.9
========================
Fixed Bugs:
1. Connection test to DB2 Database didn't work
there must be executeQuery instead of execute method if testing tables
2. The selection of DB Connection in the Report Definition Panel didn't work correctly, in any case the default database was used
Version 2.5.8
========================
Fixed Bugs:
1. Queries testing the database consistency must not have the ";" at the end. Else "invalid character" exception by ORACLE-database
Version 2.5.7
========================
Fixed Bugs:
1. Remove Report in Report definitions panel works well.
New Functionality:
1. You can see the name of the current database connection on the bottom label of Q-Monitor
Version 2.5.6
========================
Database consistence can be checked with "Database->Check Criteria Table" Menu Item
Select permissions on tables are checked if connection is checked
All the report names are distinct now
Version 2.5.5
========================
Q-Monitor help editor end document ared defined in the ini and not implemeted with java help anymore
C:\Programme\Adobe\Acrobat 5.0\Reader\AcroRd32.exe --> Help Viewer
J:\QMonitorFullInstallation\Q-Monitor.2.5.4\qmonitor.pdf --> Help Document
/Q-Monitor.2.5.4/qmonitor.pdf --> Help Document Applet
Version 2.5.4
========================
UTF-8 Ability
Position and size of Window can be managed through ini-file
Graph colors can be managed through ini-file
#aa00ff00 #aa00ddff --> Graph Colors
691 --> Window Height
NO --> Maximized or not
813 --> Window Width
168 --> Window Position X
83 --> Window Position Y
Version 2.4.1
========================
Update Criteria works with new CRITERIA.par file
Intagration of FLiXParser
Version 2.3.4
========================
Minor changes in printing and outputs
Version 2.3.3
========================
Problems with printing and percenting are fixed.
Version 2.3.1
========================
It's possible to remove reports from the report list in the native mode
Signed applet is used. Reports and charts can be saved now from the applet as in the native mode.
No rmi server is nessessary anymore.
Version 2.2.3
========================
You can edit report list and SQL-Query from Report definition Panel
Version 2.2.2
========================
After staring check the database connection
if impossible to connect pop up the connection window
Version 2.2.1
========================
Create Users and Schemas for each user with
qmon.user.CreateSchemas i_fileWithListOfUsers o_sqlToCraeteSchemas o_sqlToDRoSchemas
each user can change his password through Menu: Database->Change Password