I have a table includes a list of all Contracts (Includes contact Extensions) like bellow:
Contract Code , Start Date , End Date , Original Contract Code(for extensions)
--------------------------------------------------------------------------------
"A0001", 01/01/2007, 31/12/2007, ""
"A0001-E1", 01/07/2008, 30/06/2009, "A0001"
"A0002", 01/01/2008, 31/03/2008, ""
"A0002-E1", 01/04/2008, 30/06/2008, "A0002"
"A0002-E2", 01/07/2008, 30/09/2008, "A0002"
"A0002-E3", 01/10/2008, 31/12/2008, "A0002"
"A0002-E4", 01/01/2009, 31/03/2009, "A0002"
"A0002-E5", 01/04/2009, 30/09/2009, "A0002"
No, My manager request a report that show the contracts that starts or ends in the given period (Ex, from 01-01-2007 to 01-01-2010).
the data should be shown in a Horizontal Bar chart that show each contact plus all the extensions in one row. and each extension in different color.
X axis show the contract+Extensions, Y axis show the date.
Thanks, Please try to replay ASAP
Contract Code , Start Date , End Date , Original Contract Code(for extensions)
--------------------------------------------------------------------------------
"A0001", 01/01/2007, 31/12/2007, ""
"A0001-E1", 01/07/2008, 30/06/2009, "A0001"
"A0002", 01/01/2008, 31/03/2008, ""
"A0002-E1", 01/04/2008, 30/06/2008, "A0002"
"A0002-E2", 01/07/2008, 30/09/2008, "A0002"
"A0002-E3", 01/10/2008, 31/12/2008, "A0002"
"A0002-E4", 01/01/2009, 31/03/2009, "A0002"
"A0002-E5", 01/04/2009, 30/09/2009, "A0002"
No, My manager request a report that show the contracts that starts or ends in the given period (Ex, from 01-01-2007 to 01-01-2010).
the data should be shown in a Horizontal Bar chart that show each contact plus all the extensions in one row. and each extension in different color.
X axis show the contract+Extensions, Y axis show the date.
Thanks, Please try to replay ASAP