This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago:calendar_report_configuration [2019/01/08 12:35] runger |
versago:calendar_report_configuration [2019/11/13 13:36] (current) akoehler [Display Tab] |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| **Regular report presentation** | **Regular report presentation** | ||
| - | {{: | + | {{ : |
| **Calendar report presentation of the same information** | **Calendar report presentation of the same information** | ||
| - | {{: | + | {{ : |
| The calendar presentation supports the display of up to three (3) data elements from the underlying report for each date on the calendar. | The calendar presentation supports the display of up to three (3) data elements from the underlying report for each date on the calendar. | ||
| - | {{: | + | {{ : |
| ====== Before You Begin ====== | ====== Before You Begin ====== | ||
| Line 66: | Line 66: | ||
| * All the visible columns in the underlying report are displayed in a pop-up “mini-page” when the user clicks on a date item. This pop-up is where things like date formatting, links, etc. are applied. The items appear in the order defined in the “Display” step of the configuration. | * All the visible columns in the underlying report are displayed in a pop-up “mini-page” when the user clicks on a date item. This pop-up is where things like date formatting, links, etc. are applied. The items appear in the order defined in the “Display” step of the configuration. | ||
| - | > {{: | + | {{ : |
| ===== Record Submission Tab ===== | ===== Record Submission Tab ===== | ||
| Line 74: | Line 74: | ||
| ===== Calendar tab ===== | ===== Calendar tab ===== | ||
| - | * See the [[# | + | * See the //**[[# |
| ===== Sub-Report tab ===== | ===== Sub-Report tab ===== | ||
| Line 87: | Line 87: | ||
| * This tab is skipped in this setup process. | * This tab is skipped in this setup process. | ||
| + | |||
| + | |||
| ====== Calendar Setup ====== | ====== Calendar Setup ====== | ||
| Line 108: | Line 110: | ||
| In this configuration the selected information is shown on a single date in the calendar. | In this configuration the selected information is shown on a single date in the calendar. | ||
| - | {{: | + | {{ : |
| - | {{: | + | {{ : |
| ==== Start & End Date Configuration and Presentation ==== | ==== Start & End Date Configuration and Presentation ==== | ||
| Line 116: | Line 118: | ||
| In this configuration the selected information is shown across all dates in the calendar from the start date to the end date. Note that the display information appears at the beginning of each week where the date range for the item is included. | In this configuration the selected information is shown across all dates in the calendar from the start date to the end date. Note that the display information appears at the beginning of each week where the date range for the item is included. | ||
| - | {{: | + | {{ : |
| - | {{: | + | {{ : |
| ===== Display Details ===== | ===== Display Details ===== | ||
| Line 126: | Line 128: | ||
| As an example of how this flexibility might be used, if our sample report is titled “Production Order Starts by Item,” we could show the item number without a label since the report title tells the user that the item number is the key. But we might still have a label for the order number and quantity since those values might not be as obvious. | As an example of how this flexibility might be used, if our sample report is titled “Production Order Starts by Item,” we could show the item number without a label since the report title tells the user that the item number is the key. But we might still have a label for the order number and quantity since those values might not be as obvious. | ||
| - | {{: | + | {{ : |
| ====== Appendix A – Using Times from SAP Business One ====== | ====== Appendix A – Using Times from SAP Business One ====== | ||
| Line 132: | Line 134: | ||
| To use time as part of the calendar selection/ | To use time as part of the calendar selection/ | ||
| - | cast(left(right(' | + | <code sql>cast(left(right(' |
| This converts the numeric value to text (nvarchar), adds leading zeros and the “:” separator, and then converts the whole thing to a SQL Time value. | This converts the numeric value to text (nvarchar), adds leading zeros and the “:” separator, and then converts the whole thing to a SQL Time value. | ||