Commit c5673c18 authored by vvengurlekar's avatar vvengurlekar

compliancegrid.xml - made changes to pass person code to drilldown

compliancelink.xml - made changes to get person code from parent


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185436 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 316947f6
......@@ -11,6 +11,11 @@
<col_name id='personName' moduleName='DASHBOARD' name='personname' mandatory='N'><![CDATA[Person Name]]></col_name>
<col_descr id='descr'><![CDATA[Year:]]></col_descr>
</filter>
<filter type='1'>
<col_title><![CDATA[Heading of the Column]]></col_title>
<col_name id='personCode' moduleName='DASHBOARD' name='personCode' mandatory='N'><![CDATA[Person Code]]></col_name>
<col_descr id='descr'><![CDATA[Code:]]></col_descr>
</filter>
</filters>
<page_title><![CDATA[Customer Information :]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[ComplianceDetailsDB2Servlet]]></datasource>
......@@ -47,8 +52,6 @@
<column id='activity_descr'><![CDATA[Activity Description]]></column>
</columns>
</column_group>
<component_caption><![CDATA[]]></component_caption>
</component>
</view>
......
......@@ -8,8 +8,8 @@
</filter>
<filter type='1'>
<col_title><![CDATA[Heading of the Column]]></col_title>
<col_name id='P1' moduleName='DASHBOARD' name='date' mandatory='N'><![CDATA[Date]]></col_name>
<col_descr id='descr'><![CDATA[Year:]]></col_descr>
<col_name id='CELL_VAL' moduleName='DASHBOARD' name='CELL_VAL' mandatory='N'><![CDATA[Date]]></col_name>
<col_descr id='descr'><![CDATA[Date:]]></col_descr>
</filter>
</filters>
<page_title><![CDATA[Customer Information :]]></page_title>
......@@ -19,7 +19,7 @@
<component_type><![CDATA[DataGrid]]></component_type>
<ComponentTitle><![CDATA[Available Date]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<component_css><![CDATA[outerChartContainerPos1of1drilldown]]></component_css>
<link_format filterdisplay='Y'><![CDATA[P]]></link_format>
<group><![CDATA[]]></group>
<groupFilter>
......
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