Commit dad8a3b8 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215909 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f99e6875
......@@ -42,7 +42,7 @@
<link_metadata><![CDATA[_composite_esi_products]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="SUM" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
......@@ -63,9 +63,7 @@
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true,
SELL_IN: 33,
SELL_OUT: 66
info_visible : true
},
chart_properties: {
chartType: 'percentage',
......@@ -90,7 +88,7 @@
},
{
id: "GREEN",
expression: " ( 81 <= data[0] ) && ( data[0] <= 100 ) ",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
......@@ -119,9 +117,7 @@
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true,
SELL_IN: 33,
SELL_OUT: 66
info_visible : true
},
chart_properties: {
chartType: 'percentage',
......@@ -146,7 +142,7 @@
},
{
id: "GREEN",
expression: " ( 81 <= data[0] ) && ( data[0] <= 100 ) ",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
......
......@@ -46,7 +46,7 @@
</column_group>
<column_group id="2">
<columns>
<column id="1" type="string" aggFunction="SUM" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
......@@ -68,8 +68,6 @@
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true,
SELL_IN: 33,
SELL_OUT: 66,
link_metadata: 'sell_plan_review_rsm_abm'
},
chart_properties: {
......@@ -95,7 +93,7 @@
},
{
id: "GREEN",
expression: " ( 81 <= data[0] ) && ( data[0] <= 100 ) ",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
......
......@@ -52,7 +52,7 @@
<link_metadata><![CDATA[_composite_esi_products]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="SUM" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
......@@ -73,9 +73,7 @@
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true,
SELL_IN: 33,
SELL_OUT: 66
info_visible : true
},
chart_properties: {
chartType: 'percentage',
......@@ -100,7 +98,7 @@
},
{
id: "GREEN",
expression: " ( 81 <= data[0] ) && ( data[0] <= 100 ) ",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
......@@ -129,9 +127,7 @@
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true,
SELL_IN: 33,
SELL_OUT: 66
info_visible : true
},
chart_properties: {
chartType: 'percentage',
......@@ -156,7 +152,7 @@
},
{
id: "GREEN",
expression: " ( 81 <= data[0] ) && ( data[0] <= 100 ) ",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment