In order to create item group sales report according to ticket type, go to Manage > Reports > Reports from here click on Add Report link.

  • Name: Field to write name of report. (For example; Item Group Sales Report – According to Ticket Type)
  • Page Size: Field to set page size. (In the example; 500px)
  • Display in Report Explorer: Activate by selecting the box.
  • Template: Copy the code below into template area.
@{TICKET TYPE LIST}
[Sales Based on Item Group - $1:2, 1, 1]
{REPORT ORDER DETAILS:O.ItemGroup,O.ExactTotal.Percent.desc,O.ExactTotal.Sum:(ODI=True) and (TY=$1)}
>Total|{REPORT ORDER DETAILS:O.ExactTotal.Sum:(ODI=True) and (TY=$1)}

After completing necessary editings, click on Save button. You can display related report on navigation screen in the Reports menu.