This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago3:dataview_display [2022/09/14 15:00] dlee |
versago3:dataview_display [2024/03/14 14:16] (current) dlee [Field Display] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * **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__. | ||
| * **File Name** is only accessible when the data type of the column is binary, blob, or varbinary . See **Note 1** below. | * **File Name** is only accessible when the data type of the column is binary, blob, or varbinary . See **Note 1** below. | ||
| + | |||
| + | <WRAP center round info 80%> | ||
| + | Users will be able to sort by clicking column heading. Multiple column can be sorted by using the CTRL key | ||
| + | </ | ||
| **Note 1** | **Note 1** | ||
| Line 22: | Line 26: | ||
| * **Database Source Files** are identified by reference to specific records in a database. | * **Database Source Files** are identified by reference to specific records in a database. | ||
| * The data is found in a table named " | * The data is found in a table named " | ||
| - | * 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. | + | * The Display Type of __FileContent__ should be set to File |
| - | * It is not necessary to display the __FileName__ value in the report, but showing | + | * It is not necessary to display the __FileName__ value in the report, but showing the name of the file is typically very helpful. |
| 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 33: | Line 37: | ||
| In both cases, keep in mind that any user that has access to the report can download any file listed in the report. If certain files should be available to certain group(s) of users, different reports may be needed. | In both cases, keep in mind that any user that has access to the report can download any file listed in the report. If certain files should be available to certain group(s) of users, different reports may be needed. | ||
| + | |||
| + | <WRAP center round info 80%> | ||
| + | Video regarding files and Data Views | ||
| + | </ | ||
| ====Highlights==== | ====Highlights==== | ||
| Line 46: | Line 54: | ||
| {{ : | {{ : | ||
| - | - Enter the new field name | + | - Enter the name for the new derived |
| - | - Use the available | + | - Use the available |
| - Click validate to check your syntax | - Click validate to check your syntax | ||
| - Save the derived field | - Save the derived field | ||
| ====Images in Data Views==== | ====Images in Data Views==== | ||
| - | Go **// | + | |
| + | The following image formats are supported. | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | Each image must be provided in four (4) sizes. | ||
| + | |||
| + | * 45 x 45 for thumbnail image | ||
| + | * 65 x 65 for thumbnail image | ||
| + | * 250 x 250 for mouse-over (hover) image | ||
| + | * 1024 x 1024 for on-click (large) image | ||
| + | |||
| + | Images are held in the folder C:\Program Files(x86)\TWBS\Versago\WebApp\SiteImages. | ||
| + | |||
| + | <WRAP center round info 80%> | ||
| + | Video regarding images and Data Views | ||
| + | </ | ||
| ---- | ---- | ||