This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago:display_tab_v24 [2020/01/08 11:40] runger [Display Tab Versions 2.4 and Higher] |
versago:display_tab_v24 [2020/01/08 13:35] (current) runger |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * The **Visible** checkbox indicates if the column is to be displayed in the report. When the checkbox is selected (the default) the column is displayed. Use of this setting is helpful when you have columns that are used for filtering and linking but do not need to be displayed. | * The **Visible** checkbox indicates if the column is to be displayed in the report. When the checkbox is selected (the default) the column is displayed. Use of this setting is helpful when you have columns that are used for filtering and linking but do not need to be displayed. | ||
| + | |||
| * **Name** shows the column name from the source query and data type provided from the data selection. It is provided for information only and cannot be changed. | * **Name** shows the column name from the source query and data type provided from the data selection. It is provided for information only and cannot be changed. | ||
| + | |||
| * **Display Field Name** is what the user sees when the report is displayed. The default value is the “Name” when the report is created. The display name is almost always changed to something that will make sense to the end user. | * **Display Field Name** is what the user sees when the report is displayed. The default value is the “Name” when the report is created. The display name is almost always changed to something that will make sense to the end user. | ||
| + | |||
| * The **Display Title** option provides a way to suppress the display of the column name in the report. When the checkbox is selected (the default) the column header is displayed. If the checkbox is cleared the column header is not displayed. | * The **Display Title** option provides a way to suppress the display of the column name in the report. When the checkbox is selected (the default) the column header is displayed. If the checkbox is cleared the column header is not displayed. | ||
| + | |||
| * The **Total** option provides a way to automatically display page and report totals for numeric columns. | * The **Total** option provides a way to automatically display page and report totals for numeric columns. | ||
| * When this option is selected, the page total of the column is displayed at the bottom of each page, as well as the report total. | * When this option is selected, the page total of the column is displayed at the bottom of each page, as well as the report total. | ||
| - | | + | |
| + | | ||
| * **Group** causes the output to be automatically grouped for each unique value in the selected data. | * **Group** causes the output to be automatically grouped for each unique value in the selected data. | ||
| - | | + | |
| * The grouping set in the report definitions can be removed when the report is executed but cannot be changed by the user. | * The grouping set in the report definitions can be removed when the report is executed but cannot be changed by the user. | ||
| + | |||
| * **Sorting** allows columns to automatically be sorted when the report is executed. | * **Sorting** allows columns to automatically be sorted when the report is executed. | ||
| * Options are ascending and descending. Select the desired option from the drop-down list. | * Options are ascending and descending. Select the desired option from the drop-down list. | ||
| * Sorting is applied based on the display sequence of the columns. You may need to change the display sequence to get the sorting you desire. | * Sorting is applied based on the display sequence of the columns. You may need to change the display sequence to get the sorting you desire. | ||
| * If no sorting option is selected, the data is presented in whatever order it is read from the database. | * If no sorting option is selected, the data is presented in whatever order it is read from the database. | ||
| + | |||
| * **Type** identifies how the data in a column should be interpreted for presentation. | * **Type** identifies how the data in a column should be interpreted for presentation. | ||
| * Depending on your needs, the Type may need to be selected manually from the drop-down list. | * Depending on your needs, the Type may need to be selected manually from the drop-down list. | ||
| Line 39: | Line 47: | ||
| * This option is only displayed when the __type__ of **Image** is selected. | * This option is only displayed when the __type__ of **Image** is selected. | ||
| * Options are 45 or 65 pixels. | * Options are 45 or 65 pixels. | ||
| + | |||
| * **Localization** is used to adjust the formatting of date, datetime, and currency __types__. | * **Localization** is used to adjust the formatting of date, datetime, and currency __types__. | ||
| - | * This column has a drop-down list of formatting options for the data type. This allows the presentation to be easily tailored to different locations. The current culture designation is for this value in this report. It cannot be set to change based on the user. So, a user in the United States and a user in Great Britain will see whatever format is selected even through their local cultures use different formats | + | * This column has a drop-down list of formatting options for the data type. This allows the presentation to be easily tailored to different locations. The current culture designation is for this value in this report. It cannot be set to change based on the user. So, a user in the United States and a user in Great Britain will see whatever format is selected even through their local cultures use different formats. |
| * **File Name** is only accessible when the data type of the column is binary, blob, or varbinary . See **Note 2** below. | * **File Name** is only accessible when the data type of the column is binary, blob, or varbinary . See **Note 2** below. | ||
| + | |||
| * Numeric values can be used to present **KPIs** (Key Performance Indicators) markers. See the // | * Numeric values can be used to present **KPIs** (Key Performance Indicators) markers. See the // | ||
| Line 49: | Line 60: | ||
| **Note 2** | **Note 2** | ||
| + | |||
| Beginning with Versago v2.4 it is possible to download files on disk or files stored as binary data in a database. | Beginning with Versago v2.4 it is possible to download files on disk or files stored as binary data in a database. | ||
| Line 59: | Line 71: | ||
| * Two values are required from the record: FileName and FileContent. | * Two values are required from the record: FileName and FileContent. | ||
| * When the data type of the column is binary, blob, or varbinary the __File Name__ field for the FileContent row presents a drop-down list of fields from the report query. | * When the data type of the column is binary, blob, or varbinary the __File Name__ field for the FileContent row presents a drop-down list of fields from the report query. | ||
| - | * It is not necessary to display the __FileName_ | + | * It is not necessary to display the __FileName__ |
| The **files in a database** approach does require that the __FileContent__ value is not NULL. As it is very possible that a report row will not have a corresponding report to download, use the following SQ. Setting FileContent to 0 when the database value is NULL allows the report to execute without errors. | The **files in a database** approach does require that the __FileContent__ value is not NULL. As it is very possible that a report row will not have a corresponding report to download, use the following SQ. Setting FileContent to 0 when the database value is NULL allows the report to execute without errors. | ||
| Line 84: | Line 96: | ||
| See the **// | See the **// | ||
| + | |||
| + | ====Images in Reports==== | ||
| + | Go **// | ||