Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Report.xml for drill through reports
BIRTing
Hi All,
I have developed a drill through report and deployed it into an application(Maximo).
I entered the details of that report in an xml file..
<report name="JCI_WM_SRPriorityResponse.rptdesign">
<attribute name="filename">JCI_WM_SRPriorityResponse.rptdesign</attribute>
<attribute name="description">Completed Work Orders with missing Labor Details </attribute>
<attribute name="toolbarlocation">NONE</attribute>
<attribute name="toolbaricon">NONE</attribute>
<attribute name="toolbarsequence"></attribute>
<attribute name="norequestpage">0</attribute>
<attribute name="detail">0</attribute>
<attribute name="reportfolder">WOTRACK</attribute>
<parameters>
<parameter name="StartDate">
<attribute name="attributename"></attribute>
<attribute name="lookupname"></attribute>
<attribute name="sequence">1</attribute>
<attribute name="labeloverride">Start Date</attribute>
<attribute name="defaultvalue"></attribute>
<attribute name="required">1</attribute>
<attribute name="hidden">0</attribute>
<attribute name="operator"></attribute>
<attribute name="multilookup">1</attribute>
</parameter>
<parameter name="EndDate">
<attribute name="attributename"></attribute>
<attribute name="lookupname"></attribute>
<attribute name="sequence">2</attribute>
<attribute name="labeloverride">End Date</attribute>
<attribute name="defaultvalue"></attribute>
<attribute name="required">1</attribute>
<attribute name="hidden">0</attribute>
<attribute name="operator"></attribute>
<attribute name="multilookup">1</attribute>
</parameter>
<parameter name="customer">
<attribute name="attributename">pluspcustomer</attribute>
<attribute name="lookupname">workorder</attribute>
<attribute name="sequence">3</attribute>
<attribute name="labeloverride">Site</attribute>
<attribute name="defaultvalue"></attribute>
<attribute name="required">1</attribute>
<attribute name="hidden">0</attribute>
<attribute name="operator"></attribute>
<attribute name="multilookup">0</attribute>
</parameter>
</parameters>
<resources>
<resource>
<reference>wotrack.properties</reference>
<filename>${libraryfolder}/wotrack.properties</filename>
</resource>
</resources>
</report>
this report related to another report by drill through functionality..
What is the modification to be done in the above xml... to say that this report is connected to that report?
Thanks in advance
Regards,
Sankar Ganesh
Find more posts tagged with
Comments
mwilliams
Hi Sankar,
Can you explain this a little more? Possibly create a sample report that I can run that shows the issue you're talking about. I'm not quite sure I'm getting the question. Thanks.