Line chart

This topic contains an example of a line chart.

The following Analytics statement has one GROUP BY and a single metric:

RETURN NumCases AS SELECT 
    SUM("Number of Cases Sold") AS "Total Cases Sold" 
GROUP BY "Booking Year"

It produces a line chart summarizing the “Total Cases Sold” metric for each Booking Year: