How Data is Rendered

Alchemex 7.1

Home > Report Manager > Overview > How Data is Rendered

How Data is Rendered

Sage Intelligence Reporting always outputs the data for a report to the first (left most sheet) in a workbook. Subsequent worksheets in the workbook are available for you to create your report output formats.

 

The expression names for the columns in the report are placed in the first row of the worksheet as the column headings. Sage Intelligence Reporting then uses Named Ranges on the data columns and the used data range. Although these Named Ranges do not have to be used by the rest of the report they can be useful and provide more clarity in formulae and ranges that you use in your report formulae and Pivot Tables. Sage Intelligence Reporting names each column of raw data with the same name as the Column Heading for the column but replaces any special characters (which are not allowed in named ranges) with underscore characters.

 

Note: When you use Excel Formulae in your Sage Intelligence Reporting Data Containers then you should reference columns in the raw data by their Named Range headings. For example if you have a Data Expression called Order Date in your container and you want a Data Expression that uses a Microsoft Excel Formula to extract the month from the Order Date then you could create a Data Expression of type Excel Formula and then set the source to MONTH(Order_Date). Here we have used the standard Excel Formula MONTH and referenced the Order Date expression. Note that an underscore has been used to replace the space character between the words Order and Date (since special characters are not allowed in Named Ranges).

If a column in a report has a column heading beginning with a numeric then the Name Range applied to the column will be prefixed with an underscore (Since Named Ranges cannot begin with a numeric). You will also need to bear this in mind if you reference such a field using an Excel Formula in a Container Data Expression.

Lastly Sage Intelligence Reporting names the range of all the Columns in the Raw Data range as RawDataCols and the range of the Rows and Columns used by the Raw Data as RawData. These two named Ranges can be very useful when Pivot Tables feed off the Raw Data. Rather than using the column ranges (for example, Sheet1!$D:$J) for the source of a Pivot Table use the Named Range RawData (or RawDataCols), for example, Sheet1!RawData. In this way if new Display Columns are later appended to a report then the Range of the Pivot Table(s) will not have to be extended to include these (since with the Named Range the inclusion will be automatic).