Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I need to graph the following info.x axis - weekly datesy axis - employee sales can this be done easly.
Hi,you can do it editing SQL query on the Edit SQL query tab.Here is a sample:
SELECT
where DateField and Sales are your actual field names, TableName is your actual table name.