TS Chrono Reports
Chrono reports are the static reports with the date in columns and the data in rows. These reports are used to create static report tables to match business standard templates.
The Chrono Reports workspace consist of four main tabs with different functionality, the toolbar, and Errors List. Detailed description of these reporting components see below.
- 1.1.1 Add New Chrono
- 1.2 Table Setup tab
- 1.3 Table tab
- 1.4 Charts Setup tab
- 1.5 Chats tab
- 2 Setup tips
Add New Chrono
To create this type of report select "Chrono Report" from Add Report button dropdown.
A New Chrono report will appear in the list of reports. Left click on it and rename as desired.
By default, an empty report will be displayed with the Table Setup and Charts Setup tabs available. Populating data into them correctly will unlock the Table and Charts tabs.
Table Setup tab
This section details how to make a simple schedule summary sheet.
Go to Schedule tab > Reporting tab > Add Report button > "Chrono Report".
Click in the name field and rename to "Summary".
Open the Table Setup tab to edit the report.
Report rows can be added, removed, indented, moved up/down, copied, cut, pasted using the top toolbar.
When creating repetitive reports (ie. Pit1, Pit2, Pit3, ...), start by creating a table template. Once complete, highlight the rows and select the Copy icon. Paste the copied rows and use the Find and Replace function to update the references.
Use Change Time Settings button to set reporting intervals and start/end periods. You may choose to report by "Scheduling Periods", "Number and Name", "Calendar Years", "Financial Years", "Calendar Quarters" etc. For the Start and End periods you may select certain periods dates or schedule start/end to display in your report.
Set the values in each column to match your data set. Description of the columns see in the table below.
Column | Function |
---|---|
Type | Set row type to “Title”, “Row” or “Iter”.
|
Name | An alphanumeric identifier used to create a unique lookup for the row, which can later be referenced in graph series and calculated fields. It is also used as a lookup code for formulas and charts. |
Caption | The display name of the row in the output table. |
Indent | Creates nested table fields. Indentation of child rows under title rows. |
Hide | Optionally hide a field from the output table. |
Units | Optionally specify units (meters, bcm, tonnes). |
Format | Excel-style number formatting. |
Initial | Optionally set the opening value for cumulative sums of this field. |
Data Source | Choose a data source from a list or create a calculated field. |
Item | Choose a field from the data source or enter a calculation |
Filter 1 Field | Filter field for filtering results. |
Filter 1 Value | Filter value to apply to the filter field. |
Red circle on the left of the Type column indicates that you have made some mistakes filling up a table or there are some unresolved issues. Check the Error List below to get a description and fix all the errors listed.
Other toolbar buttons:
Button | Icon | Description |
---|---|---|
Find and Replace | <CTRL>+ H. Use this icon to quickly update a range of selected cells when editing or updating reports | |
Convert to Static Report | Convert your report to static. Note that if your report currently has errors, they must be resolved before the report can be converted to a static one. See the Errors list below. | |
Manage Custom Lists | Opens Custom Lists dialog where you may add, remove, move up/down, save and import custom lists, as well as add, remove, move up/down, sort, copy, paste and clear custom items. | |
Formatting | Use this button to:
| |
Usage Hints | Applicable hotkeys you may use when working with a report. |
Table tab
Once you resolve all the issues listed in the Error List the Table tab becomes available. Open it to see the final report.
Right click on any field header to set or reset a color | |
Right click on any field row to copy its full name |
Charts Setup tab
Before setting up tables:
Select the Charts Setup tab.
Add a new chart.
Rename the chart to "Stockpiles".
In the Primary Axis panel,
change the caption to "Tonnes",
change the Format to "0.0%".
In the Series panel,
Add three series.
Name the series ROM HG, ROM MG, LG.
Set the fields to "inv.hg", "inv.mh" and "inv.lg".
Select from the Series Type column "FullStackedBar". You may select different types for each series to display in the Charts tab.
Select colours for each bar.
Chats tab
Review all data you populated in the previous tab by opening the Charts tab.
Note, that this tab is only available if no errors remaining in the Chart Setup tab.
You may always come back to the Charts Setup tab to change Series Type to display in charts.
Setup tips
Filter Wildcards
The following wildcards can be used to filter the data:
Available filters | |
---|---|
hg | Returns "hg" |
hg? | Returns "hg" plus exactly one trailing character, ie. hg1, hg2, hg3 *note "hg" would be excluded in this filter, because it only has two characters |
hg* | Returns "hg" plus any number of trailing characters, ie. hg, hg1, hga, hg171101 |
hg|bg | Returns "hg" or "bg" |
!hg|!bg | Returns all parcels excepting "hg" and "bg" |
Calculated Fields
Calculated fields use a formula to reference the Name field of other rows. In addition to the formulas below, Excel-style addition and multiplication may be used.
Available formulas | |
---|---|
V("prod.wt.ore") | Returns the value of "prod.wt.ore" in the current period |
CV("prod.wt.waste") | Returns the cumulative values of "prod.wt.waste" up to and including the current period |
S("prod.wt.*") | Sums all child fields of "prod.wt" in the current period (using asterisk as a wildcard for all children) |
SD(V("value1"),V("value2")) | Safe Divide value1 by value2. If value 2 is zero, the result is zero |
Math.Round(SD(V("value1"),V("value2"))) | Safe Divide result is rounded to the nearest even integer |
Math.Ceiling(SD(V("value1"),V("value2"))) | Safe Divide result is rounded up to the ceiling |
Math.Floor(SD(V("value1"),V("value2"))) | Safe Divide result is rounded down to the floor |
V("myValue") > 0 ? 1 : 0 | If "myValue" is greater than zero, return one, otherwise return zero |
If the formula has been incorrect previously, and you make a change to correct it, it won't turn black straight away. Switching to the Chart Setup tab and then switching back will resolve this.