Difference between revisions of "Diagram 1"

From Catglobe Wiki
Jump to: navigation, search
(Created page with 'Image:Diagram_1.JPG The diagram above is a cross diagram which is made by crossing 2 axes together:<br>- The x-axis has 4 options: Custom Service, Product, Web site and Bran…')
 
Line 4: Line 4:
  
 
==== The following steps show you how to create the above diagram<br> ====
 
==== The following steps show you how to create the above diagram<br> ====
 +
 +
Step 1. Create a new axis set in DCS list based on the EndDate column.<br>&nbsp;1. Open the Data Cache in Data Cache list (Tools/ Data / Data Caches).<br>&nbsp;2. In the Data Cache tab: <br>&nbsp;&nbsp; 2.1 Select Column’s type then click “Add Column” button to insert a new Custom column.<br>
 +
 +
[[Image:Add_custom.JPG]]
 +
 +
- The new Custom column is used to define the Quarter which this record is related to the current day in the system. <br>- Data type: Number <br>- Save numbers: 0,1,4 and null.<br>&nbsp; 0: if the date of the EndDate column is in the same quarter of current date in the system.<br>&nbsp; 1: if the date of the EndDate column is in the previous quarter of current date in the system.<br>&nbsp; 4: if the date of the EndDate column is in the same quarter but in the last year of current date in the system.<br>&nbsp; Null: if the date of the EndDate column is in other quarters.<br>&nbsp;&nbsp; 2.2 Put the CGScript which defines Current Quarter, Last Quarter and the Same Quarter Last Year :
 +
 +
[[Image:Insert_script.JPG]]

Revision as of 08:29, 3 September 2009

Diagram 1.JPG

The diagram above is a cross diagram which is made by crossing 2 axes together:
- The x-axis has 4 options: Custom Service, Product, Web site and Brand.
- The y-axis has 3 options: Same Quarter Last Year, Last Quarter and This Quarter. Calculations for these options are based on values stored in a custom column in the data cache. These values, which are calculated on corresponding values in the EndDate column, indicate whether an RPQ was finished in this quarter, last quarter, or the same quarter last year.

The following steps show you how to create the above diagram

Step 1. Create a new axis set in DCS list based on the EndDate column.
 1. Open the Data Cache in Data Cache list (Tools/ Data / Data Caches).
 2. In the Data Cache tab:
   2.1 Select Column’s type then click “Add Column” button to insert a new Custom column.

Add custom.JPG

- The new Custom column is used to define the Quarter which this record is related to the current day in the system.
- Data type: Number
- Save numbers: 0,1,4 and null.
  0: if the date of the EndDate column is in the same quarter of current date in the system.
  1: if the date of the EndDate column is in the previous quarter of current date in the system.
  4: if the date of the EndDate column is in the same quarter but in the last year of current date in the system.
  Null: if the date of the EndDate column is in other quarters.
   2.2 Put the CGScript which defines Current Quarter, Last Quarter and the Same Quarter Last Year :

Insert script.JPG