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:49] 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 267: | Line 272: | ||
| - | ==== 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 383: | 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 ====== | ||