title = "Orders by Employee" description = "List of orders fulfilled by each employee" group_by = 0 [[columns]] name = "Employee" [[columns]] name = "Order #" [[columns]] name = "Order Date" [[columns]] name = "Customer" [[columns]] name = "Value" footer = "sum" format = "$" [[options]] name = "Order Date" group = "date" [[options.controls]] type = "date" label = "From" key = "from" default = "1996-07-04" [[options.controls]] type = "date" label = "To" key = "to" default = "1997-02-12" [[options]] name = "Product Category" group = "category" helper = "checkbox" [[options.controls]] type = "checkbox" label = "Beverages" key = "1" default = "checked" [[options.controls]] type = "checkbox" label = "Condiments" key = "2" default = "checked" [[options.controls]] type = "checkbox" label = "Confections" key = "3" default = "checked" [[options.controls]] type = "checkbox" label = "Dairy Products" key = "4" default = "checked" [[options.controls]] type = "checkbox" label = "Grains/Cereals" key = "5" default = "checked" [[options.controls]] type = "checkbox" label = "Meat/Poultry" key = "6" default = "checked" [[options.controls]] type = "checkbox" label = "Produce" key = "7" default = "checked" [[options.controls]] type = "checkbox" label = "Seafood" key = "8" default = "checked"