Files
MBS/PROYECTO/TEST/reportes/dashboard.4rp
T

42 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<report:Report xmlns:rtl="http://www.4js.com/2004/RTL" xmlns:report="http://www.4js.com/2007/REPORT" xmlns="http://www.4js.com/2004/PXML" gstVersion="31408" version="6.00">
<report:Settings RWPageWidth="legallength" RWPageLength="legalwidth" RWLeftMargin="0.5inch" RWTopMargin="0.5inch" RWRightMargin="0.5inch" RWBottomMargin="0.19inch">
<report:FormatList>
<report:Format-SVG/>
<report:Format-PDF/>
<report:Format-image/>
</report:FormatList>
</report:Settings>
<report:Data RWDataLocation="dashboard.rdd" RWFglReportName="master_report"/>
<report:Conflicts>
<report:Conflict nodeName="Item5" message="Node was in trigger &quot;Group departamento [0; unbounded]&quot;, but trigger was removed during schema update"/>
<report:Conflict nodeName="Categoryitem5" message="Node was in trigger &quot;OnLastRow [0; 1]&quot;, but trigger was removed during schema update"/>
</report:Conflicts>
<rtl:stylesheet>
<PXML>
<rtl:match name="Report" nameConstraint="Report" minOccurs="1" maxOccurs="1">
<MINIPAGE name="Page Root" width="max" length="max">
<LAYOUTNODE name="LayoutNode1" width="min" length="min" layoutDirection="leftToRight" floatingBehavior="enclosed">
<rtl:input-variable name="titulodepartamento" type="FGLString" expectedLocation="expectedAhead"/>
<WORDBOX name="WordBox" width="max" fontSize="14" fontBold="true" underline="true" floatingBehavior="enclosed" textAlignment="center" text="{{titulodepartamento.trim()}}"/>
</LAYOUTNODE>
<LAYOUTNODE name="LayoutNode" width="min" length="min" layoutDirection="leftToRight" floatingBehavior="enclosed">
<MAPCHART name="piegastosmenssuales" width="15cm" length="10cm" floatingBehavior="enclosed" title="Gastos Por Mes" keysTitle="Meses" valuesTitle="Gastos" drawAs="Pie3D" drawLegend="true" drawLabels="true">
<rtl:match name="FirstPageHeader" nameConstraint="FirstPageHeader" minOccurs="0" maxOccurs="1"/>
<ITEM key="{{x.departamento}}" value="{{x.valor}}" name="Item5"/>
<rtl:match name="OnEveryRow" nameConstraint="OnEveryRow" minOccurs="0" maxOccurs="unbounded">
<rtl:call-report name="Call to SubReport dashboard-report_depto.xsd"/>
<rtl:call-report name="Call to SubReport dashboard-report_mes.xsd"/>
<rtl:call-report name="Call to SubReport dashboard-report_detalle.xsd"/>
</rtl:match>
</MAPCHART>
<CATEGORYCHART name="Categorychart" rtl:condition="tienegastos==&quot;SI&quot;" width="20cm" floatingBehavior="enclosed" title="Insert title here" keysTitle="Insert keys title here" valuesTitle="Insert values title here" categoriesTitle="Insert categories title here" drawAs="Bar3D">
<CATEGORYITEM categoryKey="{{z.descripcion+&quot;=&quot;+z.balance.format(&quot;###,###,###.##&quot;)}}" key="{{z.descripcion}}" value="{{z.balance}}" name="Categoryitem5"/>
</CATEGORYCHART>
</LAYOUTNODE>
</MINIPAGE>
</rtl:match>
</PXML>
</rtl:stylesheet>
</report:Report>