Group Data by a Custom Field

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Dashboards and Reports Customization Guide > Designing Reports > Shape Report Data > Group and Sort Data 

Group Data by a Custom Field

This tutorial illustrates how to group a report against a custom criteria, in particular, group data by days of the week.

 

1.Create a new or open an existing data-bound report.
You cannot apply grouping unless your report is bound to a data source.
 

2.Create a calculated field. Switch to the Field List panel, select the data source or a table inside it and click Add Calculated Field.
 
eurd-web-group-data-create-calculated-field

 

3.Click the Edit button for the calculated field and then click the Expression property's ellipsis button. In the invoked Expression Editor, select the required date-time function and define the data field's name in [square brackets]. For example, use the GetDayOfWeek([OrderDate]) function to return a zero-based index of the day of the week, extracted from the OrderDate data field.
 
eurd-web-group-data-calculated-field-expression
 
Click OK to close the editor and save the changes.
 

4.Insert the Group Header band, select the Group Fields section in the Actions category and add a new group field to group the report's data by the calculated field.
 
eurd-web-group-by-calculated-field
 
Click the Up or Down buttons to define the sort order within the group (ascending or descending). Use the DisableSortingh button to disable sorting in grouped data.
 

5.Switch to the Field List and drop the required data fields onto the report's area.
 
eurd-web-group-by-field-layout
 

6.Select the label in the Group Header and set the Text Format String property to {0:dddd}. This makes the label only display the day of the week, and not the date.
 
eurd-web-group-by-field-format-string
 

Switch to Print Preview to see the result.

 

eurd-web-group-by-calculated-field-result