This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago:report_configuration [2020/01/08 10:45] runger |
versago:report_configuration [2020/12/01 12:32] (current) dlee [Report and Data Source Information] |
||
|---|---|---|---|
| Line 88: | Line 88: | ||
| {{ : | {{ : | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | - A new category can be created by typing the desired value in the blank drop-down box. This category will then be displayed in the list the next time the drop-down is selected. | + | |
| - | | + | |
| - | - When a connection is selected, the associated database name is displayed in the “Database Name” field. | + | |
| - | | + | * **Data Source Type** are the various ways to obtain data from a database. The values displayed in the **Data Source** area will vary depending on the selected Report Object Type. See the **// |
| ===== Availability ===== | ===== Availability ===== | ||
| Line 103: | Line 103: | ||
| {{ : | {{ : | ||
| - | | + | |
| - | | + | |
| - | - A report may be associated with multiple roles. | + | |
| - | - Click the <color # | + | |
| - | | + | |
| - | | + | |
| - | - An example of how this option might be used is to provide a list of company locations with address and telephone numbers. This information would be general and not necessarily pose a security or data risk. | + | <WRAP center round important 80%> |
| - | | + | **Use caution with this option**. No restriction on data content will be applied as may occur once a use is logged in. Whatever the report returns will be displayed to the user. |
| - | | + | |
| - | - Use of this option is typically not needed if you are using custom menus for all non-admin users. | + | An example of how this option might be used is to provide a list of company locations with address and telephone numbers. This information would be general and not necessarily pose a security or data risk. |
| + | </ | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| ===== Presentation Format ===== | ===== Presentation Format ===== | ||
| Line 265: | Line 270: | ||
| See the // | See the // | ||
| - | ====== Report Object Types ====== | ||
| - | **Report Object Types** are the mechanisms that can be used to obtain desired data from a database. Only one method (object type) can be selected for a report. | ||
| - | {{ : | ||
| - | The image above shows the list of methods displayed as of Versago version 2.2. However, some of these methods are slated for removal in upcoming versions. Use only the options described below. | ||
| - | ===== SQL Select ===== | ||
| - | |||
| - | The **SQL Select** method is the most commonly used option. When it is selected, a text box is presented where standard SQL script can be entered. The script can be entered manually or pasted from another source such as SQL Server Management Studio. | ||
| - | <WRAP center round important 60%> | ||
| - | Note that only SELECT statements may be used. | ||
| - | </ | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | - Enter the SQL SELECT statement in the “Query Statement” area. | ||
| - | - Once the SQL statement has been entered, click [**Execute**] to validate the statement. | ||
| - | - Standard SQL error messages will be displayed if errors are encountered. | ||
| - | - If the statement is correct, the first 50 records of the dataset are displayed in the “Output Results” area. | ||
| - | - Date values are shown in a rather strange format as show in the image above. This is normal. The dates will be displayed correctly in the report presentation. | ||
| - | - Click [**Save**] to confirm that the results are what you wanted and to save the SQL statement. The SQL Select dialog area will close automatically. | ||
| - | - Click [**Close**] to close the SQL Select dialog box without saving any changes that may have been made. | ||
| - | |||
| - | When working with an existing report the first part of the current SQL Select statement is displayed. Click on the [**…**] button to open the editing window. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | <WRAP center round important 60%> | ||
| - | The SQL statement can be changed at any time. However, remember that changes may affect other areas of the report defined in subsequent steps. Be sure to complete the [**Execute**] and [**Save**] steps if you do make changes. Otherwise your new selection station will not be saved. Then be sure you continue the wizard through the “Display” step to ensure any data changes are reflected in the formatted report output. | ||
| - | </ | ||
| - | |||
| - | |||
| - | ==== SQL Statement Restrictions ==== | ||
| - | |||
| - | Certain SQL statements are not allowed in the SQL Select function. | ||
| - | |||
| - | * An **Order By** clause cannot be used except in cases where the statement contains a TOP operator. The ordering (sorting) is handled by the report output process. See // | ||
| - | * A **Select Distinct** statement cannot be used directly. This is due to some internal constraints used in the Versago SQL processing. If “Select Distinct” is needed it will need to be done using a sub-query. | ||
| - | * **Computed values** in the SQL statement must be assigned an alias. For example, the statement “ColA + ColB” will not work. Instead, you would need to use something like “ColA + ColB as [CalcValue]” where [CalcValue] is the alias. “CalcValue” is then seen as a valid column in the subsequent report definition steps. | ||
| - | |||
| - | ===== Crystal Report ===== | ||
| - | |||
| - | A different data presentation option is provided through the **Crystal Report** method. In this case a Crystal Report is developed outside of Versago. The report is then registered in Versago and used as the presentation method. | ||
| - | |||
| - | - Select the Crystal Report object type. | ||
| - | - A dialog box is presented to select the desired Crystal Report. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | - Click [**Choose File**] to open the standard Windows Explorer tool. | ||
| - | - Locate and “open” the desired Crystal Reports file (.RPT). | ||
| - | - The file name is displayed in the Versago dialog. | ||
| - | - Click [**Select**] to associate the Crystal Report file with the Versago report. | ||
| - | - Once the file has been selected you will see file path information displayed in the Report Data Source box. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | The Crystal Report source file is copied from the original location to the folder “C: | ||
| - | |||
| - | ===== B1 Saved Query ===== | ||
| - | |||
| - | The **B1 Saved Query** option is only available for sites using the SAP Business One business management system. This option provides a method to use queries developed in SAP Business One as a Versago data source. | ||
| - | |||
| - | The database connection (“Database” as described earlier in this document) must include the credentials required to connect to SAP Business One for this option to work. This configuration is described in the //Versago – Database Connections Configuration// | ||
| - | |||
| - | - Select the “B1 Saved Query” option. | ||
| - | - Click the “Report Data Source” drop-down to see a list of available saved queries from SAP Business One. | ||
| - | - Select the desired query. | ||
| - | |||
| - | While this option is available, the preferred approach is to copy the query from Query Manager in SAP Business One and paste it into Versago as a SQL Select statement. | ||
| - | |||
| - | ===== Stored Procedure ===== | ||
| - | |||
| - | In some rare instances it may be necessary to use a SQL Stored Procedure as the data source. This approach is not recommended if any other option is available. However, it is available. | ||
| - | |||
| - | - Select the “Stored Procedure” option. | ||
| - | - Click the “Report Data Source” drop-down to see a list of available stored procedures in the designated database. | ||
| - | - Select the desired procedure. | ||
| - | |||
| - | Keep in mind that if the procedure is changed so that different/ | ||
| - | |||
| - | ===== View ===== | ||
| - | |||
| - | The “View” option is no longer needed since a SQL View can be referenced in the SQL Select option. The “View” option will be dropped in a future release of Versago. | ||
| - | |||
| - | ===== Visual Query Editor ===== | ||
| - | |||
| - | The “Visual Query Editor” is no longer supported in Versago and should not be used. | ||
| Line 415: | Line 334: | ||
| The “refresh” process can be done using a scheduled job in SQL or setting up workflow in Third Wave’s Bizweaver application to execute the processing. | The “refresh” process can be done using a scheduled job in SQL or setting up workflow in Third Wave’s Bizweaver application to execute the processing. | ||
| - | |||
| - | ====== Files for Download through Versago ====== | ||
| - | |||
| - | As noted in the // | ||
| - | |||
| - | ===== MIME Types ===== | ||
| - | |||
| - | **Technical Topic** | ||
| - | |||
| - | Multipurpose Internet Mail Extensions (**MIME**) types identify the types of content that can be served to a browser or a mail client from a Web server. Since Versago is a browser-based application, | ||
| - | |||
| - | The most common file types (PDF, XLXS, TXT, DOCX, etc.) are already defined in IIS (the Windows web server). The general process to add/ | ||
| - | |||
| - | One MIME type that is not defined by default is for Outlook email messages. These files have the extension **.msg**. Specific steps to add this MIME type are found here: http:// | ||
| ====== Setting Static Filter Values ====== | ====== Setting Static Filter Values ====== | ||