<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.23" id="1">
    <property name="createdBy">Eclipse BIRT Designer Version 4.8.0.v201806261756</property>
    <list-property name="userProperties">
        <structure>
            <property name="name">Data Cube1.RecipientsForPieChart.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube1.RecipientsForPieChart.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube - RecipientsForPieChart.RecipientsForPieChart.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube - RecipientsForPieChart.RecipientsForPieChart.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube2.RecipientsForPieChart.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube2.RecipientsForPieChart.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube.RecipientsForPieChart.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">Data Cube.RecipientsForPieChart.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">RecipientsForMailingTypeChartDataCube.RecipientsForMailingTypeChart.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">RecipientsForMailingTypeChartDataCube.RecipientsForMailingTypeChart.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">RecipientsStatistics.RecipientsStatitics.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">RecipientsStatistics.RecipientsStatitics.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">DataCubeForDevidingByThree.RecipientsDataSet.x</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
        <structure>
            <property name="name">DataCubeForDevidingByThree.RecipientsDataSet.y</property>
            <property name="type">integer</property>
            <property name="isVisible">false</property>
        </structure>
    </list-property>
    <property name="Data Cube1.RecipientsForPieChart.x">135</property>
    <property name="Data Cube1.RecipientsForPieChart.y">80</property>
    <property name="Data Cube - RecipientsForPieChart.RecipientsForPieChart.x">135</property>
    <property name="Data Cube - RecipientsForPieChart.RecipientsForPieChart.y">80</property>
    <property name="Data Cube2.RecipientsForPieChart.x">135</property>
    <property name="Data Cube2.RecipientsForPieChart.y">80</property>
    <property name="Data Cube.RecipientsForPieChart.x">135</property>
    <property name="Data Cube.RecipientsForPieChart.y">80</property>
    <property name="RecipientsForMailingTypeChartDataCube.RecipientsForMailingTypeChart.x">135</property>
    <property name="RecipientsForMailingTypeChartDataCube.RecipientsForMailingTypeChart.y">80</property>
    <property name="RecipientsStatistics.RecipientsStatitics.x">135</property>
    <property name="RecipientsStatistics.RecipientsStatitics.y">80</property>
    <property name="DataCubeForDevidingByThree.RecipientsDataSet.x">135</property>
    <property name="DataCubeForDevidingByThree.RecipientsDataSet.y">80</property>
    <simple-property-list name="includeResource">
        <value>WEB-INF/classes/messages</value>
    </simple-property-list>
    <property name="units">in</property>
    <method name="initialize"><![CDATA[importPackage(Packages.java.lang);
importPackage(Packages.com.agnitas.reporting.birt.external.dataset);
importPackage(Packages.com.agnitas.reporting.birt.external.utils);
importPackage(Packages.com.agnitas.messages);

reportContext.getAppContext().put("CHART_RESOLUTION", 300);

MAX_SYMBOLS_FOR_CHART_TITLE = 25;

function wrap(str, width) {
	var length;

	if (str.length instanceof Function) {
		length = str.length();
	} else {
		length = str.length;
	}

	if (length <= width) {
		return str;
	}

	return str.substring(0, width) + "\n" + wrap(str.substring(width, length), width);
}
reportContext.setGlobalVariable("wrap", wrap);

function wrap2(str){
  var strOut = str;
  var i = 0;
  while (i < str.length) {
     strOut = CustomFunctions.TextWrap(strOut, (i*2 + 1));
     i++;
  }
  return strOut;
}
reportContext.setGlobalVariable("wrap2", wrap2);

function dateFormat(dateString) {
	importPackage(Packages.java.text);
	if (reportContext.getLocale().getLanguage() == "de") {
		date = new SimpleDateFormat("yyyy-MM-dd").parse(dateString);
		return (new SimpleDateFormat("dd.MM.yyyy").format(date));	
	} else {
		return dateString;
	}
}
reportContext.setGlobalVariable("dateFormat", dateFormat);

function formatDateByLocale(date) {
	importPackage(Packages.java.text);
	if (reportContext.getLocale().getLanguage() == "de") {
		return new SimpleDateFormat("dd.MM.yyyy").format(date);	
	} else {
		return new SimpleDateFormat("yyyy-MM-dd").format(date);
	}
}
reportContext.setGlobalVariable("formatDateByLocale", formatDateByLocale);

figures = BirtReporUtils.unpackFigures(params["figures"]);
reportContext.setGlobalVariable("figures", figures);

recipientsStatisticDataSet = new RecipientsStatisticDataSet();
tempTableIds = recipientsStatisticDataSet.initRecipientsStatistic(params["companyID"], params["mailingLists"], params["targetGroups"], params["startDate"], params["stopDate"], params["figures"], params["hiddenTargetId"]);
tableInRowId = tempTableIds.get('tempTableInfoInRowId'); 
tableInColId = tempTableIds.get('tempTableInfoInColumnId');
reportContext.setPersistentGlobalVariable("accountName", recipientsStatisticDataSet.getAccountName(params["accountId"]));
reportContext.setPersistentGlobalVariable("reportName", recipientsStatisticDataSet.getReportName(params["reportId"]));

reportContext.setPersistentGlobalVariable("stopDateFormated", dateFormat(params["stopDate"]));
reportContext.setPersistentGlobalVariable("startDateFormated", dateFormat(params["startDate"]));

recipientsDetailedStatisticDataSet = new RecipientsDetailedStatisticDataSet();
if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_DEVELOPMENT_DETAILED)) {
	recipientsDetailedStatisticDataSet.initRecipientsStatistic(params["companyID"], params["mailingLists"], params["targetGroups"], params["startDate"], params["stopDate"], params["hiddenTargetId"]);
}
if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_DEVELOPMENT_NET)) {
	recipientsDetailedStatisticDataSet.initRecipientsDynamicStatistic(params["companyID"], params["mailingLists"], params["targetGroups"], params["startDate"], params["stopDate"], params["hiddenTargetId"]);
}

currentMailingListNumber = 1;
mailingListId1 = 0;
mailingListId2 = 0;
mailingListId3 = 0;

var funcDateString = reportContext.getGlobalVariable("dateFormat");
params["startDateFormated"] = funcDateString(params["startDate"]);
params["stopDateFormated"] = funcDateString(params["stopDate"]);

var mailingNum = String.valueOf(params["mailingLists"]).split(",").length;

reportContext.setPersistentGlobalVariable("numberOfMailinglists", new Integer(mailingNum));

statList = recipientsStatisticDataSet.getRecipientsStatistic(tableInRowId);
recipientsStatisticData = recipientsStatisticDataSet.getData(tableInColId);
statisticDetailed = recipientsDetailedStatisticDataSet.getStatistic();
statisticDetailedDynamic = recipientsDetailedStatisticDataSet.getDynamicStatistic();

statisticsByActivity = recipientsStatisticDataSet.getRecipientStatisticByActivity(tableInColId);
statisticsByTargetGroup = recipientsStatisticDataSet.getRecipientStatisticByTargetGroup(tableInRowId);
statisticsByStatuses = recipientsStatisticDataSet.getRecipientStatisticByStatuses(tableInRowId);
statisticsByMailtype = recipientsStatisticDataSet.getRecipientStatisticByMailtype(tableInRowId);

//Initialize translations
reportContext.setPersistentGlobalVariable("message_Mailinglist", I18nString.getLocaleString("Mailinglist", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.openers.total.footnode", I18nString.getLocaleString("report.openers.total.footnode", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.label.asOf", I18nString.getLocaleString("report.label.asOf", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.recipient.period", I18nString.getLocaleString("report.recipient.period", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_Target-Groups", I18nString.getLocaleString("Target-Groups", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_Opt_Outs", I18nString.getLocaleString("statistic.Opt_Outs", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_Active", I18nString.getLocaleString("default.status.active", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_html", I18nString.getLocaleString("HTML", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_text", I18nString.getLocaleString("recipient.mailingtype.text", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_html_offline", I18nString.getLocaleString("recipient.mailingtype.htmloffline", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_recipient.Bounced", I18nString.getLocaleString("recipient.MailingState2", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_birt.recipient.notConfirmed", I18nString.getLocaleString("birt.recipient.notConfirmed", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_birt.recipient.hardbounces", I18nString.getLocaleString("statistic.bounces.hardbounce", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_birt.recipient.notConfirmedNote", I18nString.getLocaleString("birt.recipient.notConfirmedNote", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_From", I18nString.getLocaleString("From", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_default.to", I18nString.getLocaleString("default.to", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_Subscribers", I18nString.getLocaleString("recipient.Opt_Ins", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_birt.recipient.unsubscribers", I18nString.getLocaleString("statistic.Opt_Outs", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_Bounces", I18nString.getLocaleString("statistic.Bounces", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_recipientsStatistic.active", I18nString.getLocaleString("recipient.MailingState1", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_statistic.clicker", I18nString.getLocaleString("statistic.clicker", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_birt.report.opens", I18nString.getLocaleString("birt.report.opens", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_statistic.pc", I18nString.getLocaleString("statistic.pc", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.openers.total", I18nString.getLocaleString("report.openers.total", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.openers.tablet.shortname", I18nString.getLocaleString("report.openers.tablet.shortname", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.openers.mobile.shortname", I18nString.getLocaleString("report.openers.mobile.shortname", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.openers.smarttv.shortname", I18nString.getLocaleString("report.openers.smarttv.shortname", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("message_report.openers.multiple-devices.shortname", I18nString.getLocaleString("report.openers.multiple-devices.shortname", reportContext.getLocale()));
reportContext.setPersistentGlobalVariable("statistic.blacklisted", I18nString.getLocaleString("recipient.MailingState6", reportContext.getLocale()))]]></method>
    <property name="iconFile">/templates/blank_report.gif</property>
    <property name="layoutPreference">auto layout</property>
    <property name="bidiLayoutOrientation">ltr</property>
    <list-property name="cssStyleSheets">
        <structure>
            <property name="fileName">WebContent/styles.css</property>
            <property name="useExternalCss">false</property>
        </structure>
        <structure>
            <property name="fileName">styles.css</property>
            <property name="useExternalCss">false</property>
        </structure>
    </list-property>
    <parameters>
        <scalar-parameter name="companyID" id="719">
            <property name="valueType">static</property>
            <property name="dataType">integer</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="mailingLists" id="660">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="targetGroups" id="661">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <simple-property-list name="defaultValue">
                <value type="constant">-1</value>
            </simple-property-list>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="startDate" id="831">
            <property name="valueType">static</property>
            <property name="isRequired">true</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="stopDate" id="832">
            <property name="valueType">static</property>
            <property name="isRequired">true</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="accountId" id="2339">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="reportCreateDate" id="2340">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="startDateFormated" id="2535">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="stopDateFormated" id="2536">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="figures" id="4211">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="reportId" id="4218">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="hiddenTargetId" id="5106">
            <property name="hidden">false</property>
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <simple-property-list name="defaultValue">
                <value type="constant"></value>
            </simple-property-list>
            <list-property name="selectionList"/>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
    </parameters>
    <data-sources>
        <script-data-source name="DummyDataSource" id="259"/>
    </data-sources>
    <data-sets>
        <script-data-set name="RecipientsDataSet" id="662">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">MAILINGLIST</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">TARGETGROUP</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">ACTIVE_TOTAL</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">OPTOUT_TXT</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">BOUNCED_TXT</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">mailingListId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">7</property>
                    <property name="name">targetGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">8</property>
                    <property name="name">mailingListGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">9</property>
                    <property name="name">ACTIVE</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">10</property>
                    <property name="name">ACTIVE_FOR_PERIOD</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">11</property>
                    <property name="name">WAITING_FOR_CONFIRM</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">12</property>
                    <property name="name">BLACKLISTED</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">13</property>
                    <property name="name">OPTOUT</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">14</property>
                    <property name="name">BOUNCED</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">15</property>
                    <property name="name">GENDER_MALE</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">16</property>
                    <property name="name">GENDER_FEMALE</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">17</property>
                    <property name="name">GENDER_UNKNOWN</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">18</property>
                    <property name="name">RECIPIENT_COUNT</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">19</property>
                    <property name="name">ACTIVE_TXT</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">20</property>
                    <property name="name">ACTIVE_HTML</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">21</property>
                    <property name="name">ACTIVE_OFFLINE_HTML</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">22</property>
                    <property name="name">active_count_asOf</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">23</property>
                    <property name="name">waiting_for_confirm_count_asOf</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">24</property>
                    <property name="name">blacklisted_count_asOf</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">25</property>
                    <property name="name">optout_count_asOf</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">26</property>
                    <property name="name">bounced_count_asOf</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">MAILINGLIST</property>
                </structure>
                <structure>
                    <property name="columnName">TARGETGROUP</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE_TOTAL</property>
                </structure>
                <structure>
                    <property name="columnName">OPTOUT_TXT</property>
                </structure>
                <structure>
                    <property name="columnName">BOUNCED_TXT</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListId</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE_FOR_PERIOD</property>
                </structure>
                <structure>
                    <property name="columnName">WAITING_FOR_CONFIRM</property>
                </structure>
                <structure>
                    <property name="columnName">BLACKLISTED</property>
                </structure>
                <structure>
                    <property name="columnName">OPTOUT</property>
                </structure>
                <structure>
                    <property name="columnName">BOUNCED</property>
                </structure>
                <structure>
                    <property name="columnName">GENDER_MALE</property>
                </structure>
                <structure>
                    <property name="columnName">GENDER_FEMALE</property>
                </structure>
                <structure>
                    <property name="columnName">GENDER_UNKNOWN</property>
                </structure>
                <structure>
                    <property name="columnName">RECIPIENT_COUNT</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE_TXT</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE_HTML</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE_OFFLINE_HTML</property>
                </structure>
                <structure>
                    <property name="columnName">active_count_asOf</property>
                </structure>
                <structure>
                    <property name="columnName">waiting_for_confirm_count_asOf</property>
                </structure>
                <structure>
                    <property name="columnName">blacklisted_count_asOf</property>
                </structure>
                <structure>
                    <property name="columnName">optout_count_asOf</property>
                </structure>
                <structure>
                    <property name="columnName">bounced_count_asOf</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">MAILINGLIST</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">TARGETGROUP</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">ACTIVE_TOTAL</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">OPTOUT_TXT</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">BOUNCED_TXT</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">mailingListId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">7</property>
                        <property name="name">targetGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">8</property>
                        <property name="name">mailingListGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">9</property>
                        <property name="name">ACTIVE</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">10</property>
                        <property name="name">ACTIVE_FOR_PERIOD</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">11</property>
                        <property name="name">WAITING_FOR_CONFIRM</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">12</property>
                        <property name="name">BLACKLISTED</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">13</property>
                        <property name="name">OPTOUT</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">14</property>
                        <property name="name">BOUNCED</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">15</property>
                        <property name="name">GENDER_MALE</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">16</property>
                        <property name="name">GENDER_FEMALE</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">17</property>
                        <property name="name">GENDER_UNKNOWN</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">18</property>
                        <property name="name">RECIPIENT_COUNT</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">19</property>
                        <property name="name">ACTIVE_TXT</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">20</property>
                        <property name="name">ACTIVE_HTML</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">21</property>
                        <property name="name">ACTIVE_OFFLINE_HTML</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">22</property>
                        <property name="name">active_count_asOf</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">23</property>
                        <property name="name">waiting_for_confirm_count_asOf</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">24</property>
                        <property name="name">blacklisted_count_asOf</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">25</property>
                        <property name="name">optout_count_asOf</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">26</property>
                        <property name="name">bounced_count_asOf</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentrow = 0;]]></method>
            <method name="fetch"><![CDATA[importPackage(Packages.java.text);

if (currentrow < statList.size()) {
	row["MAILINGLIST"] = statList.get(currentrow).getMailingListName();
	if (statList.get(currentrow).getTargetGroupId() == 1) {
		row["TARGETGROUP"] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.all_subscribers", reportContext.getLocale());
	} else {
		row["TARGETGROUP"] = statList.get(currentrow).getTargetGroupName();
	}

    symbols = DecimalFormatSymbols.getInstance();
    symbols.setGroupingSeparator('.');
    formatter = new DecimalFormat("###,###.###", symbols);

	row["ACTIVE_TOTAL"] = formatter.format(statList.get(currentrow).getCountActiveForPeriod());
    
    row["OPTOUT_TXT"] = formatter.format(statList.get(currentrow).getCountOptout());
    row["BOUNCED_TXT"] = formatter.format(statList.get(currentrow).getCountBounced());
    
    row["ACTIVE_TXT"] = statList.get(currentrow).getCountTypeText()
    row["ACTIVE_HTML"] = statList.get(currentrow).getCountTypeHtml()
    row["ACTIVE_OFFLINE_HTML"] = statList.get(currentrow).getCountTypeOfflineHtml()
    
    row["ACTIVE"] = statList.get(currentrow).getCountActive();
    row["ACTIVE_FOR_PERIOD"] = statList.get(currentrow).getCountActiveForPeriod();
    row["WAITING_FOR_CONFIRM"] = statList.get(currentrow).getCountWaitingForConfirm();
	row["BLACKLISTED"] = statList.get(currentrow).getCountBlacklisted();
    row["OPTOUT"] = statList.get(currentrow).getCountOptout();
    row["BOUNCED"] = statList.get(currentrow).getCountBounced();
    
    row["GENDER_MALE"] = statList.get(currentrow).getCountGenderMale();
    row["GENDER_FEMALE"] = statList.get(currentrow).getCountGenderFemale();
    row["GENDER_UNKNOWN"] = statList.get(currentrow).getCountGenderUnknown();
    
    row["RECIPIENT_COUNT"] = statList.get(currentrow).getCountRecipient();
            
    row["mailingListId"] = statList.get(currentrow).getMailingListId();
    row["targetGroupId"] = statList.get(currentrow).getTargetGroupId();
    row["mailingListGroupId"] = statList.get(currentrow).getMailingListGroupId();
    
    row["active_count_asOf"] = statList.get(currentrow).getCountActiveAsOf();
    row["blacklisted_count_asOf"] = statList.get(currentrow).getCountBlacklistedAsOf();
    row["optout_count_asOf"] = statList.get(currentrow).getCountOptoutAsOf();
    row["bounced_count_asOf"] = statList.get(currentrow).getCountBouncedAsOf();
    row["waiting_for_confirm_count_asOf"] = statList.get(currentrow).getCountWaitingForConfirmAsOf();
 
 	currentrow++;
	return true;
}
return false;		]]></method>
        </script-data-set>
        <script-data-set name="RecipientsDetailedDynamic" id="2031">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">MAILINGLIST</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">TARGETGROUP</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">mailingListId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">targetGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">ACTIVE</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">BLACKLISTED</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">7</property>
                    <property name="name">OPTOUT</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">8</property>
                    <property name="name">BOUNCED</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">9</property>
                    <property name="name">date</property>
                    <property name="dataType">date</property>
                </structure>
                <structure>
                    <property name="position">10</property>
                    <property name="name">mailingListGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">11</property>
                    <property name="name">targetGroupGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">12</property>
                    <property name="name">WAITING_FOR_CONFIRM</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">MAILINGLIST</property>
                </structure>
                <structure>
                    <property name="columnName">TARGETGROUP</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListId</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE</property>
                </structure>
                <structure>
                    <property name="columnName">BLACKLISTED</property>
                </structure>
                <structure>
                    <property name="columnName">OPTOUT</property>
                </structure>
                <structure>
                    <property name="columnName">BOUNCED</property>
                </structure>
                <structure>
                    <property name="columnName">date</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">WAITING_FOR_CONFIRM</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">MAILINGLIST</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">TARGETGROUP</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">mailingListId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">targetGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">ACTIVE</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">BLACKLISTED</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">7</property>
                        <property name="name">OPTOUT</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">8</property>
                        <property name="name">BOUNCED</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">9</property>
                        <property name="name">date</property>
                        <property name="dataType">date</property>
                    </structure>
                    <structure>
                        <property name="position">10</property>
                        <property name="name">mailingListGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">11</property>
                        <property name="name">targetGroupGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">12</property>
                        <property name="name">WAITING_FOR_CONFIRM</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentrow = 0;
]]></method>
            <method name="fetch"><![CDATA[importPackage(Packages.java.text);

if (currentrow < statisticDetailed.size()) {
	row["MAILINGLIST"] = statisticDetailed.get(currentrow).getMailingListName();
	// do some i18n stuff
	if (statisticDetailed.get(currentrow).getTargetGroupId() == 1) {
		row["TARGETGROUP"] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.all_subscribers", reportContext.getLocale());
	} else {
		row["TARGETGROUP"] = statisticDetailed.get(currentrow).getTargetGroupName();
	}
    
    row["ACTIVE"] = statisticDetailed.get(currentrow).getCountActive();
    row["BLACKLISTED"] = statisticDetailed.get(currentrow).getCountBlacklisted();
    row["OPTOUT"] = statisticDetailed.get(currentrow).getCountOptout();
    row["BOUNCED"] = statisticDetailed.get(currentrow).getCountBounced();
    row["WAITING_FOR_CONFIRM"] = statisticDetailed.get(currentrow).getCountWaitingForConfirm();

    row["mailingListId"] = statisticDetailed.get(currentrow).getMailingListId();
    row["mailingListGroupId"] = statisticDetailed.get(currentrow).getMailingListGroupId();
    row["targetGroupId"] = statisticDetailed.get(currentrow).getTargetGroupId();
    row["targetGroupGroupId"] = statisticDetailed.get(currentrow).getTargetGroupGroupId();
    
    row["date"] = statisticDetailed.get(currentrow).getDate();
 
 	currentrow++;
	return true;
} 
return false;
]]></method>
        </script-data-set>
        <script-data-set name="RecipientsDetailedDynamicOverallDistribution" id="2180">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">MAILINGLIST</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">TARGETGROUP</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">mailingListId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">targetGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">ACTIVE</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">OPTOUT</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">7</property>
                    <property name="name">BOUNCED</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">8</property>
                    <property name="name">date</property>
                    <property name="dataType">date</property>
                </structure>
                <structure>
                    <property name="position">9</property>
                    <property name="name">mailingListGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">10</property>
                    <property name="name">targetGroupGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">MAILINGLIST</property>
                </structure>
                <structure>
                    <property name="columnName">TARGETGROUP</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListId</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">ACTIVE</property>
                </structure>
                <structure>
                    <property name="columnName">OPTOUT</property>
                </structure>
                <structure>
                    <property name="columnName">BOUNCED</property>
                </structure>
                <structure>
                    <property name="columnName">date</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupGroupId</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">MAILINGLIST</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">TARGETGROUP</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">mailingListId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">targetGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">ACTIVE</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">OPTOUT</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">7</property>
                        <property name="name">BOUNCED</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">8</property>
                        <property name="name">date</property>
                        <property name="dataType">date</property>
                    </structure>
                    <structure>
                        <property name="position">9</property>
                        <property name="name">mailingListGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">10</property>
                        <property name="name">targetGroupGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentrow = 0;
]]></method>
            <method name="fetch"><![CDATA[importPackage(Packages.java.text);

if (currentrow < statisticDetailedDynamic.size()) {
	row["MAILINGLIST"] = statisticDetailedDynamic.get(currentrow).getMailingListName();
	// do some i18n stuff
	if (statisticDetailedDynamic.get(currentrow).getTargetGroupId() == 1) {
		row["TARGETGROUP"] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.all_subscribers", reportContext.getLocale());
	} else {
		row["TARGETGROUP"] = statisticDetailedDynamic.get(currentrow).getTargetGroupName();
	}
  
    row["ACTIVE"] = statisticDetailedDynamic.get(currentrow).getCountActive();
    /***
    if (row["ACTIVE"] < 1000) {
    	row["ACTIVE"] = 1001 + row["ACTIVE"]
    }
    */
    row["OPTOUT"] = statisticDetailedDynamic.get(currentrow).getCountOptout();
    row["BOUNCED"] = statisticDetailedDynamic.get(currentrow).getCountBounced();
            
    row["mailingListId"] = statisticDetailedDynamic.get(currentrow).getMailingListId();
    row["mailingListGroupId"] = statisticDetailedDynamic.get(currentrow).getMailingListGroupId();
    row["targetGroupId"] = statisticDetailedDynamic.get(currentrow).getTargetGroupId();
    row["targetGroupGroupId"] = statisticDetailedDynamic.get(currentrow).getTargetGroupGroupId();
    
    row["date"] = statisticDetailedDynamic.get(currentrow).getDate();
 
 	currentrow++;
	return true;
} 
return false;
		]]></method>
        </script-data-set>
        <script-data-set name="RecipientsForPieChart" id="891">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">caption</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">value</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">mailinglist</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">mailinglistId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">mailingListGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">sortOrder</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">caption</property>
                </structure>
                <structure>
                    <property name="columnName">value</property>
                </structure>
                <structure>
                    <property name="columnName">mailinglist</property>
                </structure>
                <structure>
                    <property name="columnName">mailinglistId</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">sortOrder</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">caption</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">value</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">mailinglist</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">mailinglistId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">mailingListGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">sortOrder</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentRow = 0;]]></method>
            <method name="fetch"><![CDATA[if (currentRow >= statisticsByStatuses.size()) {
	return false;
}

row["mailinglistId"] = statisticsByStatuses.get(currentRow).getMailingListId();
row["mailinglist"] = statisticsByStatuses.get(currentRow).getMailingListName();
row["caption"] = Packages.com.agnitas.messages.I18nString.getLocaleString(statisticsByStatuses.get(currentRow).getCategoryNameKey(), reportContext.getLocale());
row["value"] = statisticsByStatuses.get(currentRow).getValue();
row["mailingListGroupId"] = statisticsByStatuses.get(currentRow).getMailingListGroupId();
row["sortOrder"] = statisticsByStatuses.get(currentRow).getSortOrder();

currentRow++;
return true;]]></method>
        </script-data-set>
        <script-data-set name="RecipientsByTargetGroupTypeChart" id="1829">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">caption</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">value</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">mailinglist</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">mailinglistId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">mailingListGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">numberOfTargetGroup</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">7</property>
                    <property name="name">targetGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">8</property>
                    <property name="name">allCountRecipient</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">caption</property>
                </structure>
                <structure>
                    <property name="columnName">value</property>
                </structure>
                <structure>
                    <property name="columnName">mailinglist</property>
                </structure>
                <structure>
                    <property name="columnName">mailinglistId</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">numberOfTargetGroup</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">allCountRecipient</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">caption</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">value</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">mailinglist</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">mailinglistId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">mailingListGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">numberOfTargetGroup</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">7</property>
                        <property name="name">targetGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">8</property>
                        <property name="name">allCountRecipient</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentRow = 0;]]></method>
            <method name="fetch"><![CDATA[if (currentRow >= statisticsByTargetGroup.size()) {
	return false;
}

row["mailinglistId"] = statisticsByTargetGroup.get(currentRow).getMailingListId();
row["mailinglist"] = statisticsByTargetGroup.get(currentRow).getMailingListName();
row['targetGroupId'] = statisticsByTargetGroup.get(currentRow).getTargetGroupId();
row["value"] = statisticsByTargetGroup.get(currentRow).getValue();

if (row['targetGroupId'] == 0) {
	row["caption"] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.all_subscribers", reportContext.getLocale());
	reportContext.setPersistentGlobalVariable("allCountRecipient-" + row["mailinglistId"], new Integer(row["value"]));
	
} else {
	row["caption"] = statisticsByTargetGroup.get(currentRow).getTargetGroupName();
}

row["allCountRecipient"] = parseInt(reportContext.getPersistentGlobalVariable("allCountRecipient-" + row["mailinglistId"]));
row["mailingListGroupId"] = statisticsByTargetGroup.get(currentRow).getMailingListGroupId();
row["numberOfTargetGroup"] =  statisticsByTargetGroup.get(currentRow).getNumOfTargetGroups();

currentRow++;
return true;]]></method>
        </script-data-set>
        <script-data-set name="RecipientsStatitics" id="2842">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">mailingListId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">mailingList</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">targetGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">targetGroup</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">category</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">categoryIndx</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">7</property>
                    <property name="name">value</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">8</property>
                    <property name="name">percent</property>
                    <property name="dataType">float</property>
                </structure>
                <structure>
                    <property name="position">9</property>
                    <property name="name">mailingListGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">10</property>
                    <property name="name">target_order</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">mailingListId</property>
                </structure>
                <structure>
                    <property name="columnName">mailingList</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">targetGroup</property>
                </structure>
                <structure>
                    <property name="columnName">category</property>
                </structure>
                <structure>
                    <property name="columnName">categoryIndx</property>
                </structure>
                <structure>
                    <property name="columnName">value</property>
                </structure>
                <structure>
                    <property name="columnName">percent</property>
                </structure>
                <structure>
                    <property name="columnName">mailingListGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">target_order</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">mailingListId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">mailingList</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">targetGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">targetGroup</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">category</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">categoryIndx</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">7</property>
                        <property name="name">value</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">8</property>
                        <property name="name">percent</property>
                        <property name="dataType">float</property>
                    </structure>
                    <structure>
                        <property name="position">9</property>
                        <property name="name">mailingListGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">10</property>
                        <property name="name">target_order</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentrow = 0;]]></method>
            <method name="fetch"><![CDATA[if (currentrow >= recipientsStatisticData.size()) {
	return false;
}
row["mailingListGroupId"] = recipientsStatisticData.get(currentrow).getMailingListGroupId()
row["mailingList"] = recipientsStatisticData.get(currentrow).getMailingList();
row["mailingListId"] = recipientsStatisticData.get(currentrow).getMailingListId();
row["categoryIndx"] = recipientsStatisticData.get(currentrow).getCategoryindex();
if (recipientsStatisticData.get(currentrow).getCategoryindex() == RecipientsStatisticDataSet.ACTIVE_START_DATE_INDEX
	|| recipientsStatisticData.get(currentrow).getCategoryindex() == RecipientsStatisticDataSet.ACTIVE_END_DATE_INDEX) {	
	var funcDateString = reportContext.getGlobalVariable("dateFormat");
	row["category"] = funcDateString(recipientsStatisticData.get(currentrow).getCategory());
} else {
	row["category"] = Packages.com.agnitas.messages.I18nString.getLocaleString(recipientsStatisticData.get(currentrow).getCategory(), reportContext.getLocale());
}

// do some i18n stuff
if (recipientsStatisticData.get(currentrow).getTargetgroupId() == 1) {
	row["targetGroup"] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.all_subscribers", reportContext.getLocale());
	row["target_order"] = 0;
} else {
	row["targetGroup"] = recipientsStatisticData.get(currentrow).getTargetgroup();
	row["target_order"] = 1;
}

row["targetGroupId"] = recipientsStatisticData.get(currentrow).getTargetgroupId();
row["value"] = recipientsStatisticData.get(currentrow).getCount();
row["percent"] = recipientsStatisticData.get(currentrow).getRate();

currentrow++;
return true;]]></method>
        </script-data-set>
        <script-data-set name="RecipientsByMailTypeForChart" id="3282">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">caption</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">value</property>
                    <property name="dataType">float</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">mailinglistId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">mailinglistGroupId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">sortOrder</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">mailingList</property>
                    <property name="dataType">string</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">caption</property>
                </structure>
                <structure>
                    <property name="columnName">value</property>
                </structure>
                <structure>
                    <property name="columnName">mailinglistId</property>
                </structure>
                <structure>
                    <property name="columnName">mailinglistGroupId</property>
                </structure>
                <structure>
                    <property name="columnName">sortOrder</property>
                </structure>
                <structure>
                    <property name="columnName">mailingList</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">caption</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">value</property>
                        <property name="dataType">float</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">mailinglistId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">mailinglistGroupId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">sortOrder</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">mailingList</property>
                        <property name="dataType">string</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentRow = 0;]]></method>
            <method name="fetch"><![CDATA[if (currentRow >= statisticsByMailtype.size()) {
	return false;
}

row["mailinglistGroupId"] = statisticsByMailtype.get(currentRow).getMailingListGroupId();
row["mailinglistId"] = statisticsByMailtype.get(currentRow).getMailingListId();
row['mailingList'] = statisticsByMailtype.get(currentRow).getMailingListName();
row["caption"] = Packages.com.agnitas.messages.I18nString.getLocaleString(statisticsByMailtype.get(currentRow).getCategoryNameKey(), reportContext.getLocale());
row["value"] = statisticsByMailtype.get(currentRow).getValue();
row["sortOrder"] = statisticsByMailtype.get(currentRow).getSortOrder();

currentRow++;
return true;]]></method>
        </script-data-set>
        <script-data-set name="RecipientsByActivityForChart" id="3828">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">mailinglistId</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">isOpeners</property>
                    <property name="dataType">boolean</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">caption</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">value</property>
                    <property name="dataType">float</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">sortOrder</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">mailingList</property>
                    <property name="dataType">string</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">mailinglistId</property>
                </structure>
                <structure>
                    <property name="columnName">isOpeners</property>
                </structure>
                <structure>
                    <property name="columnName">caption</property>
                </structure>
                <structure>
                    <property name="columnName">value</property>
                </structure>
                <structure>
                    <property name="columnName">sortOrder</property>
                </structure>
                <structure>
                    <property name="columnName">mailingList</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">mailinglistId</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">isOpeners</property>
                        <property name="dataType">boolean</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">caption</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">value</property>
                        <property name="dataType">float</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">sortOrder</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">mailingList</property>
                        <property name="dataType">string</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[currentRow = 0;]]></method>
            <method name="fetch"><![CDATA[if (currentRow >= statisticsByActivity.size()) {
	return false;
}

row["mailinglistId"] = statisticsByActivity.get(currentRow).getMailingListId();
row["mailingList"] = statisticsByActivity.get(currentRow).getMailingListName();

if (statisticsByActivity.get(currentRow).getActive()) {
	row['caption'] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.recipient.active", reportContext.getLocale());
} else if (statisticsByActivity.get(currentRow).isOpeners()) {
	row["caption"]  = Packages.com.agnitas.messages.I18nString.getLocaleString("birt.report.opens", reportContext.getLocale());
}  else {
	row["caption"]  = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.clicker", reportContext.getLocale());
}

row["value"] = statisticsByActivity.get(currentRow).getValue();
row["sortOrder"] = statisticsByActivity.get(currentRow).getSortOrder();
row["isOpeners"] = statisticsByActivity.get(currentRow).isOpeners();


currentRow++;
return true;]]></method>
        </script-data-set>
    </data-sets>
    <cubes>
        <tabular-cube name="Data Cube" id="1619">
            <property name="dimensions">
                <tabular-dimension name="Group" id="1620">
                    <property name="defaultHierarchy">NewTabularHierarchy</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy" id="1621">
                            <property name="levels">
                                <tabular-level name="mailinglistId" id="1622">
                                    <property name="dataType">integer</property>
                                    <property name="columnName">mailinglistId</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="Group1" id="1642">
                    <property name="defaultHierarchy">NewTabularHierarchy1</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy1" id="1643">
                            <property name="levels">
                                <tabular-level name="caption" id="1644">
                                    <property name="dataType">string</property>
                                    <property name="columnName">caption</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="Group2" id="1728">
                    <property name="defaultHierarchy">NewTabularHierarchy2</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy2" id="1729">
                            <property name="levels">
                                <tabular-level name="mailinglist" id="1730">
                                    <property name="dataType">string</property>
                                    <property name="columnName">mailinglist</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
            </property>
            <property name="measureGroups">
                <tabular-measure-group name="Summary Field" id="1623">
                    <property name="measures">
                        <tabular-measure name="value" id="1624">
                            <expression name="measureExpression">dataSetRow["value"]</expression>
                            <property name="dataType">integer</property>
                        </tabular-measure>
                    </property>
                </tabular-measure-group>
            </property>
            <property name="dataSet">RecipientsForPieChart</property>
        </tabular-cube>
        <tabular-cube name="RecipientsByTargetGroupDataCube" id="1892">
            <property name="dimensions">
                <tabular-dimension name="Group31" id="1893">
                    <property name="defaultHierarchy">NewTabularHierarchy31</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy31" id="1894">
                            <property name="levels">
                                <tabular-level name="mailinglistId" id="1895">
                                    <property name="dataType">integer</property>
                                    <property name="columnName">mailinglistId</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="Group41" id="1896">
                    <property name="defaultHierarchy">NewTabularHierarchy41</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy41" id="1897">
                            <property name="levels">
                                <tabular-level name="caption" id="1898">
                                    <property name="dataType">string</property>
                                    <property name="columnName">caption</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="Group51" id="1899">
                    <property name="defaultHierarchy">NewTabularHierarchy51</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy51" id="1900">
                            <property name="levels">
                                <tabular-level name="mailinglist" id="1901">
                                    <property name="dataType">string</property>
                                    <property name="columnName">mailinglist</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
            </property>
            <property name="measureGroups">
                <tabular-measure-group name="Summary Field11" id="1902">
                    <property name="measures">
                        <tabular-measure name="value11" id="1903">
                            <expression name="measureExpression">dataSetRow["value"]</expression>
                            <property name="dataType">integer</property>
                        </tabular-measure>
                    </property>
                </tabular-measure-group>
            </property>
            <property name="dataSet">RecipientsByTargetGroupTypeChart</property>
        </tabular-cube>
        <tabular-cube name="RecipientsStatistics" id="2855">
            <property name="dimensions">
                <tabular-dimension name="mailingList" id="2899">
                    <property name="defaultHierarchy">NewTabularHierarchy3</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy3" id="2900">
                            <property name="levels">
                                <tabular-level name="mailingList" id="2901">
                                    <property name="dataType">string</property>
                                    <property name="levelType">dynamic</property>
                                    <list-property name="attributes">
                                        <structure>
                                            <property name="name">mailingListId</property>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">mailingList</property>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">mailingListGroupId</property>
                                            <property name="dataType">integer</property>
                                        </structure>
                                    </list-property>
                                    <property name="columnName">mailingListId</property>
                                    <expression name="displayColumnName" type="javascript">dataSetRow["mailingList"]</expression>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="targetGroup" id="2905">
                    <property name="defaultHierarchy">NewTabularHierarchy5</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy5" id="2906">
                            <property name="levels">
                                <tabular-level name="targetGroup" id="2907">
                                    <property name="dataType">string</property>
                                    <property name="levelType">dynamic</property>
                                    <list-property name="attributes">
                                        <structure>
                                            <property name="name">targetGroupId</property>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">target_order</property>
                                            <property name="dataType">integer</property>
                                        </structure>
                                    </list-property>
                                    <property name="columnName">targetGroup</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="category" id="3759">
                    <property name="defaultHierarchy">NewTabularHierarchy4</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy4" id="3760">
                            <property name="levels">
                                <tabular-level name="category" id="3761">
                                    <property name="dataType">integer</property>
                                    <property name="levelType">dynamic</property>
                                    <list-property name="attributes">
                                        <structure>
                                            <property name="name">category</property>
                                            <property name="dataType">string</property>
                                        </structure>
                                    </list-property>
                                    <property name="columnName">categoryIndx</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
            </property>
            <property name="measureGroups">
                <tabular-measure-group name="Summary Field1" id="2908">
                    <property name="measures">
                        <tabular-measure name="value1" id="2909">
                            <expression name="measureExpression">dataSetRow["value"]</expression>
                            <property name="dataType">integer</property>
                        </tabular-measure>
                        <tabular-measure name="percent1" id="2912">
                            <expression name="measureExpression">dataSetRow["percent"]</expression>
                            <property name="dataType">float</property>
                        </tabular-measure>
                    </property>
                </tabular-measure-group>
            </property>
            <property name="dataSet">RecipientsStatitics</property>
        </tabular-cube>
        <tabular-cube name="DataCubeForDevidingByThree" id="3318">
            <property name="dimensions">
                <tabular-dimension name="mailingList_1" id="3438">
                    <property name="defaultHierarchy">NewTabularHierarchy6</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy6" id="3439">
                            <property name="levels">
                                <tabular-level name="mailingList" id="3440">
                                    <property name="dataType">string</property>
                                    <property name="levelType">dynamic</property>
                                    <list-property name="attributes">
                                        <structure>
                                            <property name="name">mailingListId</property>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">MAILINGLIST</property>
                                            <property name="dataType">string</property>
                                        </structure>
                                    </list-property>
                                    <property name="columnName">MAILINGLIST</property>
                                    <expression name="displayColumnName" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
            </property>
            <property name="dataSet">RecipientsDataSet</property>
        </tabular-cube>
        <tabular-cube name="Test" id="3720">
            <property name="dimensions">
                <tabular-dimension name="Group3" id="3721">
                    <property name="defaultHierarchy">NewTabularHierarchy7</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy7" id="3722">
                            <property name="levels">
                                <tabular-level name="mailingListId" id="3723">
                                    <property name="dataType">integer</property>
                                    <property name="columnName">mailingListId</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="Group4" id="3724">
                    <property name="defaultHierarchy">NewTabularHierarchy8</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy8" id="3725">
                            <property name="levels">
                                <tabular-level name="targetGroupId" id="3726">
                                    <property name="dataType">integer</property>
                                    <property name="columnName">targetGroupId</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
                <tabular-dimension name="Group5" id="3727">
                    <property name="defaultHierarchy">NewTabularHierarchy9</property>
                    <property name="hierarchies">
                        <tabular-hierarchy name="NewTabularHierarchy9" id="3728">
                            <property name="levels">
                                <tabular-level name="categoryIndx" id="3729">
                                    <property name="dataType">integer</property>
                                    <property name="columnName">categoryIndx</property>
                                </tabular-level>
                            </property>
                        </tabular-hierarchy>
                    </property>
                </tabular-dimension>
            </property>
            <property name="measureGroups">
                <tabular-measure-group name="Summary Field2" id="3730">
                    <property name="measures">
                        <tabular-measure name="value2" id="3731">
                            <expression name="measureExpression">dataSetRow["value"]</expression>
                            <property name="dataType">integer</property>
                        </tabular-measure>
                    </property>
                </tabular-measure-group>
            </property>
            <property name="dataSet">RecipientsStatitics</property>
        </tabular-cube>
    </cubes>
    <styles>
        <style name="chart-color-blue" id="506">
            <property name="color">#61AEE4</property>
        </style>
        <style name="chart-color-blue2" id="507">
            <property name="color">#8EA4E6</property>
        </style>
        <style name="chart-color-blue3" id="508">
            <property name="color">#8EC9F2</property>
        </style>
        <style name="chart-color-green" id="509">
            <property name="color">#A8D85E</property>
        </style>
        <style name="chart-color-orange" id="510">
            <property name="color">#FFD05E</property>
        </style>
        <style name="chart-color-red" id="511">
            <property name="color">#D8606D</property>
        </style>
        <style name="chart-color-violet" id="512">
            <property name="color">#C3B1A8</property>
        </style>
        <style name="chart-color-yellow" id="513">
            <property name="color">#FCF15C</property>
        </style>
        <style name="chart-color-lightgrey" id="514">
            <property name="backgroundColor">#D3D3D3</property>
        </style>
        <style name="chart-color-sent-mails" id="515">
            <property name="color">#FFFFFF</property>
        </style>
        <style name="chart-color-clicking-recipients" id="516">
            <property name="color">#8EC9F2</property>
        </style>
        <style name="chart-color-hardbounces" id="517">
            <property name="color">#EAA48F</property>
        </style>
        <style name="chart-color-openings" id="518">
            <property name="color">#A8D85E</property>
        </style>
        <style name="chart-color-optout" id="519">
            <property name="color">#FCF15C</property>
        </style>
        <style name="datatable" id="520">
            <property name="fontSize">10px</property>
            <property name="borderBottomColor">#D3D3D3</property>
            <property name="borderLeftColor">#D3D3D3</property>
            <property name="borderRightColor">#D3D3D3</property>
            <property name="borderTopColor">#D3D3D3</property>
        </style>
        <style name="ReportText" id="521">
            <property name="fontSize">11px</property>
        </style>
        <style name="parametersheadline" id="522">
            <property name="fontSize">11px</property>
            <property name="fontWeight">bold</property>
        </style>
        <style name="parameterstext" id="523">
            <property name="fontSize">11px</property>
        </style>
        <style name="LegendTableText" id="524">
            <property name="fontSize">11px</property>
        </style>
        <style name="LegendTableHeadLine" id="525">
            <property name="fontSize">11px</property>
            <property name="fontWeight">bold</property>
        </style>
        <style name="textBlue" id="526">
            <property name="fontSize">11px</property>
            <property name="color">#0C4065</property>
        </style>
        <style name="odd" id="527">
            <property name="backgroundColor">#D6D6D6</property>
        </style>
        <style name="even" id="528">
            <property name="backgroundColor">#FFFFFF</property>
        </style>
    </styles>
    <page-setup>
        <simple-master-page name="Simple MasterPage" id="2">
            <property name="type">a4</property>
            <property name="orientation">portrait</property>
            <property name="topMargin">6.5mm</property>
            <property name="leftMargin">6.5mm</property>
            <property name="bottomMargin">6.5mm</property>
            <property name="rightMargin">6.5mm</property>
            <property name="showHeaderOnFirst">true</property>
            <property name="showFooterOnLast">true</property>
            <page-header>
                <grid id="2293">
                    <property name="style">birt-report-header</property>
                    <property name="width">100%</property>
                    <column id="2294"/>
                    <column id="2295"/>
                    <column id="2296">
                        <property name="width">310px</property>
                    </column>
                    <row id="2297">
                        <property name="height">10mm</property>
                        <cell id="2298">
                            <property name="textAlign">left</property>
                            <property name="verticalAlign">bottom</property>
                            <label id="2311">
                                <property name="fontSize">34px</property>
                                <text-property name="text">EMM Report</text-property>
                            </label>
                        </cell>
                        <cell id="2299"/>
                        <cell id="2300">
                            <property name="paddingTop">0pt</property>
                            <property name="paddingLeft">0pt</property>
                            <property name="paddingBottom">0pt</property>
                            <property name="paddingRight">0pt</property>
                            <property name="textAlign">right</property>
                            <image id="2309">
                                <property name="height">51px</property>
                                <property name="width">200px</property>
                                <property name="source">embed</property>
                                <property name="imageName">logo.png</property>
                            </image>
                        </cell>
                    </row>
                    <row id="2348">
                        <property name="borderBottomColor">#CCCCCC</property>
                        <property name="borderBottomStyle">solid</property>
                        <property name="borderBottomWidth">thin</property>
                        <property name="height">3mm</property>
                        <cell id="2349">
                            <property name="textAlign">left</property>
                            <property name="verticalAlign">bottom</property>
                        </cell>
                        <cell id="2350"/>
                        <cell id="2351">
                            <property name="paddingTop">0pt</property>
                            <property name="paddingLeft">0pt</property>
                            <property name="paddingBottom">0pt</property>
                            <property name="paddingRight">0pt</property>
                            <property name="textAlign">right</property>
                        </cell>
                    </row>
                    <row id="2352">
                        <property name="height">3mm</property>
                        <cell id="2353">
                            <property name="textAlign">left</property>
                            <property name="verticalAlign">bottom</property>
                        </cell>
                        <cell id="2354"/>
                        <cell id="2355">
                            <property name="paddingTop">0pt</property>
                            <property name="paddingLeft">0pt</property>
                            <property name="paddingBottom">0pt</property>
                            <property name="paddingRight">0pt</property>
                            <property name="textAlign">right</property>
                        </cell>
                    </row>
                </grid>
            </page-header>
            <page-footer>
                <grid id="2312">
                    <property name="style">birt-report-footer</property>
                    <property name="fontSize">12px</property>
                    <property name="width">100%</property>
                    <column id="2313">
                        <property name="width">100%</property>
                    </column>
                    <column id="2314"/>
                    <column id="2315">
                        <property name="width">30mm</property>
                    </column>
                    <row id="2356">
                        <property name="height">3mm</property>
                        <cell id="2357"/>
                        <cell id="2358"/>
                        <cell id="2359">
                            <property name="paddingTop">0pt</property>
                            <property name="paddingLeft">0pt</property>
                            <property name="paddingBottom">0pt</property>
                            <property name="paddingRight">0pt</property>
                        </cell>
                    </row>
                    <row id="2344">
                        <property name="borderTopColor">#CCCCCC</property>
                        <property name="borderTopStyle">solid</property>
                        <property name="borderTopWidth">thin</property>
                        <property name="height">3mm</property>
                        <cell id="2345"/>
                        <cell id="2346"/>
                        <cell id="2347">
                            <property name="paddingTop">0pt</property>
                            <property name="paddingLeft">0pt</property>
                            <property name="paddingBottom">0pt</property>
                            <property name="paddingRight">0pt</property>
                        </cell>
                    </row>
                    <row id="2316">
                        <cell id="2317">
                            <text-data id="4234">
                                <property name="paddingTop">1pt</property>
                                <property name="paddingLeft">1pt</property>
                                <property name="paddingBottom">1pt</property>
                                <property name="paddingRight">1pt</property>
                                <property name="textAlign">left</property>
                                <property name="display">inline</property>
                                <expression name="valueExpr">reportContext.getPersistentGlobalVariable("accountName") + ", " + reportContext.getPersistentGlobalVariable("reportName") + ", " +  params["reportCreateDate"].value</expression>
                                <property name="contentType">auto</property>
                            </text-data>
                        </cell>
                        <cell id="2318"/>
                        <cell id="2319">
                            <property name="paddingTop">0pt</property>
                            <property name="paddingLeft">0pt</property>
                            <property name="paddingBottom">0pt</property>
                            <property name="paddingRight">0pt</property>
                            <property name="textAlign">right</property>
                            <grid id="2320">
                                <column id="2321">
                                    <property name="textAlign">left</property>
                                    <property name="width">6mm</property>
                                </column>
                                <column id="2322">
                                    <property name="textAlign">center</property>
                                    <property name="width">2mm</property>
                                </column>
                                <column id="2323">
                                    <property name="textAlign">right</property>
                                    <property name="width">6mm</property>
                                </column>
                                <row id="2324">
                                    <cell id="2325">
                                        <property name="paddingTop">0pt</property>
                                        <property name="paddingLeft">0pt</property>
                                        <property name="paddingBottom">0pt</property>
                                        <property name="paddingRight">0pt</property>
                                        <property name="textAlign">left</property>
                                        <auto-text id="2326">
                                            <property name="paddingTop">0pt</property>
                                            <property name="paddingLeft">0pt</property>
                                            <property name="paddingBottom">0pt</property>
                                            <property name="paddingRight">0pt</property>
                                            <property name="textAlign">right</property>
                                            <property name="type">page-number</property>
                                        </auto-text>
                                    </cell>
                                    <cell id="2327">
                                        <property name="paddingTop">0pt</property>
                                        <property name="paddingLeft">0pt</property>
                                        <property name="paddingBottom">0pt</property>
                                        <property name="paddingRight">0pt</property>
                                        <property name="textAlign">center</property>
                                        <text id="2328">
                                            <property name="paddingTop">0pt</property>
                                            <property name="paddingLeft">0mm</property>
                                            <property name="paddingBottom">0pt</property>
                                            <property name="paddingRight">0pt</property>
                                            <property name="contentType">plain</property>
                                            <text-property name="content"><![CDATA[/]]></text-property>
                                        </text>
                                    </cell>
                                    <cell id="2329">
                                        <property name="paddingTop">0pt</property>
                                        <property name="paddingLeft">0pt</property>
                                        <property name="paddingBottom">0pt</property>
                                        <property name="paddingRight">0pt</property>
                                        <property name="textAlign">right</property>
                                        <auto-text id="2330">
                                            <property name="paddingTop">0pt</property>
                                            <property name="paddingLeft">0pt</property>
                                            <property name="paddingBottom">0pt</property>
                                            <property name="paddingRight">0pt</property>
                                            <property name="textAlign">left</property>
                                            <property name="type">total-page</property>
                                        </auto-text>
                                    </cell>
                                </row>
                            </grid>
                        </cell>
                    </row>
                </grid>
            </page-footer>
        </simple-master-page>
    </page-setup>
    <body>
        <grid id="1758">
            <property name="style">birt-individual-report</property>
            <property name="fontSize">12px</property>
            <list-property name="boundDataColumns">
                <structure>
                    <property name="name">totalFootnode</property>
                    <expression name="expression" type="javascript">'\u00b9' + " " + reportContext.getPersistentGlobalVariable("message_Mailinglist");</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">node1</property>
                    <expression name="expression" type="javascript">'\u00b9' + " " + reportContext.getPersistentGlobalVariable("message_report.openers.total.footnode");</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">asOf_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.label.asOf") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">asOf2_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.label.asOf") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">period_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">period2_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">period3_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">period4_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">period5_</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ":"</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">Column Binding</property>
                    <expression name="expression" type="javascript">reportContext.getLocale().getLanguage()</expression>
                    <property name="dataType">string</property>
                    <property name="allowExport">true</property>
                </structure>
                <structure>
                    <property name="name">Column Binding_1</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("tempTableID")</expression>
                    <property name="dataType">string</property>
                    <property name="allowExport">true</property>
                </structure>
                <structure>
                    <property name="name">Column Binding_2</property>
                    <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("xxx")</expression>
                    <property name="dataType">string</property>
                    <property name="allowExport">true</property>
                </structure>
            </list-property>
            <column id="1759"/>
            <row id="1768">
                <property name="pageBreakInside">avoid</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_STATUS)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="1769">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                    <text-data id="4220">
                        <property name="style">birt-report-headline</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("recipient.RecipientStatus", reportContext.getLocale())</expression>
                    </text-data>
                    <grid id="2642">
                        <property name="fontSize">8pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="marginRight">0mm</property>
                        <property name="textAlign">left</property>
                        <column id="2643">
                            <property name="width">9mm</property>
                        </column>
                        <column id="4675"/>
                        <row id="4700">
                            <cell id="4701">
                                <property name="colSpan">2</property>
                                <property name="rowSpan">1</property>
                                <property name="paddingRight">0pt</property>
                                <property name="verticalAlign">top</property>
                                <text-data id="4703">
                                    <property name="fontWeight">normal</property>
                                    <expression name="valueExpr">"&lt;b>" + reportContext.getPersistentGlobalVariable("message_report.label.asOf") + ": " + "&lt;/b>" + reportContext.getPersistentGlobalVariable("stopDateFormated")</expression>
                                    <property name="contentType">html</property>
                                </text-data>
                            </cell>
                        </row>
                    </grid>
                    <table name="Recipients1" id="463">
                        <property name="backgroundColor">#FFFFFF</property>
                        <property name="fontStyle">normal</property>
                        <property name="color">black</property>
                        <property name="marginBottom">5mm</property>
                        <property name="paddingTop">0pt</property>
                        <property name="paddingLeft">0pt</property>
                        <property name="paddingBottom">0pt</property>
                        <property name="paddingRight">0pt</property>
                        <property name="masterPage">Simple MasterPage</property>
                        <property name="pageBreakBefore">auto</property>
                        <property name="pageBreakInside">avoid</property>
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsDataSet</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">MAILINGLIST</property>
                                <expression name="expression" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">TARGETGROUP</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_TOTAL</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_TOTAL"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT_TXT"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED_TXT"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">fisrt_tg</property>
                                <property name="dataType">string</property>
                                <property name="aggregateFunction">MIN</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["TARGETGROUP"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">firstTargetGroupId</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>TableGroupByMailingListId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MIN</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["targetGroupId"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">WAITING_FOR_CONFIRM</property>
                                <expression name="expression" type="javascript">row["waiting_for_confirm_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetgroups_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Target-Groups");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglist_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Mailinglist");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">optout_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Opt_Outs");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">active_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Active");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">bounced_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_recipient.Bounced") + '\u00b9'</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">notconfirmed_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_birt.recipient.notConfirmed") + '\u00b2'</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">note1</property>
                                <expression name="expression" type="javascript">'\u00b9' + ' ' + reportContext.getPersistentGlobalVariable("message_birt.recipient.hardbounces")</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">note2</property>
                                <expression name="expression" type="javascript">'\u00b2' + ' ' + reportContext.getPersistentGlobalVariable("message_birt.recipient.notConfirmedNote")</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_FOR_PERIOD</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_FOR_PERIOD"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT_1</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED_1</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_MALE</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_MALE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_FEMALE</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_FEMALE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_UNKNOWN</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_UNKNOWN"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">RECIPIENT_COUNT</property>
                                <expression name="expression" type="javascript">dataSetRow["RECIPIENT_COUNT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_TXT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_HTML</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_HTML"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_OFFLINE_HTML</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_OFFLINE_HTML"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">maxGroupNumber</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>NewTableGroup2</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row[0]+1</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">countGroupNumber</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>NewTableGroup2</value>
                                </simple-property-list>
                                <property name="aggregateFunction">COUNT</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">1</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">active_count_asOf</property>
                                <expression name="expression" type="javascript">dataSetRow["active_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">waiting_for_confirm_count_asOf</property>
                                <expression name="expression" type="javascript">dataSetRow["waiting_for_confirm_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">optout_count_asOf</property>
                                <expression name="expression" type="javascript">dataSetRow["optout_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">bounced_count_asOf</property>
                                <expression name="expression" type="javascript">dataSetRow["bounced_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">bounced_count_asOf_</property>
                                <expression name="expression" type="javascript">row["bounced_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">optout_count_asOf_</property>
                                <expression name="expression" type="javascript">row["optout_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">active_count_asOf_</property>
                                <expression name="expression" type="javascript">row["active_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">target_order</property>
                                <expression name="expression" type="javascript">if (dataSetRow["targetGroupId"] == 1) {0} else {1}</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">blacklisted_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("statistic.blacklisted");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">blacklisted_count_asOf</property>
                                <expression name="expression" type="javascript">dataSetRow["blacklisted_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">blacklisted_count_asOf_</property>
                                <expression name="expression" type="javascript">row["blacklisted_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">html_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_html")</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">text_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_text")</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">html_offline_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_html_offline")</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                        </list-property>
                        <method name="onPrepare"><![CDATA[rowCount = 1;]]></method>
                        <method name="onCreate"><![CDATA[tableRowCount=0;
totalCount=0;	
itemGroupNumber = 0;	]]></method>
                        <property name="repeatHeader">true</property>
                        <property name="pageBreakInterval">4000</property>
                        <list-property name="sort">
                            <structure>
                                <expression name="key" type="javascript">row["MAILINGLIST"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                            <structure>
                                <expression name="key" type="javascript">row["target_order"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                            <structure>
                                <expression name="key" type="javascript">row["TARGETGROUP"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                        </list-property>
                        <column id="493">
                            <property name="width">40mm</property>
                        </column>
                        <column id="494">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="495">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="5084">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="5092">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="5099">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="4958">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="725">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="731">
                            <property name="textAlign">right</property>
                        </column>
                        <column id="2634">
                            <property name="textAlign">right</property>
                        </column>
                        <header>
                            <row id="464">
                                <property name="style">recipientStatistics-table-hedlines</property>
                                <property name="textAlign">left</property>
                                <property name="verticalAlign">middle</property>
                                <cell id="466">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingLeft">3pt</property>
                                    <property name="textAlign">left</property>
                                    <data id="4242">
                                        <property name="resultSetColumn">mailinglist_title_</property>
                                    </data>
                                </cell>
                                <cell id="468">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="4241">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">targetgroups_title_</property>
                                    </data>
                                </cell>
                                <cell id="470">
                                    <property name="colSpan">1</property>
                                    <property name="rowSpan">1</property>
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="4244">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">active_title_</property>
                                    </data>
                                </cell>
                                <cell id="5078">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="5103">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">html_title_</property>
                                    </data>
                                </cell>
                                <cell id="5086">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="5104">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">text_title_</property>
                                    </data>
                                </cell>
                                <cell id="5093">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="5105">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">html_offline_title_</property>
                                    </data>
                                </cell>
                                <cell id="4952">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="4243">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">optout_title_</property>
                                    </data>
                                </cell>
                                <cell id="723">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="4245">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">bounced_title_</property>
                                    </data>
                                </cell>
                                <cell id="729">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="4246">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">notconfirmed_title_</property>
                                    </data>
                                </cell>
                                <cell id="2631">
                                    <property name="borderBottomColor">#727272</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#727272</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <data id="4960">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">blacklisted_title_</property>
                                    </data>
                                </cell>
                            </row>
                        </header>
                        <group id="1725">
                            <property name="groupName">NewTableGroup2</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListGroupId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                        </group>
                        <group id="811">
                            <property name="groupName">TableGroupByMailingListId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <footer>
                                <row id="4652">
                                    <method name="onCreate"><![CDATA[itemGroupNumber++;]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="4653">
                                        <property name="colSpan">10</property>
                                        <property name="rowSpan">1</property>
                                    </cell>
                                </row>
                            </footer>
                        </group>
                        <detail>
                            <row id="472">
                                <property name="suppressDuplicates">false</property>
                                <property name="newHandlerOnEachEvent">false</property>
                                <list-property name="highlightRules">
                                    <structure>
                                        <property name="operator">eq</property>
                                        <expression name="testExpr" type="javascript">itemGroupNumber%2</expression>
                                        <simple-property-list name="value1">
                                            <value type="javascript">1</value>
                                        </simple-property-list>
                                        <property name="style">odd</property>
                                    </structure>
                                </list-property>
                                <cell id="478">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingLeft">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <property name="overflow">hidden</property>
                                    <text-data id="810">
                                        <property name="fontWeight">normal</property>
                                        <property name="textTransform">none</property>
                                        <property name="whiteSpace">normal</property>
                                        <property name="canShrink">false</property>
                                        <property name="overflow">hidden</property>
                                        <list-property name="visibility">
                                            <structure>
                                                <property name="format">all</property>
                                                <expression name="valueExpr" type="javascript">row["targetGroupId"] > 1;</expression>
                                            </structure>
                                        </list-property>
                                        <expression name="valueExpr">wrap(row["MAILINGLIST"],24)</expression>
                                        <property name="contentType">html</property>
                                    </text-data>
                                </cell>
                                <cell id="480">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="textAlign">left</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <text-data id="481">
                                        <expression name="valueExpr" type="javascript">row["TARGETGROUP"]</expression>
                                        <property name="contentType">html</property>
                                    </text-data>
                                </cell>
                                <cell id="482">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="4858">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="resultSetColumn">active_count_asOf_</property>
                                    </data>
                                </cell>
                                <cell id="5079">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="5085">
                                        <property name="resultSetColumn">ACTIVE_HTML</property>
                                    </data>
                                </cell>
                                <cell id="5087">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="5101">
                                        <property name="resultSetColumn">ACTIVE_TXT</property>
                                    </data>
                                </cell>
                                <cell id="5094">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="5102">
                                        <property name="resultSetColumn">ACTIVE_OFFLINE_HTML</property>
                                    </data>
                                </cell>
                                <cell id="4953">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="4857">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="resultSetColumn">optout_count_asOf_</property>
                                    </data>
                                </cell>
                                <cell id="724">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="4856">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="resultSetColumn">bounced_count_asOf_</property>
                                    </data>
                                </cell>
                                <cell id="730">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="2636">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="resultSetColumn">WAITING_FOR_CONFIRM</property>
                                    </data>
                                </cell>
                                <cell id="2632">
                                    <property name="borderLeftColor">#727272</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#727272</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="paddingRight">3pt</property>
                                    <property name="verticalAlign">middle</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="4963">
                                        <property name="resultSetColumn">blacklisted_count_asOf_</property>
                                    </data>
                                </cell>
                            </row>
                        </detail>
                        <footer>
                            <row id="4681">
                                <property name="borderTopColor">#727272</property>
                                <property name="borderTopStyle">solid</property>
                                <property name="borderTopWidth">thin</property>
                                <property name="height">5mm</property>
                                <cell id="4682">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="4683">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="4684">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="5081">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="5089">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="5096">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="4955">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="4685">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="4686">
                                    <property name="textAlign">left</property>
                                </cell>
                                <cell id="4687">
                                    <property name="textAlign">left</property>
                                </cell>
                            </row>
                            <row id="4254">
                                <cell id="4255">
                                    <property name="colSpan">10</property>
                                    <property name="rowSpan">1</property>
                                    <property name="textAlign">left</property>
                                    <data id="4269">
                                        <property name="resultSetColumn">note1</property>
                                    </data>
                                </cell>
                            </row>
                            <row id="4261">
                                <cell id="4262">
                                    <property name="colSpan">10</property>
                                    <property name="rowSpan">1</property>
                                    <property name="textAlign">left</property>
                                    <data id="4270">
                                        <property name="resultSetColumn">note2</property>
                                    </data>
                                </cell>
                            </row>
                        </footer>
                    </table>
                    <table id="1413">
                        <property name="marginBottom">5mm</property>
                        <property name="pageBreakInside">avoid</property>
                        <property name="dataSet">RecipientsForPieChart</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">caption</property>
                                <expression name="expression" type="javascript">dataSetRow["caption"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">value</property>
                                <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglist</property>
                                <expression name="expression" type="javascript">dataSetRow["mailinglist"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglistId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailinglistId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">Aggregation</property>
                                <property name="dataType">float</property>
                                <simple-property-list name="aggregateOn">
                                    <value>NewTableGroup3</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["value"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">note1</property>
                                <expression name="expression" type="javascript">'\u00b9' + ' ' + reportContext.getPersistentGlobalVariable("message_birt.recipient.hardbounces");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">note2</property>
                                <expression name="expression" type="javascript">'\u00b2' + ' ' + reportContext.getPersistentGlobalVariable("message_birt.recipient.notConfirmedNote");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">listCount</property>
                                <property name="dataType">integer</property>
                                <property name="aggregateFunction">COUNTDISTINCT</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["mailinglistId"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                        </list-property>
                        <method name="onCreate"><![CDATA[importPackage(Packages.java.lang);
reportContext.setPersistentGlobalVariable("listCount", new Integer(this.getRowData().getExpressionValue("row[listCount]")));
]]></method>
                        <property name="repeatHeader">false</property>
                        <column id="1426">
                            <property name="width">197mm</property>
                        </column>
                        <group id="1429">
                            <property name="groupName">NewTableGroup1</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">Math.floor(row["mailingListGroupId"] / 3)</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="1430">
                                    <method name="onCreate"><![CDATA[mailingListId1 = 0;	
mailingListId2 = 0;	
mailingListId3 = 0;

currentMailingListNumber = 1;
]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="1431">
                                        <text-data id="1452">
                                            <expression name="valueExpr">Math.floor(row["mailingListGroupId"] / 3)</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="1434">
                                    <cell id="1435">
                                        <property name="paddingTop">0pt</property>
                                        <property name="paddingLeft">0pt</property>
                                        <property name="paddingBottom">0pt</property>
                                        <property name="paddingRight">0pt</property>
                                        <extended-item extensionName="Crosstab" extensionVersion="3.7.0" id="1715">
                                            <property name="cube">Data Cube</property>
                                            <property name="columns">
                                                <extended-item extensionName="CrosstabView" id="1717">
                                                    <property name="views">
                                                        <extended-item extensionName="DimensionView" id="1743">
                                                            <property name="dimension">Group2</property>
                                                            <property name="levels">
                                                                <extended-item extensionName="LevelView" name="NewLevel View" id="1744">
                                                                    <property name="level">Group2/mailinglist</property>
                                                                    <property name="sort">
                                                                        <sort-element>
                                                                            <expression name="key" type="javascript">data["mailinglist"]</expression>
                                                                            <property name="direction">asc</property>
                                                                            <property name="strength">-1</property>
                                                                        </sort-element>
                                                                    </property>
                                                                    <property name="member">
                                                                        <extended-item extensionName="CrosstabCell" id="1745">
                                                                            <property name="content">
                                                                                <data name="mailinglist" id="1746">
                                                                                    <property name="style">chartLabel</property>
                                                                                    <property name="fontWeight">normal</property>
                                                                                    <property name="paddingTop">0pt</property>
                                                                                    <property name="paddingLeft">0pt</property>
                                                                                    <property name="paddingBottom">0pt</property>
                                                                                    <property name="paddingRight">0pt</property>
                                                                                    <list-property name="visibility">
                                                                                        <structure>
                                                                                            <property name="format">all</property>
                                                                                            <expression name="valueExpr" type="javascript">true</expression>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <property name="resultSetColumn">mailinglist</property>
                                                                                </data>
                                                                            </property>
                                                                            <property name="textAlign">center</property>
                                                                            <property name="paddingTop">0pt</property>
                                                                            <property name="paddingLeft">0pt</property>
                                                                            <property name="paddingBottom">0pt</property>
                                                                            <property name="paddingRight">0pt</property>
                                                                        </extended-item>
                                                                    </property>
                                                                </extended-item>
                                                            </property>
                                                        </extended-item>
                                                        <extended-item extensionName="DimensionView" id="1718">
                                                            <property name="dimension">Group</property>
                                                            <property name="levels">
                                                                <extended-item extensionName="LevelView" name="NewLevel View1" id="1719">
                                                                    <property name="level">Group/mailinglistId</property>
                                                                    <property name="filter">
                                                                        <filter-condition-element>
                                                                            <expression name="expr" type="javascript">data["mailinglistId_1"]</expression>
                                                                            <property name="operator">in</property>
                                                                            <simple-property-list name="value1">
                                                                                <value type="javascript">mailingListId1</value>
                                                                                <value type="javascript">mailingListId2</value>
                                                                                <value type="javascript">mailingListId3</value>
                                                                            </simple-property-list>
                                                                        </filter-condition-element>
                                                                    </property>
                                                                    <property name="member">
                                                                        <extended-item extensionName="CrosstabCell" id="1720">
                                                                            <property name="content">
                                                                                <data name="mailinglistId1" id="1721">
                                                                                    <property name="paddingTop">0pt</property>
                                                                                    <property name="paddingLeft">0pt</property>
                                                                                    <property name="paddingBottom">0pt</property>
                                                                                    <property name="paddingRight">0pt</property>
                                                                                    <list-property name="visibility">
                                                                                        <structure>
                                                                                            <property name="format">all</property>
                                                                                            <expression name="valueExpr" type="javascript">true</expression>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <property name="resultSetColumn">mailinglistId_1</property>
                                                                                </data>
                                                                                <table id="4352">
                                                                                    <property name="verticalAlign">middle</property>
                                                                                    <property name="dataSet">RecipientsForPieChart</property>
                                                                                    <list-property name="boundDataColumns">
                                                                                        <structure>
                                                                                            <property name="name">caption</property>
                                                                                            <expression name="expression" type="javascript">dataSetRow["caption"]</expression>
                                                                                            <property name="dataType">string</property>
                                                                                        </structure>
                                                                                        <structure>
                                                                                            <property name="name">value</property>
                                                                                            <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                                                                            <property name="dataType">integer</property>
                                                                                        </structure>
                                                                                        <structure>
                                                                                            <property name="name">mailinglist</property>
                                                                                            <expression name="expression" type="javascript">dataSetRow["mailinglist"]</expression>
                                                                                            <property name="dataType">string</property>
                                                                                        </structure>
                                                                                        <structure>
                                                                                            <property name="name">mailinglistId</property>
                                                                                            <expression name="expression" type="javascript">dataSetRow["mailinglistId"]</expression>
                                                                                            <property name="dataType">integer</property>
                                                                                        </structure>
                                                                                        <structure>
                                                                                            <property name="name">mailingListGroupId</property>
                                                                                            <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                                                                            <property name="dataType">integer</property>
                                                                                        </structure>
                                                                                        <structure>
                                                                                            <property name="name">sortOrder</property>
                                                                                            <expression name="expression" type="javascript">dataSetRow["sortOrder"]</expression>
                                                                                            <property name="dataType">integer</property>
                                                                                        </structure>
                                                                                        <structure>
                                                                                            <property name="name">sum</property>
                                                                                            <property name="dataType">float</property>
                                                                                            <property name="aggregateFunction">SUM</property>
                                                                                            <list-property name="arguments">
                                                                                                <structure>
                                                                                                    <property name="name">Expression</property>
                                                                                                    <expression name="value" type="javascript">row["value"]</expression>
                                                                                                </structure>
                                                                                            </list-property>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <list-property name="filter">
                                                                                        <structure>
                                                                                            <property name="operator">eq</property>
                                                                                            <expression name="expr" type="javascript">row["mailinglistId"]</expression>
                                                                                            <simple-property-list name="value1">
                                                                                                <value>row._outer["mailinglistId_1"]</value>
                                                                                            </simple-property-list>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <column id="4362">
                                                                                        <list-property name="visibility">
                                                                                            <structure>
                                                                                                <property name="format">all</property>
                                                                                                <expression name="valueExpr" type="javascript">row["sum"] == 0</expression>
                                                                                            </structure>
                                                                                        </list-property>
                                                                                    </column>
                                                                                    <column id="4363">
                                                                                        <list-property name="visibility">
                                                                                            <structure>
                                                                                                <property name="format">all</property>
                                                                                                <expression name="valueExpr" type="javascript">row["sum"] != 0</expression>
                                                                                            </structure>
                                                                                        </list-property>
                                                                                        <property name="verticalAlign">middle</property>
                                                                                    </column>
                                                                                    <header>
                                                                                        <row id="4353">
                                                                                            <property name="verticalAlign">middle</property>
                                                                                            <property name="height">3in</property>
                                                                                            <cell id="4354">
                                                                                                <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle", this.getRowData().getExpressionValue("row[mailinglist]"));
]]></method>
                                                                                                <property name="verticalAlign">middle</property>
                                                                                                <extended-item extensionName="Chart" name="byStatusChart" id="1722">
                                                                                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithoutAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Pie Chart</Type>
  <SubType>Standard</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>1.0</Top>
        <Left>1.0</Left>
        <Bottom>1.0</Bottom>
        <Right>1.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Anchor>South</Anchor>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Visible>true</Visible>
      <ClientArea>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <ShadowColor>
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </ShadowColor>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Size>8.0</Size>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Vertical</Orientation>
      <Direction>Top_Bottom</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Categories</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
      <MaxPercent>0.33</MaxPercent>
      <TitlePercent>0.6</TitlePercent>
      <Ellipsis>1</Ellipsis>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>252.0</Width>
      <Height>216.0</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>255</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
 * Called before rendering the label for each datapoint.
 * 
 * @param dph - DataPointHints
 * @param label - Label
 * @param icsc - IChartScriptContext
 */

function beforeDrawDataPointLabel( dph, label, icsc )
{
	importPackage(Packages.java.text);
	
	symbols = DecimalFormatSymbols.getInstance();
    symbols.setGroupingSeparator('.');
    formatter = new DecimalFormat(&quot;###,###.###&quot;, symbols);
    if (parseInt(label.getCaption().getValue()) != 0) {
		label.getCaption().setValue(formatter.format(parseInt(label.getCaption().getValue())));
	} else {
		label.getCaption().setValue(&quot;&quot;);
	}
}

/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart - Chart
 * @param icsc - IChartScriptContext
 */
function beforeGeneration( chart, icsc ) {
	reportContext = icsc.getExternalContext().getObject();
	
	rpCtx = icsc.getExternalContext().getScriptable();
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle&quot;));
	var listCount = parseInt(rpCtx.getPersistentGlobalVariable(&quot;listCount&quot;));
	if (listCount &lt;= 2) {
		chart.getBlock().getBounds().setWidth(252);
	} else {
		chart.getBlock().getBounds().setWidth(207);
	}
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>15.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>'A','B','C','D','E'</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity>
    <Enable>true</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Size>12.0</Size>
        <Bold>true</Bold>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <SeriesDefinitions>
    <Query>
      <Definition></Definition>
    </Query>
    <SeriesPalette>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>85</Green>
        <Blue>138</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>169</Red>
        <Green>27</Green>
        <Blue>27</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>255</Red>
        <Green>192</Green>
        <Blue>0</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>127</Red>
        <Green>184</Green>
        <Blue>220</Blue>
      </Entries>
    </SeriesPalette>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>169</Red>
          <Green>27</Green>
          <Blue>27</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>192</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>127</Red>
          <Green>184</Green>
          <Blue>220</Blue>
        </Entries>
      </SeriesPalette>
      <Series xsi:type="type:PieSeries">
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
            <Color>
              <Transparency>255</Transparency>
              <Red>254</Red>
              <Green>254</Green>
              <Blue>254</Blue>
            </Color>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>3.0</Top>
            <Left>3.0</Left>
            <Bottom>3.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;value&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
            <AggregateExpression>Sum</AggregateExpression>
          </Grouping>
        </DataDefinition>
        <SeriesIdentifier>Series 1</SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
            <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
              <Pattern>######.###</Pattern>
            </FormatSpecifier>
          </Components>
          <Prefix></Prefix>
          <Suffix></Suffix>
          <Separator>sep</Separator>
        </DataPoint>
        <LabelPosition>Inside</LabelPosition>
        <Stacked>false</Stacked>
        <Translucent>false</Translucent>
        <Explosion>0</Explosion>
        <Title>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Title>
        <TitlePosition>Above</TitlePosition>
        <LeaderLineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </LeaderLineAttributes>
        <LeaderLineStyle>Fixed_Length</LeaderLineStyle>
        <LeaderLineLength>10.0</LeaderLineLength>
        <Ratio>1.0</Ratio>
        <Rotation>0.0</Rotation>
      </Series>
      <Grouping>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Series>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Label>
      <DataDefinition>
        <Definition>row[&quot;caption&quot;]</Definition>
      </DataDefinition>
      <SeriesIdentifier></SeriesIdentifier>
      <DataPoint>
        <Components>
          <Type>Orthogonal_Value</Type>
        </Components>
        <Separator>, </Separator>
      </DataPoint>
      <LabelPosition>Outside</LabelPosition>
      <Stacked>false</Stacked>
    </Series>
    <Grouping>
      <Enabled>true</Enabled>
      <GroupType>Text</GroupType>
      <AggregateExpression>Sum</AggregateExpression>
    </Grouping>
    <Sorting>Ascending</Sorting>
    <SortKey>
      <Definition>row[&quot;sortOrder&quot;]</Definition>
    </SortKey>
  </SeriesDefinitions>
  <MinSlice>0.0</MinSlice>
  <MinSliceLabel></MinSliceLabel>
  <Coverage>0.8</Coverage>
</model:ChartWithoutAxes>
]]></xml-property>
                                                                                                    <property name="outputFormat">PNG</property>
                                                                                                    <property name="inheritColumns">true</property>
                                                                                                    <property name="height">3in</property>
                                                                                                    <property name="width">3.5in</property>
                                                                                                    <property name="style">birt-report-chart</property>
                                                                                                </extended-item>
                                                                                            </cell>
                                                                                            <cell id="4355">
                                                                                                <property name="verticalAlign">bottom</property>
                                                                                                <image id="2550">
                                                                                                    <property name="marginBottom">80pt</property>
                                                                                                    <property name="display">inline</property>
                                                                                                    <property name="height">119px</property>
                                                                                                    <property name="width">124px</property>
                                                                                                    <list-property name="visibility">
                                                                                                        <structure>
                                                                                                            <property name="format">all</property>
                                                                                                            <expression name="valueExpr" type="javascript">reportContext.getLocale().getLanguage() != "de"</expression>
                                                                                                        </structure>
                                                                                                    </list-property>
                                                                                                    <property name="source">embed</property>
                                                                                                    <property name="imageName">keine_daten.png</property>
                                                                                                </image>
                                                                                                <image id="2549">
                                                                                                    <property name="marginBottom">80pt</property>
                                                                                                    <property name="display">inline</property>
                                                                                                    <property name="height">119px</property>
                                                                                                    <property name="width">124px</property>
                                                                                                    <list-property name="visibility">
                                                                                                        <structure>
                                                                                                            <property name="format">all</property>
                                                                                                            <expression name="valueExpr" type="javascript">reportContext.getLocale().getLanguage() == "de"</expression>
                                                                                                        </structure>
                                                                                                    </list-property>
                                                                                                    <property name="source">embed</property>
                                                                                                    <property name="imageName">no_data_available.png</property>
                                                                                                </image>
                                                                                            </cell>
                                                                                        </row>
                                                                                    </header>
                                                                                </table>
                                                                            </property>
                                                                            <property name="textAlign">center</property>
                                                                            <property name="verticalAlign">top</property>
                                                                            <property name="paddingTop">0pt</property>
                                                                            <property name="paddingLeft">0pt</property>
                                                                            <property name="paddingBottom">0pt</property>
                                                                            <property name="paddingRight">0pt</property>
                                                                        </extended-item>
                                                                    </property>
                                                                </extended-item>
                                                            </property>
                                                        </extended-item>
                                                    </property>
                                                </extended-item>
                                            </property>
                                            <property name="header">
                                                <extended-item extensionName="CrosstabCell" id="1716">
                                                    <property name="textAlign">center</property>
                                                    <property name="paddingTop">0pt</property>
                                                    <property name="paddingLeft">0pt</property>
                                                    <property name="paddingBottom">0pt</property>
                                                    <property name="paddingRight">0pt</property>
                                                    <property name="height">23px</property>
                                                </extended-item>
                                            </property>
                                            <property name="color">black</property>
                                            <property name="display">block</property>
                                            <property name="pageBreakInside">auto</property>
                                            <list-property name="boundDataColumns">
                                                <structure>
                                                    <property name="name">mailinglistId_1</property>
                                                    <expression name="expression">dimension["Group"]["mailinglistId"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">mailinglist</property>
                                                    <expression name="expression">dimension["Group2"]["mailinglist"]</expression>
                                                    <property name="dataType">string</property>
                                                </structure>
                                            </list-property>
                                        </extended-item>
                                    </cell>
                                </row>
                            </footer>
                        </group>
                        <group id="1442">
                            <property name="groupName">NewTableGroup2</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailinglistId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="1443">
                                    <method name="onCreate"><![CDATA[if (currentMailingListNumber == 1) {
	mailingListId1 = this.getRowData().getColumnValue('mailinglistId');	
} else if (currentMailingListNumber == 2) {
	mailingListId2 = this.getRowData().getColumnValue('mailinglistId');	
} else if (currentMailingListNumber == 3) {
	mailingListId3 = this.getRowData().getColumnValue('mailinglistId');
}

currentMailingListNumber++;]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="1444">
                                        <data id="1451">
                                            <property name="resultSetColumn">mailinglistId</property>
                                        </data>
                                    </cell>
                                </row>
                            </header>
                        </group>
                        <group id="1459">
                            <property name="groupName">NewTableGroup3</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["caption"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                        </group>
                    </table>
                </cell>
            </row>
            <row id="1832">
                <property name="height">5mm</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_STATUS)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="1833">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                    <table id="4862">
                        <property name="pageBreakAfter">avoid</property>
                        <property name="pageBreakBefore">always</property>
                        <property name="dataSet">RecipientsByTargetGroupTypeChart</property>
                        <list-property name="visibility">
                            <structure>
                                <property name="format">all</property>
                                <expression name="valueExpr" type="javascript">row["numberOfTargetGroup"] &lt;= 0</expression>
                            </structure>
                        </list-property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">caption</property>
                                <expression name="expression" type="javascript">dataSetRow["caption"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">value</property>
                                <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglist</property>
                                <expression name="expression" type="javascript">dataSetRow["mailinglist"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglistId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailinglistId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">numberOfTargetGroup</property>
                                <expression name="expression" type="javascript">dataSetRow["numberOfTargetGroup"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">allCountRecipient</property>
                                <expression name="expression" type="javascript">dataSetRow["allCountRecipient"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                        </list-property>
                        <property name="repeatHeader">false</property>
                        <property name="pageBreakInterval">1000</property>
                        <column id="4904"/>
                        <column id="4918"/>
                        <column id="4930"/>
                        <column id="4936"/>
                        <column id="4924"/>
                        <column id="4912"/>
                        <header>
                            <row id="4863">
                                <cell id="4864">
                                    <property name="colSpan">6</property>
                                    <property name="rowSpan">1</property>
                                    <text-data id="4865">
                                        <property name="style">birt-report-headline</property>
                                        <property name="marginLeft">0mm</property>
                                        <property name="marginBottom">0mm</property>
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("report.recipient.statistics.analysisByTarget", reportContext.getLocale())</expression>
                                    </text-data>
                                </cell>
                            </row>
                            <row id="4866">
                                <property name="height">0.2in</property>
                                <cell id="4867"/>
                                <cell id="4914"/>
                                <cell id="4926"/>
                                <cell id="4932"/>
                                <cell id="4920"/>
                                <cell id="4908"/>
                            </row>
                        </header>
                        <footer>
                            <row id="4943">
                                <property name="height">40px</property>
                                <cell id="4944">
                                    <property name="colSpan">6</property>
                                    <property name="rowSpan">1</property>
                                    <extended-item extensionName="Chart" name="byTargetGroupChart1" id="4951">
                                        <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Side-by-side</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>0</HorizontalSpacing>
      <VerticalSpacing>0</VerticalSpacing>
      <ClientArea>
        <Background xsi:type="attribute:Gradient">
          <StartColor>
            <Transparency>255</Transparency>
            <Red>206</Red>
            <Green>206</Green>
            <Blue>206</Blue>
          </StartColor>
          <EndColor>
            <Transparency>255</Transparency>
            <Red>254</Red>
            <Green>254</Green>
            <Blue>254</Blue>
          </EndColor>
          <Direction>90.0</Direction>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>40.0</Left>
          <Bottom>2.0</Bottom>
          <Right>10.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
      <MaxPercent>0.33</MaxPercent>
      <TitlePercent>0.6</TitlePercent>
      <Ellipsis>1</Ellipsis>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>549.9212598425197</Width>
      <Height>238.11023622047242</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>126</Red>
        <Green>126</Green>
        <Blue>126</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
 * Called before rendering the label for each datapoint.
 * 
 * @param dph
 *            DataPointHints
 * @param label
 *            Label
 * @param icsc
 *            IChartScriptContext
 */

function beforeDrawDataPointLabel( dph, label, icsc )
{
	importPackage(Packages.java.text);
	
	symbols = DecimalFormatSymbols.getInstance();
    symbols.setGroupingSeparator('.');
    formatter = new DecimalFormat(&quot;###,###.###&quot;, symbols);
	if (parseInt(label.getCaption().getValue()) != 0) {
		label.getCaption().setValue(formatter.format(parseInt(label.getCaption().getValue())));
	} else {
		label.getCaption().setValue(&quot;&quot;);
	}
}

/**
 * Called before drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 */
function beforeDrawLegendItem( lerh, bounds, icsc )
{
    bounds.setLeft(bounds.getLeft() - 5.0);
}

function beforeDrawAxisTitle( axis, label, icsc )
{
    var reportContext =  icsc.getExternalContext().getObject();
	if (axis.getTitle().getCaption().getValue() == &quot;_value&quot;) {
		label.getCaption().setValue(Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;Recipient&quot;, reportContext.getLocale()) + &quot; in %&quot;);
    }
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>'A','B','C','D','E'</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity>
    <Enable>true</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <Axes>
    <Type>Text</Type>
    <Title>
      <Caption>
        <Value>X-Axis Title</Value>
        <Font>
          <Size>14.0</Size>
          <Bold>true</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>false</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>_value</Value>
          <Font>
            <Size>8.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;targetGroup&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>80</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>105</Red>
            <Green>161</Green>
            <Blue>41</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>127</Red>
            <Green>184</Green>
            <Blue>220</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>214</Red>
            <Green>214</Green>
            <Blue>214</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>112</Red>
            <Green>113</Green>
            <Blue>115</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Bold>true</Bold>
                <Alignment/>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>254</Red>
                <Green>254</Green>
                <Blue>254</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>3.0</Top>
              <Left>3.0</Left>
              <Bottom>3.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;percent&quot;] * 100</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>Series 1</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
              <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
                <Pattern>######.###</Pattern>
              </FormatSpecifier>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Inside</LabelPosition>
          <Stacked>false</Stacked>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Ascending</Sorting>
        <SortKey>
          <Definition>row[&quot;targetGroupId&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>214</Red>
          <Green>214</Green>
          <Blue>214</Blue>
        </Color>
        <Visible>true</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Left</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <Max xsi:type="data:NumberDataElement">
          <Value>100.0</Value>
        </Max>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>153</Green>
          <Blue>153</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>146</Red>
          <Green>208</Green>
          <Blue>80</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>105</Red>
          <Green>161</Green>
          <Blue>41</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>65</Red>
          <Green>100</Green>
          <Blue>26</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>85</Green>
          <Blue>138</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>127</Red>
          <Green>184</Green>
          <Blue>220</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>214</Red>
          <Green>214</Green>
          <Blue>214</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>112</Red>
          <Green>113</Green>
          <Blue>115</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;mailingList&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
      <Sorting>Ascending</Sorting>
      <SortKey>
        <Definition>row[&quot;mailingList&quot;]</Definition>
      </SortKey>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>214</Red>
        <Green>214</Green>
        <Blue>214</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Alignment/>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Below</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
      <ShowOutside>false</ShowOutside>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:Gradient">
    <StartColor>
      <Transparency>255</Transparency>
      <Red>128</Red>
      <Green>128</Green>
      <Blue>128</Blue>
    </StartColor>
    <EndColor>
      <Transparency>255</Transparency>
      <Red>214</Red>
      <Green>214</Green>
      <Blue>214</Blue>
    </EndColor>
    <Direction>90.0</Direction>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>254</Red>
    <Green>254</Green>
    <Blue>254</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                        <property name="outputFormat">PNG</property>
                                        <list-property name="filter">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <expression name="expr" type="javascript">row["categoryIndx"]</expression>
                                                <simple-property-list name="value1">
                                                    <value>CommonKeys.ACTIVE_INDEX</value>
                                                </simple-property-list>
                                                <property name="updateAggregation">true</property>
                                            </structure>
                                        </list-property>
                                        <property name="inheritColumns">true</property>
                                        <property name="height">84mm</property>
                                        <property name="width">194mm</property>
                                        <property name="dataSet">RecipientsStatitics</property>
                                        <list-property name="boundDataColumns">
                                            <structure>
                                                <property name="name">mailingListId</property>
                                                <text-property name="displayName">mailingListId</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                                <property name="dataType">integer</property>
                                            </structure>
                                            <structure>
                                                <property name="name">mailingList</property>
                                                <text-property name="displayName">mailingList</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["mailingList"]</expression>
                                                <property name="dataType">string</property>
                                            </structure>
                                            <structure>
                                                <property name="name">targetGroupId</property>
                                                <text-property name="displayName">targetGroupId</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                                <property name="dataType">integer</property>
                                            </structure>
                                            <structure>
                                                <property name="name">targetGroup</property>
                                                <text-property name="displayName">targetGroup</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["targetGroup"]</expression>
                                                <property name="dataType">string</property>
                                            </structure>
                                            <structure>
                                                <property name="name">category</property>
                                                <text-property name="displayName">category</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["category"]</expression>
                                                <property name="dataType">string</property>
                                            </structure>
                                            <structure>
                                                <property name="name">categoryIndx</property>
                                                <text-property name="displayName">categoryIndx</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["categoryIndx"]</expression>
                                                <property name="dataType">integer</property>
                                            </structure>
                                            <structure>
                                                <property name="name">value</property>
                                                <text-property name="displayName">value</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                                <property name="dataType">integer</property>
                                            </structure>
                                            <structure>
                                                <property name="name">percent</property>
                                                <text-property name="displayName">percent</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["percent"]</expression>
                                                <property name="dataType">float</property>
                                            </structure>
                                            <structure>
                                                <property name="name">mailingListGroupId</property>
                                                <text-property name="displayName">mailingListGroupId</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                                <property name="dataType">integer</property>
                                            </structure>
                                            <structure>
                                                <property name="name">target_order</property>
                                                <text-property name="displayName">target_order</text-property>
                                                <expression name="expression" type="javascript">dataSetRow["target_order"]</expression>
                                                <property name="dataType">integer</property>
                                            </structure>
                                        </list-property>
                                        <property name="style">birt-report-chart</property>
                                    </extended-item>
                                </cell>
                            </row>
                            <row id="4899">
                                <property name="height">40px</property>
                                <cell id="4900">
                                    <property name="colSpan">6</property>
                                    <property name="rowSpan">1</property>
                                </cell>
                            </row>
                            <row id="4901">
                                <cell id="4902">
                                    <property name="colSpan">6</property>
                                    <property name="rowSpan">1</property>
                                    <text-data id="4903">
                                        <property name="style">birt-report-headline</property>
                                        <property name="fontSize">12pt</property>
                                        <property name="fontWeight">normal</property>
                                        <property name="marginTop">0mm</property>
                                        <property name="marginLeft">0mm</property>
                                        <property name="marginBottom">0mm</property>
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("report.recipient.statistics.analysisByTarget.footer", reportContext.getLocale())</expression>
                                    </text-data>
                                </cell>
                            </row>
                        </footer>
                    </table>
                </cell>
            </row>
            <row id="4860">
                <property name="height">5mm</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_STATUS)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="4861">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                </cell>
            </row>
            <row id="2034">
                <property name="pageBreakBefore">auto</property>
                <property name="pageBreakInside">avoid</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_DEVELOPMENT_DETAILED)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="2035">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                    <text-data id="3997">
                        <property name="style">birt-report-headline</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("report.recipient.statistics.last30days", reportContext.getLocale())</expression>
                    </text-data>
                    <grid id="3998">
                        <property name="fontSize">8pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="marginRight">0mm</property>
                        <property name="textAlign">left</property>
                        <column id="3999">
                            <property name="width">11mm</property>
                        </column>
                        <column id="4000"/>
                        <row id="4704">
                            <property name="fontWeight">normal</property>
                            <cell id="4705">
                                <property name="colSpan">2</property>
                                <property name="rowSpan">1</property>
                                <property name="paddingRight">0pt</property>
                                <property name="verticalAlign">top</property>
                                <text-data id="4707">
                                    <expression name="valueExpr">"&lt;b>" + reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ": " + "&lt;/b>" + reportContext.getPersistentGlobalVariable("message_From") + " " + reportContext.getPersistentGlobalVariable("startDateFormated") + " " + reportContext.getPersistentGlobalVariable("message_default.to") + " " + reportContext.getPersistentGlobalVariable("stopDateFormated")</expression>
                                    <property name="contentType">html</property>
                                </text-data>
                            </cell>
                        </row>
                    </grid>
                    <table name="Recipient development" id="2036">
                        <property name="marginBottom">5mm</property>
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsDetailedDynamic</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">MAILINGLIST</property>
                                <expression name="expression" type="javascript">wrap(dataSetRow["MAILINGLIST"],24)</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">TARGETGROUP</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">date</property>
                                <expression name="expression" type="javascript">dataSetRow["date"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">totalActive</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>gropByTargetGroup</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["ACTIVE"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">totalOptOut</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>gropByTargetGroup</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["OPTOUT"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">totalBounced</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>gropByTargetGroup</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["BOUNCED"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">totalWaitingForConfirm</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>gropByTargetGroup</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["WAITING_FOR_CONFIRM"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">totalBlacklisted</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>gropByTargetGroup</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["BLACKLISTED"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">firstTargetGroupId</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByMailingList</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MIN</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["targetGroupId"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglist_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Mailinglist");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetgroups_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Target-Groups");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">subscribers_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Subscribers");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">unsubscribers_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_birt.recipient.unsubscribers");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">bounces_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Bounces");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">target_order</property>
                                <expression name="expression" type="javascript">if (dataSetRow["targetGroupId"] == 1) {0} else {1}</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">BLACKLISTED</property>
                                <expression name="expression" type="javascript">dataSetRow["BLACKLISTED"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">blacklisted_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("statistic.blacklisted");</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">notconfirmed_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_birt.recipient.notConfirmed") + '\u00b9'</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">WAITING_FOR_CONFIRM</property>
                                <expression name="expression" type="javascript">dataSetRow["WAITING_FOR_CONFIRM"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">note1</property>
                                <expression name="expression" type="javascript">'\u00b9' + ' ' + reportContext.getPersistentGlobalVariable("message_birt.recipient.notConfirmedNote")</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                        </list-property>
                        <structure name="toc"/>
                        <method name="onPrepare"><![CDATA[mailingListNumber = 0;
itemGroupNumber = 0;]]></method>
                        <property name="pageBreakInterval">4000000</property>
                        <column id="2058">
                            <property name="width">40mm</property>
                        </column>
                        <column id="2059"/>
                        <column id="2060"/>
                        <column id="4988"/>
                        <column id="2061"/>
                        <column id="5007"/>
                        <column id="2062"/>
                        <header>
                            <row id="2037">
                                <property name="style">recipientStatistics-table-hedlines</property>
                                <property name="backgroundColor">#0071B9</property>
                                <property name="borderBottomColor">#7E7E7E</property>
                                <property name="borderBottomStyle">solid</property>
                                <property name="borderBottomWidth">thin</property>
                                <property name="textAlign">left</property>
                                <cell id="2038">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="4278">
                                        <property name="resultSetColumn">mailinglist_title_</property>
                                    </data>
                                </cell>
                                <cell id="2039">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="4279">
                                        <property name="resultSetColumn">targetgroups_title_</property>
                                    </data>
                                </cell>
                                <cell id="2040">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="4280">
                                        <property name="resultSetColumn">subscribers_title_</property>
                                    </data>
                                </cell>
                                <cell id="4977">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="4281">
                                        <property name="resultSetColumn">unsubscribers_title_</property>
                                    </data>
                                </cell>
                                <cell id="2041">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="4282">
                                        <property name="resultSetColumn">bounces_title_</property>
                                    </data>
                                </cell>
                                <cell id="4996">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="5008">
                                        <property name="resultSetColumn">notconfirmed_title_</property>
                                    </data>
                                </cell>
                                <cell id="2042">
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="4995">
                                        <property name="resultSetColumn">blacklisted_title_</property>
                                    </data>
                                </cell>
                            </row>
                        </header>
                        <group id="2076">
                            <property name="groupName">groupByMailingList</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc">
                                <expression name="expressionValue" type="javascript">row["mailingListId"]</expression>
                            </structure>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <list-property name="sort">
                                <structure>
                                    <expression name="key" type="javascript">row["MAILINGLIST"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                            </list-property>
                            <footer>
                                <row id="2084">
                                    <method name="onCreate"><![CDATA[mailingListNumber++;
itemGroupNumber = 0;]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2085"/>
                                    <cell id="2086"/>
                                    <cell id="2087"/>
                                    <cell id="4985"/>
                                    <cell id="2088"/>
                                    <cell id="5004"/>
                                    <cell id="2089"/>
                                </row>
                            </footer>
                        </group>
                        <group id="2092">
                            <property name="groupName">gropByTargetGroup</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["targetGroupId"]</expression>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="2093">
                                    <method name="onCreate"><![CDATA[itemGroupNumber++;]]></method>
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="testExpr" type="javascript">mailingListNumber % 2</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                            <property name="style">odd</property>
                                        </structure>
                                    </list-property>
                                    <cell id="2094">
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="2073">
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["targetGroupId"] > 1</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">MAILINGLIST</property>
                                        </data>
                                    </cell>
                                    <cell id="2095">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="2075">
                                            <property name="textAlign">left</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">TARGETGROUP</property>
                                        </data>
                                    </cell>
                                    <cell id="2096">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <list-property name="highlightRules">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <property name="fontWeight">bold</property>
                                                <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                <simple-property-list name="value1">
                                                    <value type="javascript">1</value>
                                                </simple-property-list>
                                            </structure>
                                        </list-property>
                                        <text-data id="2108">
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <expression name="valueExpr" type="javascript">symbols = DecimalFormatSymbols.getInstance();
symbols.setGroupingSeparator('.');
formatter = new DecimalFormat("###,###.###", symbols);
formatter.format(row["totalActive"]);</expression>
                                            <property name="contentType">html</property>
                                            <property name="hasExpression">true</property>
                                        </text-data>
                                    </cell>
                                    <cell id="4981">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <list-property name="highlightRules">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <property name="fontWeight">bold</property>
                                                <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                <simple-property-list name="value1">
                                                    <value type="javascript">1</value>
                                                </simple-property-list>
                                            </structure>
                                        </list-property>
                                        <text-data id="2110">
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <expression name="valueExpr">symbols = DecimalFormatSymbols.getInstance();
symbols.setGroupingSeparator('.');
formatter = new DecimalFormat("###,###.###", symbols);
formatter.format(row["totalOptOut"]);</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                    <cell id="2097">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <list-property name="highlightRules">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <property name="fontWeight">bold</property>
                                                <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                <simple-property-list name="value1">
                                                    <value type="javascript">1</value>
                                                </simple-property-list>
                                            </structure>
                                        </list-property>
                                        <text-data id="2111">
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <expression name="valueExpr">symbols = DecimalFormatSymbols.getInstance();
symbols.setGroupingSeparator('.');
formatter = new DecimalFormat("###,###.###", symbols);
formatter.format(row["totalBounced"]);</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                    <cell id="5000">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <list-property name="highlightRules">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <property name="fontWeight">bold</property>
                                                <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                <simple-property-list name="value1">
                                                    <value type="javascript">1</value>
                                                </simple-property-list>
                                            </structure>
                                        </list-property>
                                        <text-data id="5010">
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <expression name="valueExpr">symbols = DecimalFormatSymbols.getInstance();
symbols.setGroupingSeparator('.');
formatter = new DecimalFormat("###,###.###", symbols);
formatter.format(row["totalWaitingForConfirm"]);</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                    <cell id="2098">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <list-property name="highlightRules">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <property name="fontWeight">bold</property>
                                                <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                <simple-property-list name="value1">
                                                    <value type="javascript">1</value>
                                                </simple-property-list>
                                            </structure>
                                        </list-property>
                                        <text-data id="4990">
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <expression name="valueExpr">symbols = DecimalFormatSymbols.getInstance();
symbols.setGroupingSeparator('.');
formatter = new DecimalFormat("###,###.###", symbols);
formatter.format(row["totalBlacklisted"]);</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="2100">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2101"/>
                                    <cell id="2102"/>
                                    <cell id="2103"/>
                                    <cell id="4983"/>
                                    <cell id="2104"/>
                                    <cell id="5002"/>
                                    <cell id="2105"/>
                                </row>
                            </footer>
                        </group>
                        <footer>
                            <row id="5012">
                                <property name="borderTopStyle">solid</property>
                                <property name="borderTopWidth">thin</property>
                                <cell id="5013"/>
                                <cell id="5014"/>
                                <cell id="5015"/>
                                <cell id="5016"/>
                                <cell id="5017"/>
                                <cell id="5018"/>
                                <cell id="5019"/>
                            </row>
                            <row id="2051">
                                <cell id="2052">
                                    <property name="colSpan">7</property>
                                    <property name="rowSpan">1</property>
                                    <data id="5011">
                                        <structure name="toc"/>
                                        <property name="resultSetColumn">note1</property>
                                    </data>
                                </cell>
                            </row>
                        </footer>
                    </table>
                    <table id="2148">
                        <property name="marginTop">0pt</property>
                        <property name="marginBottom">0pt</property>
                        <property name="pageBreakBefore">auto</property>
                        <property name="pageBreakInside">avoid</property>
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsDetailedDynamic</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">MAILINGLIST</property>
                                <expression name="expression" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">TARGETGROUP</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">date</property>
                                <expression name="expression" type="javascript">dataSetRow["date"]</expression>
                                <property name="dataType">date</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">sum</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>NewTableGroup2</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">dataSetRow["ACTIVE"] + dataSetRow["OPTOUT"] + dataSetRow["BOUNCED"] + dataSetRow["BLACKLISTED"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">sumActiveByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByDay</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["targetGroupId"] == 1) {dataSetRow["ACTIVE"]} else {0}</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">sumOptoutByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByDay</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["targetGroupId"] == 1) {dataSetRow["OPTOUT"]} else {0}</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">sumBouncedByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByDay</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["targetGroupId"] == 1) {dataSetRow["BOUNCED"]} else {0}</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">BLACKLISTED</property>
                                <expression name="expression" type="javascript">dataSetRow["BLACKLISTED"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">sumBlacklistedByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByDay</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["targetGroupId"] == 1) {dataSetRow["BLACKLISTED"]} else {0}</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">WAITING_FOR_CONFIRM</property>
                                <expression name="expression" type="javascript">dataSetRow["WAITING_FOR_CONFIRM"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">subWaitingForConfirmByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByDay</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["targetGroupId"] == 1) {dataSetRow["WAITING_FOR_CONFIRM"]} else {0}</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                        </list-property>
                        <property name="repeatHeader">false</property>
                        <property name="pageBreakInterval">4000000</property>
                        <list-property name="sort">
                            <structure>
                                <expression name="key" type="javascript">row["MAILINGLIST"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                            <structure>
                                <expression name="key" type="javascript">row["date"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                        </list-property>
                        <column id="2155"/>
                        <header>
                            <row id="2149">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="2150">
                                    <label id="2163">
                                        <text-property name="text">ACTIVE</text-property>
                                    </label>
                                </cell>
                            </row>
                        </header>
                        <group id="2522">
                            <property name="groupName">NewTableGroup2</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListGroupId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="2523">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2524">
                                        <data id="2527">
                                            <property name="resultSetColumn">mailingListGroupId</property>
                                        </data>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="2525">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2526"/>
                                </row>
                            </footer>
                        </group>
                        <group id="2156">
                            <property name="groupName">groupByMailingId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="2157">
                                    <property name="borderBottomColor">#868686</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#868686</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#868686</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#868686</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <cell id="2158">
                                        <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle5", this.getRowData().getExpressionValue("row[MAILINGLIST]"));]]></method>
                                        <property name="textAlign">center</property>
                                        <property name="verticalAlign">middle</property>
                                        <data id="2161">
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">true</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">mailingListId</property>
                                        </data>
                                        <extended-item extensionName="Chart" id="2623">
                                            <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Line Chart</Type>
  <SubType>Overlay</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Name>Arial</Name>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>0.0</Top>
        <Left>0.0</Left>
        <Bottom>0.0</Bottom>
        <Right>0.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>0</VerticalSpacing>
      <ClientArea>
        <Background xsi:type="attribute:Gradient">
          <StartColor>
            <Transparency>255</Transparency>
            <Red>214</Red>
            <Green>214</Green>
            <Blue>214</Blue>
          </StartColor>
          <EndColor>
            <Transparency>255</Transparency>
            <Red>254</Red>
            <Green>254</Green>
            <Blue>254</Blue>
          </EndColor>
          <Direction>90.0</Direction>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Color>
          <Visible>true</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Anchor>South</Anchor>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
      <WrappingSize>0.0</WrappingSize>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>549.9212598425197</Width>
      <Height>238.11023622047242</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>134</Red>
        <Green>134</Green>
        <Blue>134</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage(Packages.org.eclipse.birt.report.model.api.util);
importPackage(Packages.org.eclipse.birt.chart.model.attribute.impl);
importPackage(Packages.org.eclipse.birt.chart.model.attribute);

var seriesSettings = {
  &quot;subscribers&quot; : {
    translationKey : &quot;recipient.Opt_Ins&quot;,
    color : &quot;color-light-green&quot;
  },
  &quot;unsubscribers&quot; : {
    translationKey : &quot;statistic.Opt_Outs&quot;,
    color : &quot;color-red&quot;
  },
  &quot;bounces&quot; : {
    translationKey : &quot;statistic.Bounces&quot;,
    color : &quot;color-orange&quot;
  },
  &quot;blacklisted&quot; : {
    translationKey : &quot;recipient.MailingState6&quot;,
    color : &quot;color-dark-green&quot;
  },
  &quot;growth&quot; : {
    translationKey : &quot;report.recipient.statistics.growth&quot;,
    color : &quot;color-dark-violet&quot;
  },
  &quot;unconfirmed&quot; : {
  	translationKey : &quot;birt.recipient.notConfirmed&quot;,
  	color : &quot;color-orange&quot;
  }
};

function getSerieSettings(serieIdentifier){
	if (serieIdentifier.indexOf(&quot;=&quot;)) {
		serieIdentifier = serieIdentifier.substring(serieIdentifier.indexOf(&quot;=&quot;) + 1);
	}
	
	return seriesSettings[serieIdentifier];
}

function getTranslatedText(translationKey, locale) {
  return Packages.com.agnitas.messages.I18nString.getLocaleString(translationKey, locale)
}

/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart Chart
 * @param icsc IChartScriptContext
 */
function beforeGeneration(chart, icsc) {
  this.getDesignHandle().addCss(&quot;styles.css&quot;);
  var reportContext = icsc.getExternalContext().getObject();
  var orthogonalAxes = chart.getOrthogonalAxes(chart.getAxes().get(0), true)[0]
  var seriesDefinitions = orthogonalAxes.getSeriesDefinitions();
  var series = orthogonalAxes.getRuntimeSeries();
	
  reportContext = icsc.getExternalContext().getObject();
  for (var i = 0; i &lt; 6; i++) {
    var seriesDefinition = seriesDefinitions.get(i);
    var serie = series[i];
    var serieSettings =	getSerieSettings(serie.getSeriesIdentifier());

    // setting translation
    var translation = getTranslatedText(serieSettings.translationKey, reportContext.getLocale());
    if (translation) {
      serie.setSeriesIdentifier(translation);
    }
  }

  // currently the chart model only supports one base axis
  rpCtx = icsc.getExternalContext().getScriptable();	
  xAxis = chart.getBaseAxes()[0];

  if (rpCtx.getLocale().getLanguage() == &quot;de&quot;) {
	xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd.MM.&quot;));
  } else {
	xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;MM/dd&quot;));
  }		
	
  icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle5&quot;));
}</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>12.0,8.0,24.0,16.0,20.0</DataSetRepresentation>
      <SeriesDefinitionIndex>1</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>18.0,12.0,36.0,24.0,30.0</DataSetRepresentation>
      <SeriesDefinitionIndex>2</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>24.0,16.0,48.0,32.0,40.0</DataSetRepresentation>
      <SeriesDefinitionIndex>3</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>30.0,20.0,60.0,40.0,50.0</DataSetRepresentation>
      <SeriesDefinitionIndex>4</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>36.0,24.0,72.0,48.0,60.0</DataSetRepresentation>
      <SeriesDefinitionIndex>5</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <AncillarySampleData>
      <DataSetRepresentation>Series 1</DataSetRepresentation>
    </AncillarySampleData>
  </SampleData>
  <Interactivity>
    <Enable>false</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>X-Axis Title</Value>
        <Font>
          <Size>14.0</Size>
          <Bold>true</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>false</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>Y-Axis Title</Value>
          <Font>
            <Size>14.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions ZOrder="1">
        <Query>
          <Definition></Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:LineSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;sumActiveByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>subscribers</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <Translucent>false</Translucent>
          <Markers>
            <Type>Box</Type>
            <Size>4</Size>
            <Visible>false</Visible>
            <Outline>
              <Visible>true</Visible>
            </Outline>
          </Markers>
          <LineAttributes>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>true</Visible>
          </LineAttributes>
          <PaletteLineColor>true</PaletteLineColor>
          <Curve>false</Curve>
          <ConnectMissingValue>true</ConnectMissingValue>
        </Series>
      </SeriesDefinitions>
      <SeriesDefinitions ZOrder="1">
        <Query>
          <Definition></Definition>
          <Grouping>
            <GroupType>Numeric</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>169</Red>
            <Green>27</Green>
            <Blue>27</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:LineSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;sumOptoutByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>unsubscribers</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <Translucent>false</Translucent>
          <Markers>
            <Type>Box</Type>
            <Size>4</Size>
            <Visible>false</Visible>
            <Outline>
              <Visible>true</Visible>
            </Outline>
          </Markers>
          <LineAttributes>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>255</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>true</Visible>
          </LineAttributes>
          <PaletteLineColor>true</PaletteLineColor>
          <ShadowColor>
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </ShadowColor>
        </Series>
      </SeriesDefinitions>
      <SeriesDefinitions ZOrder="1">
        <Query>
          <Definition></Definition>
          <Grouping>
            <GroupType>Numeric</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:LineSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;sumBouncedByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>bounces</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <Translucent>false</Translucent>
          <Markers>
            <Type>Box</Type>
            <Size>4</Size>
            <Visible>false</Visible>
            <Outline>
              <Visible>true</Visible>
            </Outline>
          </Markers>
          <LineAttributes>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>true</Visible>
          </LineAttributes>
          <PaletteLineColor>true</PaletteLineColor>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <SeriesDefinitions ZOrder="1">
        <Query>
          <Definition></Definition>
          <Grouping>
            <GroupType>Numeric</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>107</Red>
            <Green>163</Green>
            <Blue>200</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:LineSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;sumBlacklistedByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>blacklisted</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Translucent>false</Translucent>
          <Markers>
            <Type>Box</Type>
            <Visible>false</Visible>
            <Outline/>
          </Markers>
          <LineAttributes>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>255</Red>
              <Green>0</Green>
              <Blue>255</Blue>
            </Color>
            <Visible>true</Visible>
          </LineAttributes>
          <PaletteLineColor>true</PaletteLineColor>
          <Curve>false</Curve>
          <ShadowColor>
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </ShadowColor>
          <ConnectMissingValue>true</ConnectMissingValue>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <SeriesDefinitions ZOrder="0">
        <Query>
          <Definition></Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:AreaSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;sumActiveByDay&quot;]-row[&quot;sumOptoutByDay&quot;]-row[&quot;sumBouncedByDay&quot;]-row[&quot;sumBlacklistedByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>growth</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onmouseover</Condition>
            <Action>
              <Type>Show_Tooltip</Type>
              <Value xsi:type="attribute:TooltipValue">
                <Text></Text>
                <Delay>200</Delay>
              </Value>
            </Action>
          </Triggers>
          <Translucent>true</Translucent>
          <Markers>
            <Outline/>
          </Markers>
          <LineAttributes/>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <SeriesDefinitions ZOrder="1">
        <Query>
          <Definition></Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:LineSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;subWaitingForConfirmByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>unconfirmed</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onmouseover</Condition>
            <Action>
              <Type>Show_Tooltip</Type>
              <Value xsi:type="attribute:TooltipValue">
                <Text></Text>
                <Delay>200</Delay>
              </Value>
            </Action>
          </Triggers>
          <Translucent>false</Translucent>
          <Markers>
            <Type>Box</Type>
            <Size>4</Size>
            <Visible>false</Visible>
            <Outline>
              <Visible>true</Visible>
            </Outline>
          </Markers>
          <LineAttributes>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>127</Red>
              <Green>183</Green>
              <Blue>220</Blue>
            </Color>
            <Visible>true</Visible>
          </LineAttributes>
          <PaletteLineColor>true</PaletteLineColor>
          <Curve>false</Curve>
          <ConnectMissingValue>true</ConnectMissingValue>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>134</Red>
          <Green>134</Green>
          <Blue>134</Blue>
        </Color>
        <Visible>true</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
        <Pattern>###,###.###</Pattern>
      </FormatSpecifier>
      <LabelPosition>Left</LabelPosition>
      <Staggered>false</Staggered>
      <Interval>1</Interval>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>134</Red>
            <Green>134</Green>
            <Blue>134</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>134</Red>
            <Green>134</Green>
            <Blue>134</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <ShowOutside>false</ShowOutside>
        <AutoExpand>true</AutoExpand>
        <MajorGridsStepNumber>1</MajorGridsStepNumber>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
      <Aligned>false</Aligned>
    </AssociatedAxes>
    <AncillaryAxes>
      <Type>Text</Type>
      <Title>
        <Caption>
          <Value>Z-Axis Title</Value>
          <Font>
            <Size>14.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Below</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition></Definition>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>166</Green>
            <Blue>218</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>242</Red>
            <Green>88</Green>
            <Blue>106</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>232</Red>
            <Green>172</Green>
            <Blue>57</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>64</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>170</Red>
            <Green>85</Green>
            <Blue>85</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>192</Red>
            <Green>192</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>192</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>7</Red>
            <Green>146</Green>
            <Blue>94</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>64</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>240</Green>
            <Blue>120</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>0</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series>
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <SeriesIdentifier></SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <Orientation>Horizontal</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Visible>true</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Below</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AncillaryAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;date&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>134</Red>
        <Green>134</Green>
        <Blue>134</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Alignment/>
          <Rotation>45.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
      <Ellipsis>0</Ellipsis>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>MM/dd</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <Staggered>false</Staggered>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Below</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>134</Red>
          <Green>134</Green>
          <Blue>134</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
      <ShowOutside>false</ShowOutside>
      <TickBetweenCategories>false</TickBetweenCategories>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <Orientation>Vertical</Orientation>
  <Rotation>
    <Angles>
      <XAngle>-20.0</XAngle>
      <YAngle>45.0</YAngle>
      <ZAngle>0.0</ZAngle>
      <Type>None</Type>
    </Angles>
  </Rotation>
  <ReverseCategory>false</ReverseCategory>
</model:ChartWithAxes>
]]></xml-property>
                                            <property name="outputFormat">PNG</property>
                                            <property name="inheritColumns">false</property>
                                            <property name="marginBottom">0pt</property>
                                            <property name="height">84mm</property>
                                            <property name="width">194mm</property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["sum"] == 0</expression>
                                                </structure>
                                            </list-property>
                                            <property name="style">birt-report-chart</property>
                                        </extended-item>
                                        <image id="2589">
                                            <property name="marginTop">0mm</property>
                                            <property name="marginBottom">0pt</property>
                                            <property name="marginRight">0mm</property>
                                            <property name="height">119px</property>
                                            <property name="width">124px</property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["sum"] != 0 || reportContext.getLocale().getLanguage() != "de"</expression>
                                                </structure>
                                            </list-property>
                                            <property name="source">embed</property>
                                            <property name="imageName">keine_daten.png</property>
                                        </image>
                                        <image id="2590">
                                            <property name="marginBottom">0mm</property>
                                            <property name="height">119px</property>
                                            <property name="width">124px</property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["sum"] != 0 || reportContext.getLocale().getLanguage() == "de"</expression>
                                                </structure>
                                            </list-property>
                                            <property name="source">embed</property>
                                            <property name="imageName">no_data_available.png</property>
                                        </image>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="2159">
                                    <property name="height">5mm</property>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2160"/>
                                </row>
                            </footer>
                        </group>
                        <group id="2617">
                            <property name="groupName">groupByDay</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["date"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="2618">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2619"/>
                                </row>
                            </header>
                            <footer>
                                <row id="2620">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2621"/>
                                </row>
                            </footer>
                        </group>
                        <detail>
                            <row id="2151">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="2152"/>
                            </row>
                        </detail>
                        <footer>
                            <row id="2153">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="2154"/>
                            </row>
                        </footer>
                    </table>
                </cell>
            </row>
            <row id="2167">
                <property name="height">5mm</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_DEVELOPMENT_DETAILED)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="2168">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                </cell>
            </row>
            <row id="2790">
                <property name="pageBreakInside">avoid</property>
                <property name="height">9.697916666666666in</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.RECIPIENT_DEVELOPMENT_NET)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="2791">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0mm</property>
                    <property name="paddingRight">0pt</property>
                    <text-data id="4016">
                        <property name="style">birt-report-headline</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.recipient.active.total", reportContext.getLocale())</expression>
                    </text-data>
                    <grid id="4017">
                        <property name="fontSize">8pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="marginRight">0mm</property>
                        <property name="textAlign">left</property>
                        <property name="width">197mm</property>
                        <column id="4018">
                            <property name="width">11mm</property>
                        </column>
                        <column id="4019"/>
                        <row id="4708">
                            <property name="fontWeight">normal</property>
                            <cell id="4709">
                                <property name="colSpan">2</property>
                                <property name="rowSpan">1</property>
                                <property name="paddingRight">0pt</property>
                                <property name="verticalAlign">top</property>
                                <text-data id="4711">
                                    <expression name="valueExpr">"&lt;b>" + reportContext.getPersistentGlobalVariable("message_report.recipient.period") + ": " + "&lt;/b>" + reportContext.getPersistentGlobalVariable("message_From") + " " + reportContext.getPersistentGlobalVariable("startDateFormated") + " " + reportContext.getPersistentGlobalVariable("message_default.to") + " " + reportContext.getPersistentGlobalVariable("stopDateFormated")</expression>
                                    <property name="contentType">html</property>
                                </text-data>
                            </cell>
                        </row>
                    </grid>
                    <table id="5020">
                        <property name="borderBottomColor">#7E7E7E</property>
                        <property name="borderBottomStyle">solid</property>
                        <property name="borderBottomWidth">thin</property>
                        <property name="borderLeftColor">#7E7E7E</property>
                        <property name="borderLeftStyle">solid</property>
                        <property name="borderLeftWidth">thin</property>
                        <property name="borderRightColor">#7E7E7E</property>
                        <property name="borderRightStyle">solid</property>
                        <property name="borderRightWidth">thin</property>
                        <property name="borderTopColor">#7E7E7E</property>
                        <property name="borderTopStyle">solid</property>
                        <property name="borderTopWidth">thin</property>
                        <property name="dataSet">RecipientsDetailedDynamicOverallDistribution</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">day</property>
                                <expression name="expression" type="javascript">dataSetRow["date"]</expression>
                                <property name="dataType">date</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">countActive</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">minAggregatedDay</property>
                                <property name="dataType">date</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupTargetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MIN</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["day"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">maxAggregatedDay</property>
                                <property name="dataType">date</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupTargetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["day"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">activeForStartDateByTargetGroup</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupTargetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["countActive"]</expression>
                                    </structure>
                                </list-property>
                                <expression name="filterExpr" type="javascript">BirtComp.equalTo(row["day"], row["minAggregatedDay"])</expression>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">activeForEndDateByTargetGroup</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupTargetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["countActive"]</expression>
                                    </structure>
                                </list-property>
                                <expression name="filterExpr" type="javascript">BirtComp.equalTo(row["day"], row["maxAggregatedDay"])</expression>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListTitle</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Mailinglist");</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupTitle</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Target-Groups");</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListName</property>
                                <expression name="expression" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupName</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                                <property name="allowExport">true</property>
                            </structure>
                        </list-property>
                        <method name="onPrepare"><![CDATA[mailingListNumber = 0;]]></method>
                        <column id="5029"/>
                        <column id="5033"/>
                        <column id="5056"/>
                        <column id="5062"/>
                        <header>
                            <row id="5021">
                                <property name="style">recipientStatistics-table-hedlines</property>
                                <cell id="5022">
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="5074">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">mailingListTitle</property>
                                    </data>
                                </cell>
                                <cell id="5030">
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="5075">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">targetGroupTitle</property>
                                    </data>
                                </cell>
                                <cell id="5053">
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <text-data id="5072">
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">formatDateByLocale(row["minAggregatedDay"])</expression>
                                        <property name="contentType">html</property>
                                    </text-data>
                                </cell>
                                <cell id="5059">
                                    <text-data id="5073">
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">formatDateByLocale(row["maxAggregatedDay"])</expression>
                                        <property name="contentType">html</property>
                                    </text-data>
                                </cell>
                            </row>
                        </header>
                        <group id="5037">
                            <property name="groupName">groupMailingListId</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc">
                                <expression name="expressionValue" type="javascript">row["mailingListId"]</expression>
                            </structure>
                            <property name="hideDetail">false</property>
                            <method name="onCreate"><![CDATA[mailingListNumber++;
targetGroupNumber = 0;]]></method>
                            <list-property name="sort">
                                <structure>
                                    <expression name="key" type="javascript">row["mailingListName"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                            </list-property>
                        </group>
                        <group id="5045">
                            <property name="groupName">groupTargetGroupId</property>
                            <expression name="keyExpr" type="javascript">row["targetGroupId"]</expression>
                            <structure name="toc">
                                <expression name="expressionValue" type="javascript">row["targetGroupId"]</expression>
                            </structure>
                            <property name="hideDetail">false</property>
                            <list-property name="sort">
                                <structure>
                                    <expression name="key" type="javascript">row["targetGroupId"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                            </list-property>
                            <header>
                                <row id="5046">
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="testExpr" type="javascript">mailingListNumber % 2</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">0</value>
                                            </simple-property-list>
                                            <property name="style">odd</property>
                                        </structure>
                                    </list-property>
                                    <cell id="5047">
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="5044">
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["targetGroupId"]>1</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">mailingListName</property>
                                        </data>
                                    </cell>
                                    <cell id="5048">
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="5052">
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">targetGroupName</property>
                                        </data>
                                    </cell>
                                    <cell id="5054">
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="5076">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">###,###.###</property>
                                            </structure>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">activeForStartDateByTargetGroup</property>
                                        </data>
                                    </cell>
                                    <cell id="5060">
                                        <data id="5077">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">###,###.###</property>
                                            </structure>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">activeForEndDateByTargetGroup</property>
                                        </data>
                                    </cell>
                                </row>
                            </header>
                        </group>
                    </table>
                    <table id="2181">
                        <property name="marginBottom">0pt</property>
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsDetailedDynamicOverallDistribution</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">MAILINGLIST</property>
                                <expression name="expression" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">TARGETGROUP</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">date</property>
                                <expression name="expression" type="javascript">dataSetRow["date"]</expression>
                                <property name="dataType">date</property>
                            </structure>
                            <structure>
                                <property name="name">emptyForChart</property>
                                <expression name="expression" type="javascript">-10</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">sumACTIVE</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>NewTableGroup2</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["ACTIVE"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">sumActiveByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByDay</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["targetGroupId"] == 1) {row["ACTIVE"]} else {0}</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">minSumActiveByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByMailingListId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MIN</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["sumActiveByDay"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                            <structure>
                                <property name="name">maxSumActiveByDay</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>groupByMailingListId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["sumActiveByDay"]</expression>
                                    </structure>
                                </list-property>
                                <property name="allowExport">true</property>
                            </structure>
                        </list-property>
                        <property name="repeatHeader">false</property>
                        <property name="pageBreakInterval">4000</property>
                        <list-property name="sort">
                            <structure>
                                <expression name="key" type="javascript">row["MAILINGLIST"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                            <structure>
                                <expression name="key" type="javascript">row["date"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                        </list-property>
                        <column id="2188">
                            <property name="width">197mm</property>
                        </column>
                        <header>
                            <row id="2182">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="2183">
                                    <label id="2611">
                                        <text-property name="text">date</text-property>
                                    </label>
                                </cell>
                            </row>
                        </header>
                        <group id="2528">
                            <property name="groupName">NewTableGroup2</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListGroupId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="2529">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="2530">
                                        <data id="2533">
                                            <property name="resultSetColumn">mailingListGroupId</property>
                                        </data>
                                    </cell>
                                </row>
                            </header>
                        </group>
                        <group id="2189">
                            <property name="groupName">groupByMailingListId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="2190">
                                    <property name="borderBottomColor">#868686</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#868686</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#868686</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#868686</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <cell id="2191">
                                        <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle6", this.getRowData().getExpressionValue("row[MAILINGLIST]"));
reportContext.setPersistentGlobalVariable("minSumActiveByDay", new Integer(this.getRowData().getExpressionValue("row[minSumActiveByDay]")));
reportContext.setPersistentGlobalVariable("maxSumActiveByDay", new Integer(this.getRowData().getExpressionValue("row[maxSumActiveByDay]")));]]></method>
                                        <property name="paddingBottom">5mm</property>
                                        <property name="textAlign">center</property>
                                        <property name="verticalAlign">middle</property>
                                        <data id="2194">
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">true</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">mailingListId</property>
                                        </data>
                                        <extended-item extensionName="Chart" id="2616">
                                            <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Area Chart</Type>
  <SubType>Overlay</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Name>Arial</Name>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>0.0</Top>
        <Left>0.0</Left>
        <Bottom>0.0</Bottom>
        <Right>0.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Visible>true</Visible>
      <HorizontalSpacing>0</HorizontalSpacing>
      <VerticalSpacing>0</VerticalSpacing>
      <ClientArea>
        <Background xsi:type="attribute:Gradient">
          <StartColor>
            <Transparency>255</Transparency>
            <Red>214</Red>
            <Green>214</Green>
            <Blue>214</Blue>
          </StartColor>
          <EndColor>
            <Transparency>255</Transparency>
            <Red>254</Red>
            <Green>254</Green>
            <Blue>254</Blue>
          </EndColor>
          <Direction>90.0</Direction>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
      <ShowValue>false</ShowValue>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>549.9212598425197</Width>
      <Height>238.11023622047242</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>255</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
	importPackage(Packages.org.eclipse.birt.chart.model.attribute.impl);

	//currently the chart model only supports one base axis
	rpCtx = icsc.getExternalContext().getScriptable();	
	xAxis = chart.getBaseAxes()[0];
	if (rpCtx.getLocale().getLanguage() == &quot;de&quot;) {
		xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd.MM.&quot;));
	} else {
		xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;MM/dd&quot;));
	}
		
    minSumActiveByDay = parseInt(rpCtx.getPersistentGlobalVariable(&quot;minSumActiveByDay&quot;));
    if (minSumActiveByDay > 1000) {
        minSumActiveByDay = minSumActiveByDay - BirtMath.mod(minSumActiveByDay, 100) - 100; 		
    	yAxis = chart.getOrthogonalAxes(xAxis, true)[0];
    	yscale = yAxis.getScale();
	    importPackage(Packages.org.eclipse.birt.chart.model.data.impl);    	 
		yscale.setMin(NumberDataElementImpl.create(minSumActiveByDay)); 
		yAxis.setScale(yscale);
	}
	
	 maxSumActiveByDay = parseInt(rpCtx.getPersistentGlobalVariable(&quot;maxSumActiveByDay&quot;));
    if (maxSumActiveByDay > 1000) {
        maxSumActiveByDay = maxSumActiveByDay +BirtMath.mod(maxSumActiveByDay, 100)+100; 		
    	yAxis = chart.getOrthogonalAxes(xAxis, true)[0];
    	yscale = yAxis.getScale();
	    importPackage(Packages.org.eclipse.birt.chart.model.data.impl);    	 
		yscale.setMax(NumberDataElementImpl.create(maxSumActiveByDay)); 
		yAxis.setScale(yscale);
	}
     	
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle6&quot;));
}



/**
 * Called before drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 */

function beforeDrawLegendItem( lerh, bounds, icsc )
{
	labelText = lerh.getLabel().getCaption().getValue();
	
	if (labelText == &quot;recipients(active)&quot;) {
		labelText = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;report.recipient.statistics.recipientActive&quot;, reportContext.getLocale());
	} else if (labelText == &quot;trendLine(polynomial)&quot;) {
		labelText = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;report.recipient.statistics.recipientActive.poly&quot;, reportContext.getLocale());
	}
	
	lerh.getLabel().getCaption().setValue(labelText);
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>12.0,8.0,24.0,16.0,20.0</DataSetRepresentation>
      <SeriesDefinitionIndex>1</SeriesDefinitionIndex>
    </OrthogonalSampleData>
    <AncillarySampleData>
      <DataSetRepresentation>Series 1</DataSetRepresentation>
    </AncillarySampleData>
  </SampleData>
  <Interactivity>
    <Enable>false</Enable>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>X-Axis Title</Value>
        <Font>
          <Size>14.0</Size>
          <Bold>true</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>false</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>Y-Axis Title</Value>
          <Font>
            <Size>14.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions ZOrder="1">
        <Query>
          <Definition></Definition>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>242</Red>
            <Green>88</Green>
            <Blue>106</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>232</Red>
            <Green>172</Green>
            <Blue>57</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>64</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>170</Red>
            <Green>85</Green>
            <Blue>85</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>192</Red>
            <Green>192</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>192</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>7</Red>
            <Green>146</Green>
            <Blue>94</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>64</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>240</Green>
            <Blue>120</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>0</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:AreaSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;sumActiveByDay&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>recipients(active)</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <CurveFitting>
            <LineAttributes>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>168</Red>
                <Green>27</Green>
                <Blue>28</Blue>
              </Color>
              <Visible>true</Visible>
            </LineAttributes>
            <Label>
              <Caption>
                <Value></Value>
                <Font>
                  <Alignment/>
                </Font>
              </Caption>
              <Background xsi:type="attribute:ColorDefinition">
                <Transparency>0</Transparency>
                <Red>255</Red>
                <Green>255</Green>
                <Blue>255</Blue>
              </Background>
              <Outline>
                <Style>Solid</Style>
                <Thickness>1</Thickness>
                <Color>
                  <Transparency>255</Transparency>
                  <Red>0</Red>
                  <Green>0</Green>
                  <Blue>0</Blue>
                </Color>
                <Visible>false</Visible>
              </Outline>
              <Insets>
                <Top>0.0</Top>
                <Left>2.0</Left>
                <Bottom>0.0</Bottom>
                <Right>3.0</Right>
              </Insets>
              <Visible>false</Visible>
            </Label>
            <LabelAnchor>North</LabelAnchor>
          </CurveFitting>
          <Markers>
            <Type>Box</Type>
            <Size>4</Size>
            <Visible>false</Visible>
            <Outline>
              <Visible>true</Visible>
            </Outline>
          </Markers>
          <LineAttributes>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>168</Red>
              <Green>27</Green>
              <Blue>28</Blue>
            </Color>
            <Visible>false</Visible>
          </LineAttributes>
        </Series>
      </SeriesDefinitions>
      <SeriesDefinitions ZOrder="0">
        <Query>
          <Definition></Definition>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>232</Red>
            <Green>172</Green>
            <Blue>57</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>64</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>170</Red>
            <Green>85</Green>
            <Blue>85</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>192</Red>
            <Green>192</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>192</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>7</Red>
            <Green>146</Green>
            <Blue>94</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>64</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>240</Green>
            <Blue>120</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>0</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>166</Green>
            <Blue>218</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:LineSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;emptyForChart&quot;]</Definition>
            <Grouping>
              <Enabled>false</Enabled>
              <GroupType>Text</GroupType>
              <AggregateExpression xsi:nil="true"/>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>trendLine(polynomial)</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Above</LabelPosition>
          <Stacked>false</Stacked>
          <Translucent>true</Translucent>
          <Markers>
            <Type>Box</Type>
            <Size>4</Size>
            <Visible>false</Visible>
            <Outline>
              <Visible>true</Visible>
            </Outline>
          </Markers>
          <LineAttributes>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>168</Red>
              <Green>27</Green>
              <Blue>28</Blue>
            </Color>
            <Visible>true</Visible>
          </LineAttributes>
          <PaletteLineColor>false</PaletteLineColor>
          <Curve>false</Curve>
          <ConnectMissingValue>false</ConnectMissingValue>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>134</Red>
          <Green>134</Green>
          <Blue>134</Blue>
        </Color>
        <Visible>true</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
        <Pattern>###,###.###</Pattern>
      </FormatSpecifier>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>134</Red>
            <Green>134</Green>
            <Blue>134</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>134</Red>
            <Green>134</Green>
            <Blue>134</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
        <MajorGridsStepNumber>1</MajorGridsStepNumber>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
      <Aligned>false</Aligned>
    </AssociatedAxes>
    <AncillaryAxes>
      <Type>Text</Type>
      <Title>
        <Caption>
          <Value>Z-Axis Title</Value>
          <Font>
            <Size>14.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Below</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition></Definition>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>166</Green>
            <Blue>218</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>242</Red>
            <Green>88</Green>
            <Blue>106</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>232</Red>
            <Green>172</Green>
            <Blue>57</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>64</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>170</Red>
            <Green>85</Green>
            <Blue>85</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>192</Red>
            <Green>192</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>192</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>7</Red>
            <Green>146</Green>
            <Blue>94</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>192</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>64</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>80</Red>
            <Green>240</Green>
            <Blue>120</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>0</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>64</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>128</Red>
            <Green>128</Green>
            <Blue>128</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>64</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>128</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series>
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Alignment/>
              </Font>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>2.0</Left>
              <Bottom>0.0</Bottom>
              <Right>3.0</Right>
            </Insets>
            <Visible>false</Visible>
          </Label>
          <SeriesIdentifier></SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
        </Series>
        <Grouping>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
      </SeriesDefinitions>
      <Orientation>Horizontal</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Visible>true</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Below</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AncillaryAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;date&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingUnit>Days</GroupingUnit>
        <GroupType>DateTime</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
      <SortKey/>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>134</Red>
        <Green>134</Green>
        <Blue>134</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Alignment/>
          <Rotation>48.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>MM/dd</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <Interval>1</Interval>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Below</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>134</Red>
          <Green>134</Green>
          <Blue>134</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
      <ShowOutside>false</ShowOutside>
      <TickBetweenCategories>false</TickBetweenCategories>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation>
    <Angles>
      <XAngle>-20.0</XAngle>
      <YAngle>45.0</YAngle>
      <ZAngle>0.0</ZAngle>
      <Type>None</Type>
    </Angles>
  </Rotation>
  <ReverseCategory>false</ReverseCategory>
</model:ChartWithAxes>
]]></xml-property>
                                            <property name="outputFormat">PNG</property>
                                            <property name="inheritColumns">false</property>
                                            <property name="height">84mm</property>
                                            <property name="width">194mm</property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["sumACTIVE"] == 0</expression>
                                                </structure>
                                            </list-property>
                                            <property name="style">birt-report-chart</property>
                                        </extended-item>
                                        <image id="2555">
                                            <property name="marginTop">0mm</property>
                                            <property name="marginBottom">0mm</property>
                                            <property name="marginRight">0mm</property>
                                            <property name="height">119px</property>
                                            <property name="width">124px</property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["sumACTIVE"] != 0 || reportContext.getLocale().getLanguage() != "de"</expression>
                                                </structure>
                                            </list-property>
                                            <property name="source">embed</property>
                                            <property name="imageName">keine_daten.png</property>
                                        </image>
                                        <image id="2556">
                                            <property name="marginBottom">0mm</property>
                                            <property name="height">119px</property>
                                            <property name="width">124px</property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["sumACTIVE"] != 0 || reportContext.getLocale().getLanguage() == "de"</expression>
                                                </structure>
                                            </list-property>
                                            <property name="source">embed</property>
                                            <property name="imageName">no_data_available.png</property>
                                        </image>
                                    </cell>
                                </row>
                            </header>
                        </group>
                        <group id="2605">
                            <property name="groupName">groupByDay</property>
                            <property name="interval">day</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["date"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                        </group>
                    </table>
                </cell>
            </row>
            <row id="2866">
                <property name="pageBreakInside">avoid</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if ((figures.contains(BirtReporUtils.BirtReportFigure.OPENERS_MEASURED)) || (figures.contains(BirtReporUtils.BirtReportFigure.CLICKERS_TOTAL))) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="2867">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                    <text-data id="4151">
                        <property name="style">birt-report-headline</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("birt.recipient.allActiveRecipients", reportContext.getLocale())</expression>
                    </text-data>
                    <grid id="4152">
                        <property name="fontSize">8pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="marginRight">0mm</property>
                        <property name="textAlign">left</property>
                        <column id="4153">
                            <property name="width">9mm</property>
                        </column>
                        <column id="4154"/>
                        <row id="4712">
                            <property name="fontWeight">normal</property>
                            <cell id="4713">
                                <property name="colSpan">2</property>
                                <property name="rowSpan">1</property>
                                <property name="paddingRight">0pt</property>
                                <property name="verticalAlign">top</property>
                                <text-data id="4715">
                                    <expression name="valueExpr">"&lt;b>" + reportContext.getPersistentGlobalVariable("message_report.label.asOf") + ": " + "&lt;/b>" + reportContext.getPersistentGlobalVariable("stopDateFormated")</expression>
                                    <property name="contentType">html</property>
                                </text-data>
                            </cell>
                        </row>
                    </grid>
                    <table id="4728">
                        <property name="marginBottom">5pt</property>
                        <property name="dataSet">RecipientsStatitics</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingList</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingList"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroup</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroup"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">category</property>
                                <expression name="expression" type="javascript">dataSetRow["category"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">categoryIndx</property>
                                <expression name="expression" type="javascript">dataSetRow["categoryIndx"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">value</property>
                                <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">percent</property>
                                <expression name="expression" type="javascript">dataSetRow["percent"]</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_active_value</property>
                                <expression name="expression" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.ACTIVE_END_DATE_INDEX) {dataSetRow["value"]} else {0}</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_active_rate</property>
                                <expression name="expression" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.ACTIVE_END_DATE_INDEX) {1} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_openers_value</property>
                                <expression name="expression" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.OPENERS_END_DATE_INDEX) {dataSetRow["value"]} else {0}</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_openers_rate</property>
                                <expression name="expression" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.OPENERS_END_DATE_INDEX) {dataSetRow["percent"]} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_clickers_value</property>
                                <expression name="expression" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.CLICKER_END_DATE_INDEX) {dataSetRow["value"]} else {0}</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_clickers_rate</property>
                                <expression name="expression" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.CLICKER_END_DATE_INDEX) {dataSetRow["percent"]} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">mailingList_</property>
                                <property name="dataType">string</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["mailingList"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">targetGroup_</property>
                                <property name="dataType">string</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["targetGroup"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_active_value_</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["all_recipient_active_value"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_active_rate_</property>
                                <property name="dataType">float</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (row["all_recipient_active_value_"] > 1) {1} else {0}</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_openers_value_</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["all_recipient_openers_value"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_openers_rate_</property>
                                <property name="dataType">float</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["all_recipient_openers_rate"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_clickers_value_</property>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["all_recipient_clickers_value"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_clickers_rate_</property>
                                <property name="dataType">float</property>
                                <simple-property-list name="aggregateOn">
                                    <value>group_targetGroupId</value>
                                </simple-property-list>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["all_recipient_clickers_rate"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">mailingListTitle</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Mailinglist")</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupTitle</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Target-Groups")</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_active_name_</property>
                                <property name="dataType">string</property>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.ACTIVE_END_DATE_INDEX) {reportContext.getPersistentGlobalVariable("message_recipientsStatistic.active")} else {""}</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_clickers_name_</property>
                                <property name="dataType">string</property>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.CLICKER_END_DATE_INDEX) {reportContext.getPersistentGlobalVariable("message_statistic.clicker")} else {""}</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">all_recipient_openers_name_</property>
                                <property name="dataType">string</property>
                                <property name="aggregateFunction">MAX</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">if (dataSetRow["categoryIndx"] == RecipientsStatisticDataSet.OPENERS_END_DATE_INDEX) {reportContext.getPersistentGlobalVariable("message_birt.report.opens")} else {""}</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">target_order</property>
                                <text-property name="displayName">target_order</text-property>
                                <expression name="expression" type="javascript">dataSetRow["target_order"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                        </list-property>
                        <method name="onCreate"><![CDATA[allRecipientRownum = 0;]]></method>
                        <property name="pageBreakInterval">4000</property>
                        <list-property name="filter">
                            <structure>
                                <property name="operator">in</property>
                                <expression name="expr" type="javascript">row["categoryIndx"]</expression>
                                <simple-property-list name="value1">
                                    <value>RecipientsStatisticDataSet.ACTIVE_END_DATE_INDEX</value>
                                    <value>RecipientsStatisticDataSet.CLICKER_END_DATE_INDEX</value>
                                    <value>RecipientsStatisticDataSet.OPENERS_END_DATE_INDEX</value>
                                </simple-property-list>
                            </structure>
                        </list-property>
                        <column id="4747">
                            <property name="width">80mm</property>
                        </column>
                        <column id="4748">
                            <property name="width">40mm</property>
                        </column>
                        <column id="4749"/>
                        <column id="4750">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.OPENERS_MEASURED)) {false} else {true}</expression>
                                </structure>
                            </list-property>
                        </column>
                        <column id="4751">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.CLICKERS_TOTAL)) {false} else {true}</expression>
                                </structure>
                            </list-property>
                        </column>
                        <header>
                            <row id="4729">
                                <property name="style">recipientStatistics-table-hedlines</property>
                                <property name="textAlign">left</property>
                                <cell id="4730">
                                    <property name="borderBottomColor">#7E7E7E</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4827">
                                        <property name="resultSetColumn">mailingListTitle</property>
                                    </data>
                                </cell>
                                <cell id="4731">
                                    <property name="borderBottomColor">#7E7E7E</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4828">
                                        <property name="resultSetColumn">targetGroupTitle</property>
                                    </data>
                                </cell>
                                <cell id="4732">
                                    <property name="borderBottomColor">#7E7E7E</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4829">
                                        <property name="resultSetColumn">all_recipient_active_name_</property>
                                    </data>
                                </cell>
                                <cell id="4733">
                                    <property name="borderBottomColor">#7E7E7E</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4833">
                                        <property name="resultSetColumn">all_recipient_openers_name_</property>
                                    </data>
                                </cell>
                                <cell id="4734">
                                    <property name="borderBottomColor">#7E7E7E</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#7E7E7E</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#7E7E7E</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4831">
                                        <property name="resultSetColumn">all_recipient_clickers_name_</property>
                                    </data>
                                </cell>
                            </row>
                        </header>
                        <group id="4779">
                            <property name="groupName">group_mailingListId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <list-property name="sort">
                                <structure>
                                    <expression name="key" type="javascript">row["mailingList"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                            </list-property>
                            <footer>
                                <row id="4845">
                                    <method name="onCreate"><![CDATA[allRecipientRownum++;]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="4847"/>
                                    <cell id="4848"/>
                                    <cell id="4849"/>
                                    <cell id="4850"/>
                                    <cell id="4851"/>
                                </row>
                            </footer>
                        </group>
                        <group id="4765">
                            <property name="groupName">group_targetGroupId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["targetGroupId"]</expression>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <list-property name="sort">
                                <structure>
                                    <expression name="key" type="javascript">row["target_order"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                                <structure>
                                    <expression name="key" type="javascript">row["targetGroup"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                            </list-property>
                            <header>
                                <row id="4820">
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="testExpr" type="javascript">allRecipientRownum%2</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                            <property name="style">odd</property>
                                        </structure>
                                    </list-property>
                                    <cell id="4821">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="4793">
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["targetGroupId"] != 1</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">mailingList_</property>
                                        </data>
                                    </cell>
                                    <cell id="4822">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="4794">
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">targetGroup_</property>
                                        </data>
                                    </cell>
                                    <cell id="4823">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="4795">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">###,###.###</property>
                                            </structure>
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">all_recipient_active_value_</property>
                                        </data>
                                        <data id="4796">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">(0.00%)</property>
                                            </structure>
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["targetGroupId"] > 1</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">all_recipient_active_rate_</property>
                                        </data>
                                    </cell>
                                    <cell id="4824">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="4797">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">###,###.###</property>
                                            </structure>
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">all_recipient_openers_value_</property>
                                        </data>
                                        <data id="4798">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">(0.00%)</property>
                                            </structure>
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["targetGroupId"] > 1</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">all_recipient_openers_rate_</property>
                                        </data>
                                    </cell>
                                    <cell id="4825">
                                        <property name="borderLeftColor">#7E7E7E</property>
                                        <property name="borderLeftStyle">solid</property>
                                        <property name="borderLeftWidth">thin</property>
                                        <property name="borderRightColor">#7E7E7E</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <data id="4799">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">###,###.###</property>
                                            </structure>
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">all_recipient_clickers_value_</property>
                                        </data>
                                        <data id="4800">
                                            <structure name="numberFormat">
                                                <property name="category">Custom</property>
                                                <property name="pattern">(0.00%)</property>
                                            </structure>
                                            <property name="textAlign">right</property>
                                            <list-property name="highlightRules">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <property name="fontWeight">bold</property>
                                                    <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">1</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                            <list-property name="visibility">
                                                <structure>
                                                    <property name="format">all</property>
                                                    <expression name="valueExpr" type="javascript">row["targetGroupId"] > 1</expression>
                                                </structure>
                                            </list-property>
                                            <property name="resultSetColumn">all_recipient_clickers_rate_</property>
                                        </data>
                                    </cell>
                                </row>
                            </header>
                        </group>
                        <footer>
                            <row id="4834">
                                <cell id="4835">
                                    <property name="colSpan">5</property>
                                    <property name="rowSpan">1</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                </cell>
                            </row>
                        </footer>
                    </table>
                    <table id="3807">
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsStatitics</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingList</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingList"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroup</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroup"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">category</property>
                                <expression name="expression" type="javascript">dataSetRow["category"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">categoryIndx</property>
                                <expression name="expression" type="javascript">dataSetRow["categoryIndx"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">value</property>
                                <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">percent</property>
                                <expression name="expression" type="javascript">dataSetRow["percent"]</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                        </list-property>
                        <property name="pageBreakInterval">1000</property>
                        <list-property name="sort">
                            <structure>
                                <expression name="key" type="javascript">row["mailingList"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                        </list-property>
                        <column id="3817">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.OPENERS_MEASURED)) {false} else {true}</expression>
                                </structure>
                            </list-property>
                        </column>
                        <column id="3818">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.CLICKERS_TOTAL)) {false} else {true}</expression>
                                </structure>
                            </list-property>
                        </column>
                        <group id="3819">
                            <property name="groupName">byMailinglist</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <list-property name="sort">
                                <structure>
                                    <expression name="key" type="javascript">row["mailingList"]</expression>
                                    <property name="direction">asc</property>
                                    <property name="strength">-1</property>
                                </structure>
                            </list-property>
                            <header>
                                <row id="3820">
                                    <cell id="3821">
                                        <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle3", this.getRowData().getExpressionValue("row[mailingList]"));]]></method>
                                        <property name="textAlign">center</property>
                                        <extended-item extensionName="Chart" id="3897">
                                            <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithoutAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Pie Chart</Type>
  <SubType>Standard</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>1.0</Top>
        <Left>1.0</Left>
        <Bottom>1.0</Bottom>
        <Right>1.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Size>8.0</Size>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Vertical</Orientation>
      <Direction>Top_Bottom</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Categories</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>230.4</Width>
      <Height>216.0</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>255</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
    <Cursor>
      <Type>Auto</Type>
    </Cursor>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
 * Called before rendering the label for each datapoint.
 * 
 * @param dph
 *            DataPointHints
 * @param label
 *            Label
 * @param icsc
 *            IChartScriptContext

function beforeDrawDataPointLabel(dph, label, icsc) {
	if (dph.getIndex() == 1 || parseInt(label.getCaption().getValue()) == 0) {
		label.getCaption().setValue(&quot;&quot;);
	}
}
 */
/**
 * Called before drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 

function beforeDrawLegendItem(lerh, bounds, icsc) {
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() + 7;
    bounds.setLeft(nb);		
}
*/
/**
 * Called after drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0


function afterDrawLegendItem(lerh, bounds, icsc) {
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() - 7;
    bounds.setLeft(nb);		
}
 */
/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
	rpCtx = icsc.getExternalContext().getScriptable();
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle3&quot;));
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>15.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>'A','B','C','D','E'</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity>
    <Enable>true</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <SeriesDefinitions>
    <Query>
      <Definition></Definition>
    </Query>
    <SeriesPalette>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>113</Green>
        <Blue>185</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>126</Red>
        <Green>181</Green>
        <Blue>247</Blue>
      </Entries>
    </SeriesPalette>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>126</Red>
          <Green>181</Green>
          <Blue>247</Blue>
        </Entries>
      </SeriesPalette>
      <Series xsi:type="type:PieSeries">
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
            <Color>
              <Transparency>255</Transparency>
              <Red>254</Red>
              <Green>254</Green>
              <Blue>254</Blue>
            </Color>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;value&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
            <AggregateExpression>Sum</AggregateExpression>
          </Grouping>
        </DataDefinition>
        <SeriesIdentifier>Series 1</SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
            <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
              <Pattern>0%</Pattern>
            </FormatSpecifier>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Inside</LabelPosition>
        <Stacked>false</Stacked>
        <Explosion>0</Explosion>
        <Title>
          <Caption>
            <Value></Value>
            <Font>
              <Size>16.0</Size>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Title>
        <TitlePosition>Above</TitlePosition>
        <LeaderLineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </LeaderLineAttributes>
        <LeaderLineStyle>Fixed_Length</LeaderLineStyle>
        <LeaderLineLength>10.0</LeaderLineLength>
        <Ratio>1.0</Ratio>
        <Rotation>0.0</Rotation>
      </Series>
      <Grouping>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Series>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Label>
      <DataDefinition>
        <Definition>row[&quot;caption&quot;]</Definition>
      </DataDefinition>
      <SeriesIdentifier></SeriesIdentifier>
      <DataPoint>
        <Components>
          <Type>Orthogonal_Value</Type>
        </Components>
        <Separator>, </Separator>
      </DataPoint>
      <LabelPosition>Outside</LabelPosition>
      <Stacked>false</Stacked>
    </Series>
    <Grouping>
      <Enabled>false</Enabled>
      <GroupType>Text</GroupType>
      <AggregateExpression>Sum</AggregateExpression>
    </Grouping>
    <Sorting>Ascending</Sorting>
    <SortKey>
      <Definition>row[&quot;isOpeners&quot;]</Definition>
    </SortKey>
  </SeriesDefinitions>
  <Coverage>0.8</Coverage>
</model:ChartWithoutAxes>
]]></xml-property>
                                            <property name="outputFormat">PNG</property>
                                            <list-property name="filter">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <expression name="expr" type="javascript">row["mailinglistId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value>row._outer["mailingListId"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="operator">is-true</property>
                                                    <expression name="expr" type="javascript">row["isOpeners"]</expression>
                                                </structure>
                                            </list-property>
                                            <property name="inheritColumns">false</property>
                                            <property name="height">3in</property>
                                            <property name="width">3.2in</property>
                                            <property name="dataSet">RecipientsByActivityForChart</property>
                                            <list-property name="boundDataColumns">
                                                <structure>
                                                    <property name="name">mailinglistId</property>
                                                    <expression name="expression" type="javascript">dataSetRow["mailinglistId"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">isOpeners</property>
                                                    <expression name="expression" type="javascript">dataSetRow["isOpeners"]</expression>
                                                    <property name="dataType">boolean</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">caption</property>
                                                    <expression name="expression" type="javascript">dataSetRow["caption"]</expression>
                                                    <property name="dataType">string</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">value</property>
                                                    <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                                    <property name="dataType">float</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">sortOrder</property>
                                                    <expression name="expression" type="javascript">dataSetRow["sortOrder"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                            </list-property>
                                            <property name="style">birt-report-chart</property>
                                        </extended-item>
                                    </cell>
                                    <cell id="3822">
                                        <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle4", this.getRowData().getExpressionValue("row[mailingList]"));]]></method>
                                        <property name="textAlign">center</property>
                                        <extended-item extensionName="Chart" id="3901">
                                            <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithoutAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Pie Chart</Type>
  <SubType>Standard</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>1.0</Top>
        <Left>1.0</Left>
        <Bottom>1.0</Bottom>
        <Right>1.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Size>8.0</Size>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Vertical</Orientation>
      <Direction>Top_Bottom</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Categories</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>230.4</Width>
      <Height>216.0</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>255</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
 * Called before rendering the label for each datapoint.
 * 
 * @param dph
 *            DataPointHints
 * @param label
 *            Label
 * @param icsc
 *            IChartScriptContext
 */
function beforeDrawDataPointLabel(dph, label, icsc) {
	if (dph.getIndex() == 1 || parseInt(label.getCaption().getValue()) == 0) {
		label.getCaption().setValue(&quot;&quot;);
	}
}

/**
 * Called before drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 

function beforeDrawLegendItem(lerh, bounds, icsc) {
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() + 7;
    bounds.setLeft(nb);
}
*/
/**
 * Called after drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 

function afterDrawLegendItem(lerh, bounds, icsc) {
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() - 7;
    bounds.setLeft(nb);	
}
*/
/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
	rpCtx = icsc.getExternalContext().getScriptable();
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle4&quot;));
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>15.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>'A','B','C','D','E'</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity>
    <Enable>true</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <SeriesDefinitions>
    <Query>
      <Definition></Definition>
    </Query>
    <SeriesPalette>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>113</Green>
        <Blue>185</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>126</Red>
        <Green>181</Green>
        <Blue>247</Blue>
      </Entries>
    </SeriesPalette>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>126</Red>
          <Green>181</Green>
          <Blue>247</Blue>
        </Entries>
      </SeriesPalette>
      <Series xsi:type="type:PieSeries">
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
            <Color>
              <Transparency>255</Transparency>
              <Red>254</Red>
              <Green>254</Green>
              <Blue>254</Blue>
            </Color>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;value&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
            <AggregateExpression>Sum</AggregateExpression>
          </Grouping>
        </DataDefinition>
        <SeriesIdentifier>Series 1</SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
            <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
              <Pattern>0%</Pattern>
            </FormatSpecifier>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Inside</LabelPosition>
        <Stacked>false</Stacked>
        <Explosion>0</Explosion>
        <Title>
          <Caption>
            <Value></Value>
            <Font>
              <Size>16.0</Size>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Title>
        <TitlePosition>Below</TitlePosition>
        <LeaderLineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </LeaderLineAttributes>
        <LeaderLineStyle>Fixed_Length</LeaderLineStyle>
        <LeaderLineLength>10.0</LeaderLineLength>
        <Ratio>1.0</Ratio>
        <Rotation>0.0</Rotation>
      </Series>
      <Grouping>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Series>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Label>
      <DataDefinition>
        <Definition>row[&quot;caption&quot;]</Definition>
      </DataDefinition>
      <SeriesIdentifier></SeriesIdentifier>
      <DataPoint>
        <Components>
          <Type>Orthogonal_Value</Type>
        </Components>
        <Separator>, </Separator>
      </DataPoint>
      <LabelPosition>Outside</LabelPosition>
      <Stacked>false</Stacked>
    </Series>
    <Grouping>
      <Enabled>false</Enabled>
      <GroupType>Text</GroupType>
      <AggregateExpression>Sum</AggregateExpression>
    </Grouping>
    <Sorting>Ascending</Sorting>
    <SortKey>
      <Definition>row[&quot;isOpeners&quot;]</Definition>
    </SortKey>
  </SeriesDefinitions>
  <Coverage>0.8</Coverage>
</model:ChartWithoutAxes>
]]></xml-property>
                                            <property name="outputFormat">PNG</property>
                                            <list-property name="filter">
                                                <structure>
                                                    <property name="operator">eq</property>
                                                    <expression name="expr" type="javascript">row["mailinglistId"]</expression>
                                                    <simple-property-list name="value1">
                                                        <value>row._outer["mailingListId"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="operator">is-false</property>
                                                    <expression name="expr" type="javascript">row["isOpeners"]</expression>
                                                </structure>
                                            </list-property>
                                            <property name="inheritColumns">false</property>
                                            <property name="height">3in</property>
                                            <property name="width">3.2in</property>
                                            <property name="dataSet">RecipientsByActivityForChart</property>
                                            <list-property name="boundDataColumns">
                                                <structure>
                                                    <property name="name">mailinglistId</property>
                                                    <expression name="expression" type="javascript">dataSetRow["mailinglistId"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">isOpeners</property>
                                                    <expression name="expression" type="javascript">dataSetRow["isOpeners"]</expression>
                                                    <property name="dataType">boolean</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">caption</property>
                                                    <expression name="expression" type="javascript">dataSetRow["caption"]</expression>
                                                    <property name="dataType">string</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">value</property>
                                                    <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                                    <property name="dataType">float</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">sortOrder</property>
                                                    <expression name="expression" type="javascript">dataSetRow["sortOrder"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                            </list-property>
                                            <property name="style">birt-report-chart</property>
                                        </extended-item>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="3823">
                                    <property name="height">0.4in</property>
                                    <cell id="3824"/>
                                    <cell id="3825"/>
                                </row>
                            </footer>
                        </group>
                    </table>
                </cell>
            </row>
            <row id="4520">
                <property name="height">5mm</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if ((figures.contains(BirtReporUtils.BirtReportFigure.OPENERS_MEASURED)) || (figures.contains(BirtReporUtils.BirtReportFigure.CLICKERS_TOTAL))) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="4521">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                </cell>
            </row>
            <row id="2959">
                <property name="pageBreakInside">avoid</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.CLICKERS_AFTER_DEVICE)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="2960">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                    <text-data id="4855">
                        <property name="style">birt-report-headline</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("report.recipient.statistics.activitybydevices", reportContext.getLocale())</expression>
                    </text-data>
                    <text-data id="4191">
                        <property name="fontSize">12pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("report.recipient.statistics.clickersAfterDevice.label", reportContext.getLocale())</expression>
                    </text-data>
                    <grid id="4192">
                        <property name="fontSize">8pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="marginRight">0mm</property>
                        <property name="textAlign">left</property>
                        <property name="width">197mm</property>
                        <column id="4193">
                            <property name="width">11mm</property>
                        </column>
                        <column id="4194"/>
                        <row id="4720">
                            <property name="fontWeight">normal</property>
                            <cell id="4721">
                                <property name="colSpan">2</property>
                                <property name="rowSpan">1</property>
                                <property name="paddingRight">0pt</property>
                                <property name="verticalAlign">top</property>
                                <text-data id="4723">
                                    <expression name="valueExpr">"&lt;b>" + reportContext.getPersistentGlobalVariable("message_report.label.asOf") + ": " + "&lt;/b>" + reportContext.getPersistentGlobalVariable("stopDateFormated")</expression>
                                    <property name="contentType">html</property>
                                </text-data>
                            </cell>
                        </row>
                    </grid>
                    <extended-item extensionName="Crosstab" extensionVersion="3.7.0" name="Clickers"
 id="2961">
                        <property name="cube">RecipientsStatistics</property>
                        <property name="measures">
                            <extended-item extensionName="MeasureView" id="3787">
                                <property name="measure">value1</property>
                                <property name="detail">
                                    <extended-item extensionName="AggregationCell" id="3788">
                                        <property name="aggregationOnRow">targetGroup/targetGroup</property>
                                        <property name="aggregationOnColumn">category/category</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <property name="borderRightColor">#808080</property>
                                        <list-property name="highlightRules">
                                            <structure>
                                                <property name="operator">eq</property>
                                                <expression name="testExpr" type="javascript">data["targetGroupId"]</expression>
                                                <simple-property-list name="value1">
                                                    <value type="javascript">1</value>
                                                </simple-property-list>
                                                <property name="fontWeight">bold</property>
                                            </structure>
                                        </list-property>
                                        <property name="content">
                                            <data id="3789">
                                                <structure name="numberFormat">
                                                    <property name="category">Custom</property>
                                                    <property name="pattern">###,###.###</property>
                                                </structure>
                                                <property name="textAlign">right</property>
                                                <list-property name="highlightRules">
                                                    <structure>
                                                        <property name="operator">eq</property>
                                                        <property name="fontWeight">bold</property>
                                                        <expression name="testExpr" type="javascript">data["targetGroupId"]</expression>
                                                        <simple-property-list name="value1">
                                                            <value type="javascript">1</value>
                                                        </simple-property-list>
                                                    </structure>
                                                </list-property>
                                                <property name="resultSetColumn">value1_targetGroup/targetGroup_category/category</property>
                                            </data>
                                            <data id="3794">
                                                <structure name="numberFormat">
                                                    <property name="category">Custom</property>
                                                    <property name="pattern">(0.00%)</property>
                                                </structure>
                                                <property name="textAlign">right</property>
                                                <list-property name="highlightRules">
                                                    <structure>
                                                        <property name="operator">eq</property>
                                                        <property name="fontWeight">bold</property>
                                                        <expression name="testExpr" type="javascript">data["targetGroupId"]</expression>
                                                        <simple-property-list name="value1">
                                                            <value type="javascript">1</value>
                                                        </simple-property-list>
                                                    </structure>
                                                </list-property>
                                                <list-property name="visibility">
                                                    <structure>
                                                        <property name="format">all</property>
                                                        <expression name="valueExpr" type="javascript">data["targetGroupId"] > 1</expression>
                                                    </structure>
                                                </list-property>
                                                <property name="resultSetColumn">percent1_targetGroup/targetGroup_category/category</property>
                                            </data>
                                        </property>
                                    </extended-item>
                                </property>
                                <property name="filter">
                                    <filter-condition-element>
                                        <expression name="expr" type="javascript">data["category"]</expression>
                                        <property name="operator">in</property>
                                        <simple-property-list name="value1">
                                            <value type="javascript">RecipientsStatisticDataSet.CLICKER_TRACKED_END_DATE_INDEX</value>
                                            <value type="javascript">RecipientsStatisticDataSet.CLICKER_PC_END_DATE_INDEX</value>
                                            <value type="javascript">RecipientsStatisticDataSet.CLICKER_TABLET_END_DATE_INDEX</value>
                                            <value type="javascript">RecipientsStatisticDataSet.CLICKER_MOBILE_END_DATE_INDEX</value>
                                            <value type="javascript">RecipientsStatisticDataSet.CLICKER_SMARTTV_END_DATE_INDEX</value>
                                            <value type="javascript">RecipientsStatisticDataSet.CLICKER_MULTIPLE_DEVICES_END_DATE_INDEX</value>
                                        </simple-property-list>
                                    </filter-condition-element>
                                </property>
                                <property name="header">
                                    <extended-item extensionName="CrosstabCell" id="3790">
                                        <property name="backgroundColor">#0071B9</property>
                                        <property name="borderBottomStyle">solid</property>
                                        <property name="borderBottomWidth">thin</property>
                                        <property name="borderBottomColor">#808080</property>
                                        <property name="borderRightStyle">solid</property>
                                        <property name="borderRightWidth">thin</property>
                                        <property name="borderRightColor">#808080</property>
                                        <property name="paddingTop">0pt</property>
                                        <property name="paddingLeft">0pt</property>
                                        <property name="paddingBottom">0pt</property>
                                        <property name="paddingRight">0pt</property>
                                        <property name="height">0in</property>
                                    </extended-item>
                                </property>
                            </extended-item>
                        </property>
                        <property name="rows">
                            <extended-item extensionName="CrosstabView" id="2967">
                                <property name="views">
                                    <extended-item extensionName="DimensionView" id="2968">
                                        <property name="dimension">mailingList</property>
                                        <property name="levels">
                                            <extended-item extensionName="LevelView" name="NewLevel View31" id="2969">
                                                <property name="level">mailingList/mailingList</property>
                                                <property name="sort">
                                                    <sort-element>
                                                        <expression name="key" type="javascript">dimension["mailingList"]["mailingList"]["DisplayName"]</expression>
                                                        <property name="direction">asc</property>
                                                        <property name="strength">-1</property>
                                                    </sort-element>
                                                </property>
                                                <property name="member">
                                                    <extended-item extensionName="CrosstabCell" id="2970">
                                                        <property name="content">
                                                            <data name="mailingList1" id="2971">
                                                                <property name="fontWeight">normal</property>
                                                                <property name="textAlign">left</property>
                                                                <property name="resultSetColumn">mailingList</property>
                                                            </data>
                                                        </property>
                                                        <property name="borderRightStyle">solid</property>
                                                        <property name="borderRightWidth">thin</property>
                                                        <property name="borderRightColor">#7E7E7E</property>
                                                        <property name="width">40mm</property>
                                                    </extended-item>
                                                </property>
                                            </extended-item>
                                        </property>
                                    </extended-item>
                                    <extended-item extensionName="DimensionView" id="2972">
                                        <property name="dimension">targetGroup</property>
                                        <property name="levels">
                                            <extended-item extensionName="LevelView" name="NewLevel View41" id="2973">
                                                <property name="level">targetGroup/targetGroup</property>
                                                <property name="sort">
                                                    <sort-element>
                                                        <expression name="key" type="javascript">dimension["targetGroup"]["targetGroup"]["target_order"]</expression>
                                                        <property name="direction">asc</property>
                                                        <property name="strength">-1</property>
                                                    </sort-element>
                                                    <sort-element>
                                                        <expression name="key" type="javascript">dimension["targetGroup"]["targetGroup"]</expression>
                                                        <property name="direction">asc</property>
                                                        <property name="strength">-1</property>
                                                    </sort-element>
                                                </property>
                                                <property name="member">
                                                    <extended-item extensionName="CrosstabCell" id="2974">
                                                        <property name="content">
                                                            <data name="targetGroup1" id="2975">
                                                                <property name="textAlign">left</property>
                                                                <property name="resultSetColumn">targetGroup</property>
                                                            </data>
                                                        </property>
                                                        <property name="fontWeight">normal</property>
                                                        <property name="borderRightStyle">solid</property>
                                                        <property name="borderRightWidth">thin</property>
                                                        <property name="borderRightColor">#7E7E7E</property>
                                                        <list-property name="highlightRules">
                                                            <structure>
                                                                <property name="operator">eq</property>
                                                                <expression name="testExpr" type="javascript">data["targetGroupId"]</expression>
                                                                <simple-property-list name="value1">
                                                                    <value type="javascript">1</value>
                                                                </simple-property-list>
                                                                <property name="fontWeight">bold</property>
                                                            </structure>
                                                        </list-property>
                                                        <property name="width">40mm</property>
                                                    </extended-item>
                                                </property>
                                            </extended-item>
                                        </property>
                                    </extended-item>
                                </property>
                            </extended-item>
                        </property>
                        <property name="columns">
                            <extended-item extensionName="CrosstabView" id="2976">
                                <property name="views">
                                    <extended-item extensionName="DimensionView" id="3782">
                                        <property name="dimension">category</property>
                                        <property name="levels">
                                            <extended-item extensionName="LevelView" name="NewLevel View11" id="3783">
                                                <property name="level">category/category</property>
                                                <property name="member">
                                                    <extended-item extensionName="CrosstabCell" id="3784">
                                                        <property name="content">
                                                            <data name="category5" id="3786">
                                                                <property name="fontWeight">bold</property>
                                                                <property name="color">#FFFFFF</property>
                                                                <property name="textAlign">left</property>
                                                                <property name="resultSetColumn">category_1</property>
                                                            </data>
                                                        </property>
                                                        <property name="backgroundColor">#0071B9</property>
                                                        <property name="borderRightStyle">solid</property>
                                                        <property name="borderRightWidth">thin</property>
                                                        <property name="borderRightColor">#7E7E7E</property>
                                                        <property name="height">100%</property>
                                                    </extended-item>
                                                </property>
                                            </extended-item>
                                        </property>
                                    </extended-item>
                                </property>
                            </extended-item>
                        </property>
                        <property name="header">
                            <extended-item extensionName="CrosstabCell" id="2981">
                                <property name="content">
                                    <grid id="3152">
                                        <property name="width">100%</property>
                                        <column id="3153">
                                            <property name="width">40mm</property>
                                        </column>
                                        <column id="3154">
                                            <property name="width">40mm</property>
                                        </column>
                                        <row id="3155">
                                            <property name="height">100%</property>
                                            <cell id="3156">
                                                <property name="borderRightColor">#808080</property>
                                                <property name="borderRightStyle">solid</property>
                                                <property name="borderRightWidth">thin</property>
                                                <text-data id="3158">
                                                    <property name="fontWeight">bold</property>
                                                    <property name="color">#FFFFFF</property>
                                                    <property name="paddingTop">0pt</property>
                                                    <property name="paddingLeft">0pt</property>
                                                    <property name="paddingBottom">0pt</property>
                                                    <property name="paddingRight">0pt</property>
                                                    <property name="textAlign">left</property>
                                                    <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("Mailinglist", reportContext.getLocale())</expression>
                                                </text-data>
                                            </cell>
                                            <cell id="3157">
                                                <property name="borderRightColor">#808080</property>
                                                <property name="borderRightStyle">solid</property>
                                                <property name="borderRightWidth">thin</property>
                                                <text-data id="3161">
                                                    <property name="fontWeight">bold</property>
                                                    <property name="color">#FFFFFF</property>
                                                    <property name="paddingTop">0pt</property>
                                                    <property name="paddingLeft">0pt</property>
                                                    <property name="paddingBottom">0pt</property>
                                                    <property name="paddingRight">0pt</property>
                                                    <property name="textAlign">left</property>
                                                    <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("birt.Target", reportContext.getLocale())</expression>
                                                </text-data>
                                            </cell>
                                        </row>
                                        <row id="4691">
                                            <cell id="4692">
                                                <property name="borderRightColor">#808080</property>
                                                <property name="borderRightStyle">solid</property>
                                                <property name="borderRightWidth">thin</property>
                                            </cell>
                                            <cell id="4693">
                                                <property name="borderRightColor">#808080</property>
                                                <property name="borderRightStyle">solid</property>
                                                <property name="borderRightWidth">thin</property>
                                            </cell>
                                        </row>
                                    </grid>
                                </property>
                                <property name="backgroundColor">#0071B9</property>
                                <property name="borderRightStyle">solid</property>
                                <property name="borderRightWidth">thin</property>
                                <property name="borderRightColor">#7E7E7E</property>
                                <property name="paddingTop">0pt</property>
                                <property name="paddingLeft">0pt</property>
                                <property name="paddingBottom">0pt</property>
                                <property name="paddingRight">0pt</property>
                            </extended-item>
                        </property>
                        <method name="onPrepare"><![CDATA[function onPrepareCrosstab( crosstab, reportContext )
{
	reportContext.setGlobalVariable("clickersCount", parseInt(0));
}
]]></method>
                        <method name="onCreate"><![CDATA[function onCreateCell( cellInst, reportContext )
{
	var clickersCount = parseInt(reportContext.getGlobalVariable("clickersCount"));

	if (cellInst.getCellID() == 2970) {
		clickersCount++;
		reportContext.setGlobalVariable("clickersCount", clickersCount);		
	}

	if ((cellInst.getCellID() == 2970) ||  (cellInst.getCellID() == 2974) || (cellInst.getCellID() == 3788) || (cellInst.getCellID() == 3793)) {
		if ((clickersCount%2) == 0 ) {
			cellInst.getStyle().setBackgroundColor("#B8B8B8");
		}
	}
}
]]></method>
                        <property name="borderTopStyle">solid</property>
                        <property name="borderTopWidth">thin</property>
                        <property name="borderTopColor">#7E7E7E</property>
                        <property name="borderLeftStyle">solid</property>
                        <property name="borderLeftWidth">thin</property>
                        <property name="borderLeftColor">#7E7E7E</property>
                        <property name="borderBottomStyle">solid</property>
                        <property name="borderBottomWidth">thin</property>
                        <property name="borderBottomColor">#7E7E7E</property>
                        <property name="borderRightStyle">solid</property>
                        <property name="borderRightWidth">thin</property>
                        <property name="borderRightColor">#7E7E7E</property>
                        <property name="marginBottom">5mm</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">mailingList</property>
                                <expression name="expression" type="javascript">wrap(dimension["mailingList"]["mailingList"]["DisplayName"],24)</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroup</property>
                                <expression name="expression">dimension["targetGroup"]["targetGroup"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dimension["mailingList"]["mailingList"]["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroup_targetGroup_targetGroupId</property>
                                <expression name="expression" type="javascript">dimension["targetGroup"]["targetGroup"]["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression">dimension["targetGroup"]["targetGroup"]["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">category</property>
                                <expression name="expression">dimension["category"]["category"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">category_1</property>
                                <expression name="expression" type="javascript">if (data["category"] == RecipientsStatisticDataSet.CLICKER_TRACKED_END_DATE_INDEX) {
reportContext.getPersistentGlobalVariable("message_statistic.clicker")
} else if (data["category"] == RecipientsStatisticDataSet.CLICKER_PC_END_DATE_INDEX) {
reportContext.getPersistentGlobalVariable("message_statistic.pc");
} else if (data["category"] == RecipientsStatisticDataSet.CLICKER_TABLET_END_DATE_INDEX) {
reportContext.getPersistentGlobalVariable("message_report.openers.tablet.shortname");
} else if (data["category"] == RecipientsStatisticDataSet.CLICKER_MOBILE_END_DATE_INDEX) {
reportContext.getPersistentGlobalVariable("message_report.openers.mobile.shortname");
} else if (data["category"] == RecipientsStatisticDataSet.CLICKER_SMARTTV_END_DATE_INDEX) {
reportContext.getPersistentGlobalVariable("message_report.openers.smarttv.shortname");
} else if (data["category"] == RecipientsStatisticDataSet.CLICKER_MULTIPLE_DEVICES_END_DATE_INDEX) {
reportContext.getPersistentGlobalVariable("message_report.openers.multiple-devices.shortname");
} else {
dimension["category"]["category"]["category"]}</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">value1_targetGroup/targetGroup_category/category</property>
                                <expression name="expression">measure["value1"]</expression>
                                <property name="dataType">integer</property>
                                <simple-property-list name="aggregateOn">
                                    <value>targetGroup/targetGroup</value>
                                    <value>category/category</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                            </structure>
                            <structure>
                                <property name="name">percent1_targetGroup/targetGroup_category/category</property>
                                <expression name="expression">measure["percent1"]</expression>
                                <property name="dataType">float</property>
                                <simple-property-list name="aggregateOn">
                                    <value>targetGroup/targetGroup</value>
                                    <value>category/category</value>
                                </simple-property-list>
                                <property name="aggregateFunction">SUM</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId_1</property>
                                <expression name="expression">dimension["targetGroup"]["targetGroup"]["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                        </list-property>
                    </extended-item>
                    <table id="3057">
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsStatitics</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingList</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingList"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroup</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroup"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">category</property>
                                <expression name="expression" type="javascript">dataSetRow["category"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">categoryIndx</property>
                                <expression name="expression" type="javascript">dataSetRow["categoryIndx"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">value</property>
                                <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">percent</property>
                                <expression name="expression" type="javascript">dataSetRow["percent"]</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">listCount4</property>
                                <property name="dataType">integer</property>
                                <property name="aggregateFunction">COUNTDISTINCT</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["mailingListId"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                        </list-property>
                        <method name="onCreate"><![CDATA[importPackage(Packages.java.lang);
reportContext.setPersistentGlobalVariable("listCount4", new Integer(this.getRowData().getExpressionValue("row[listCount4]")));
]]></method>
                        <property name="pageBreakInterval">40000</property>
                        <column id="3064">
                            <property name="width">197mm</property>
                        </column>
                        <group id="3109">
                            <property name="groupName">mailingListGroupId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">Math.floor(row["mailingListGroupId"] / 3)</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="3110">
                                    <method name="onCreate"><![CDATA[mailingListId1 = 0;	
mailingListId2 = 0;	
mailingListId3 = 0;

currentMailingListNumber = 1;
]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="3111">
                                        <text-data id="3132">
                                            <property name="fontWeight">normal</property>
                                            <property name="color">#000000</property>
                                            <expression name="valueExpr">Math.floor(row["mailingListGroupId"] / 3)</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="3115">
                                    <cell id="3116">
                                        <extended-item extensionName="Crosstab" extensionVersion="3.7.0" id="2996">
                                            <property name="cube">RecipientsStatistics</property>
                                            <property name="columns">
                                                <extended-item extensionName="CrosstabView" id="2998">
                                                    <property name="views">
                                                        <extended-item extensionName="DimensionView" id="2999">
                                                            <property name="dimension">mailingList</property>
                                                            <property name="levels">
                                                                <extended-item extensionName="LevelView" name="NewLevel View7" id="3000">
                                                                    <property name="level">mailingList/mailingList</property>
                                                                    <property name="sort">
                                                                        <sort-element>
                                                                            <expression name="key" type="javascript">data["mailingList"]</expression>
                                                                            <property name="direction">asc</property>
                                                                            <property name="strength">-1</property>
                                                                        </sort-element>
                                                                    </property>
                                                                    <property name="member">
                                                                        <extended-item extensionName="CrosstabCell" id="3001">
                                                                            <property name="content">
                                                                                <data name="mailingListId" id="3003">
                                                                                    <property name="paddingTop">0pt</property>
                                                                                    <property name="paddingLeft">0pt</property>
                                                                                    <property name="paddingBottom">0pt</property>
                                                                                    <property name="paddingRight">0pt</property>
                                                                                    <list-property name="visibility">
                                                                                        <structure>
                                                                                            <property name="format">all</property>
                                                                                            <expression name="valueExpr" type="javascript">true</expression>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <property name="resultSetColumn">mailingListId</property>
                                                                                </data>
                                                                                <grid id="3579">
                                                                                    <property name="verticalAlign">top</property>
                                                                                    <property name="height">100%</property>
                                                                                    <column id="3580"/>
                                                                                    <row id="3583">
                                                                                        <property name="verticalAlign">top</property>
                                                                                        <cell id="3584">
                                                                                            <property name="paddingTop">0pt</property>
                                                                                            <property name="paddingLeft">0pt</property>
                                                                                            <property name="paddingBottom">0pt</property>
                                                                                            <property name="paddingRight">0pt</property>
                                                                                            <property name="verticalAlign">top</property>
                                                                                            <table id="4392">
                                                                                                <property name="dataSet">RecipientsStatitics</property>
                                                                                                <list-property name="boundDataColumns">
                                                                                                    <structure>
                                                                                                        <property name="name">mailingListId</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">mailingList</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["mailingList"]</expression>
                                                                                                        <property name="dataType">string</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">targetGroupId</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">targetGroup</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["targetGroup"]</expression>
                                                                                                        <property name="dataType">string</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">category</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["category"]</expression>
                                                                                                        <property name="dataType">string</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">categoryIndx</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["categoryIndx"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">value</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">percent</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["percent"]</expression>
                                                                                                        <property name="dataType">float</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">mailingListGroupId</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">sum</property>
                                                                                                        <property name="dataType">float</property>
                                                                                                        <property name="aggregateFunction">SUM</property>
                                                                                                        <list-property name="arguments">
                                                                                                            <structure>
                                                                                                                <property name="name">Expression</property>
                                                                                                                <expression name="value" type="javascript">row["value"]</expression>
                                                                                                            </structure>
                                                                                                        </list-property>
                                                                                                    </structure>
                                                                                                </list-property>
                                                                                                <list-property name="filter">
                                                                                                    <structure>
                                                                                                        <property name="operator">eq</property>
                                                                                                        <expression name="expr" type="javascript">row["targetGroupId"]</expression>
                                                                                                        <simple-property-list name="value1">
                                                                                                            <value>1</value>
                                                                                                        </simple-property-list>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="operator">eq</property>
                                                                                                        <expression name="expr" type="javascript">row["mailingListId"]</expression>
                                                                                                        <simple-property-list name="value1">
                                                                                                            <value>row._outer["mailingListId"]</value>
                                                                                                        </simple-property-list>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="operator">in</property>
                                                                                                        <expression name="expr" type="javascript">row["categoryIndx"]</expression>
                                                                                                        <simple-property-list name="value1">
                                                                                                            <value>RecipientsStatisticDataSet.CLICKER_PC_END_DATE_INDEX</value>
                                                                                                            <value>RecipientsStatisticDataSet.CLICKER_TABLET_END_DATE_INDEX</value>
                                                                                                            <value>RecipientsStatisticDataSet.CLICKER_MOBILE_END_DATE_INDEX</value>
                                                                                                            <value>RecipientsStatisticDataSet.CLICKER_SMARTTV_END_DATE_INDEX</value>
                                                                                                            <value>RecipientsStatisticDataSet.CLICKER_MULTIPLE_DEVICES_END_DATE_INDEX</value>
                                                                                                        </simple-property-list>
                                                                                                    </structure>
                                                                                                </list-property>
                                                                                                <column id="4402">
                                                                                                    <list-property name="visibility">
                                                                                                        <structure>
                                                                                                            <property name="format">all</property>
                                                                                                            <expression name="valueExpr" type="javascript">row["sum"] == 0</expression>
                                                                                                        </structure>
                                                                                                    </list-property>
                                                                                                </column>
                                                                                                <column id="4403">
                                                                                                    <list-property name="visibility">
                                                                                                        <structure>
                                                                                                            <property name="format">all</property>
                                                                                                            <expression name="valueExpr" type="javascript">row["sum"] != 0</expression>
                                                                                                        </structure>
                                                                                                    </list-property>
                                                                                                </column>
                                                                                                <header>
                                                                                                    <row id="4393">
                                                                                                        <property name="verticalAlign">top</property>
                                                                                                        <property name="height">3in</property>
                                                                                                        <cell id="4394">
                                                                                                            <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle8", this.getRowData().getExpressionValue("row[mailingList]"));]]></method>
                                                                                                            <extended-item extensionName="Chart" id="3004">
                                                                                                                <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithoutAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Pie Chart</Type>
  <SubType>Standard</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>1.0</Top>
        <Left>1.0</Left>
        <Bottom>1.0</Bottom>
        <Right>1.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Size>8.0</Size>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Vertical</Orientation>
      <Direction>Top_Bottom</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Categories</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
      <MaxPercent>0.33</MaxPercent>
      <TitlePercent>0.6</TitlePercent>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>273.59999999999997</Width>
      <Height>230.4</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>255</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
function afterDataSetFilled(series, dataSet, icsc) {
	points = 72;
	mmInInch = 25.4;
	
	rpCtx = icsc.getExternalContext().getScriptable();
	numberOfMailinglists = rpCtx.getPersistentGlobalVariable(&quot;numberOfMailinglists&quot;)
	if (numberOfMailinglists &lt; 3) {
		icsc.getChartInstance().getBlock().getBounds().setHeight(points / mmInInch * 50); //50mm
		icsc.getChartInstance().getBlock().getBounds().setWidth(points / mmInInch * 100); //100mm 
	}
}
*/
/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */
 /*
function beforeGeneration( chart, icsc ) {
	reportContext = icsc.getExternalContext().getObject();
	
	rpCtx = icsc.getExternalContext().getScriptable();
	numberOfMailinglists = rpCtx.getPersistentGlobalVariable(&quot;numberOfMailinglists&quot;)
	if (numberOfMailinglists &lt; 3) {
		importPackage(Packages.org.eclipse.birt.chart.model.attribute);
		icsc.getChartInstance().getLegend().setPosition(Position.RIGHT_LITERAL);
		icsc.getChartInstance().getLegend().setAnchor(Anchor.EAST_LITERAL)
	}	
}
*/

/**
 * Called before drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 

function beforeDrawLegendItem(lerh, bounds, icsc) {
    importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() + 7;
    bounds.setLeft(nb);	
}
*/
/**
 * Called after drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0

function afterDrawLegendItem(lerh, bounds, icsc) {
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() - 7;
    bounds.setLeft(nb);	
}
 */
/**
 * Called before rendering the label for each datapoint.
 * 
 * @param dph
 *            DataPointHints
 * @param label
 *            Label
 * @param icsc
 *            IChartScriptContext
 */
function beforeDrawDataPointLabel(dph, label, icsc) {
	if (parseInt(label.getCaption().getValue()) == 0) {
		label.getCaption().setValue(&quot;&quot;);
	}
}

/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    rpCtx = icsc.getExternalContext().getScriptable();
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle8&quot;));
	
	var listCount = parseInt(rpCtx.getPersistentGlobalVariable(&quot;listCount4&quot;));
	if (listCount &lt;= 2) {
		chart.getBlock().getBounds().setWidth(274);
		chart.getBlock().getBounds().setHeight(230);
	} else {
		chart.getBlock().getBounds().setWidth(207);
		chart.getBlock().getBounds().setHeight(216);
	}
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>15.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>'A','B','C','D','E'</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity>
    <Enable>false</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <SeriesDefinitions>
    <Query>
      <Definition></Definition>
    </Query>
    <SeriesPalette>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>113</Green>
        <Blue>185</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>153</Green>
        <Blue>153</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>143</Red>
        <Green>208</Green>
        <Blue>80</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>65</Red>
        <Green>100</Green>
        <Blue>26</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>255</Red>
        <Green>192</Green>
        <Blue>0</Blue>
      </Entries>
    </SeriesPalette>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>153</Green>
          <Blue>153</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>143</Red>
          <Green>208</Green>
          <Blue>80</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>65</Red>
          <Green>100</Green>
          <Blue>26</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>192</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series xsi:type="type:PieSeries">
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
            <Color>
              <Transparency>255</Transparency>
              <Red>254</Red>
              <Green>254</Green>
              <Blue>254</Blue>
            </Color>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;percent&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
            <AggregateExpression>Sum</AggregateExpression>
          </Grouping>
        </DataDefinition>
        <SeriesIdentifier>Series 1</SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Inside</LabelPosition>
        <Stacked>false</Stacked>
        <Explosion>0</Explosion>
        <Title>
          <Caption>
            <Value></Value>
            <Font>
              <Size>16.0</Size>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Title>
        <TitlePosition>Below</TitlePosition>
        <LeaderLineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </LeaderLineAttributes>
        <LeaderLineStyle>Fixed_Length</LeaderLineStyle>
        <LeaderLineLength>10.0</LeaderLineLength>
        <Ratio>1.0</Ratio>
        <Rotation>0.0</Rotation>
      </Series>
      <Grouping>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Series>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Label>
      <DataDefinition>
        <Definition>if (row[&quot;categoryIndx&quot;] == RecipientsStatisticDataSet.CLICKER_TRACKED_END_DATE_INDEX) {
Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;statistic.clicker&quot;, reportContext.getLocale())
} else if (row[&quot;categoryIndx&quot;] == RecipientsStatisticDataSet.CLICKER_PC_END_DATE_INDEX) {
Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;statistic.pc&quot;, reportContext.getLocale());
} else if (row[&quot;categoryIndx&quot;] == RecipientsStatisticDataSet.CLICKER_TABLET_END_DATE_INDEX) {
Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;report.openers.tablet.shortname&quot;, reportContext.getLocale());
} else if (row[&quot;categoryIndx&quot;] == RecipientsStatisticDataSet.CLICKER_MOBILE_END_DATE_INDEX) {
Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;report.openers.mobile.shortname&quot;, reportContext.getLocale());
} else if (row[&quot;categoryIndx&quot;] == RecipientsStatisticDataSet.CLICKER_SMARTTV_END_DATE_INDEX) {
Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;report.openers.smarttv.shortname&quot;, reportContext.getLocale());
} else if (row[&quot;categoryIndx&quot;] == RecipientsStatisticDataSet.CLICKER_MULTIPLE_DEVICES_END_DATE_INDEX) {
Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;report.openers.multiple-devices.shortname&quot;, reportContext.getLocale());
} else {
row[&quot;category&quot;]
}</Definition>
      </DataDefinition>
      <SeriesIdentifier></SeriesIdentifier>
      <DataPoint>
        <Components>
          <Type>Orthogonal_Value</Type>
        </Components>
        <Separator>, </Separator>
      </DataPoint>
      <LabelPosition>Outside</LabelPosition>
      <Stacked>false</Stacked>
    </Series>
    <Grouping>
      <GroupType>Text</GroupType>
      <AggregateExpression>Sum</AggregateExpression>
    </Grouping>
    <Sorting>Ascending</Sorting>
    <SortKey>
      <Definition>row[&quot;categoryIndx&quot;]</Definition>
    </SortKey>
  </SeriesDefinitions>
  <MinSlice>0.0</MinSlice>
  <Coverage>0.8</Coverage>
</model:ChartWithoutAxes>
]]></xml-property>
                                                                                                                <property name="outputFormat">PNG</property>
                                                                                                                <property name="inheritColumns">true</property>
                                                                                                                <property name="height">3.2in</property>
                                                                                                                <property name="width">3.8in</property>
                                                                                                                <property name="style">birt-report-chart</property>
                                                                                                            </extended-item>
                                                                                                        </cell>
                                                                                                        <cell id="4395">
                                                                                                            <property name="verticalAlign">bottom</property>
                                                                                                            <image id="3594">
                                                                                                                <property name="marginBottom">80pt</property>
                                                                                                                <property name="display">inline</property>
                                                                                                                <property name="height">119px</property>
                                                                                                                <property name="width">124px</property>
                                                                                                                <list-property name="visibility">
                                                                                                                    <structure>
                                                                                                                        <property name="format">all</property>
                                                                                                                        <expression name="valueExpr" type="javascript">reportContext.getLocale().getLanguage() != "de"</expression>
                                                                                                                    </structure>
                                                                                                                </list-property>
                                                                                                                <property name="source">embed</property>
                                                                                                                <property name="imageName">keine_daten.png</property>
                                                                                                            </image>
                                                                                                            <image id="3595">
                                                                                                                <property name="marginBottom">80pt</property>
                                                                                                                <property name="display">inline</property>
                                                                                                                <property name="height">119px</property>
                                                                                                                <property name="width">124px</property>
                                                                                                                <list-property name="visibility">
                                                                                                                    <structure>
                                                                                                                        <property name="format">all</property>
                                                                                                                        <expression name="valueExpr" type="javascript">reportContext.getLocale().getLanguage() == "de"</expression>
                                                                                                                    </structure>
                                                                                                                </list-property>
                                                                                                                <property name="source">embed</property>
                                                                                                                <property name="imageName">no_data_available.png</property>
                                                                                                            </image>
                                                                                                        </cell>
                                                                                                    </row>
                                                                                                </header>
                                                                                            </table>
                                                                                        </cell>
                                                                                    </row>
                                                                                </grid>
                                                                            </property>
                                                                            <property name="textAlign">center</property>
                                                                            <property name="verticalAlign">top</property>
                                                                            <property name="paddingTop">0pt</property>
                                                                            <property name="paddingLeft">0pt</property>
                                                                            <property name="paddingBottom">0pt</property>
                                                                            <property name="paddingRight">0pt</property>
                                                                        </extended-item>
                                                                    </property>
                                                                </extended-item>
                                                            </property>
                                                        </extended-item>
                                                    </property>
                                                </extended-item>
                                            </property>
                                            <property name="header">
                                                <extended-item extensionName="CrosstabCell" id="2997">
                                                    <property name="width">0px</property>
                                                </extended-item>
                                            </property>
                                            <property name="repeatColumnHeader">true</property>
                                            <property name="repeatRowHeader">true</property>
                                            <property name="filter">
                                                <filter-condition-element>
                                                    <expression name="expr" type="javascript">data["mailingListId"]</expression>
                                                    <property name="operator">in</property>
                                                    <simple-property-list name="value1">
                                                        <value type="javascript">mailingListId1</value>
                                                        <value type="javascript">mailingListId2</value>
                                                        <value type="javascript">mailingListId3</value>
                                                    </simple-property-list>
                                                </filter-condition-element>
                                            </property>
                                            <list-property name="boundDataColumns">
                                                <structure>
                                                    <property name="name">mailingList</property>
                                                    <expression name="expression" type="javascript">wrap(dimension["mailingList"]["mailingList"]["DisplayName"], MAX_SYMBOLS_FOR_CHART_TITLE)</expression>
                                                    <property name="dataType">string</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">mailingListId</property>
                                                    <expression name="expression">dimension["mailingList"]["mailingList"]["mailingListId"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                            </list-property>
                                        </extended-item>
                                    </cell>
                                </row>
                            </footer>
                        </group>
                        <group id="3120">
                            <property name="groupName">mailingListId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="3121">
                                    <method name="onCreate"><![CDATA[if (currentMailingListNumber == 1) {
	mailingListId1 = this.getRowData().getColumnValue('mailingListId');	
} else if (currentMailingListNumber == 2) {
	mailingListId2 = this.getRowData().getColumnValue('mailingListId');	
} else if (currentMailingListNumber == 3) {
	mailingListId3 = this.getRowData().getColumnValue('mailingListId');
}

currentMailingListNumber++;]]></method>
                                    <property name="height">0.1in</property>
                                    <cell id="3122"/>
                                </row>
                            </header>
                        </group>
                        <footer>
                            <row id="3163">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="3164"/>
                            </row>
                        </footer>
                    </table>
                </cell>
            </row>
            <row id="3142">
                <property name="height">5mm</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.CLICKERS_AFTER_DEVICE)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="3143">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                </cell>
            </row>
            <row id="3231">
                <property name="pageBreakInside">avoid</property>
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">if (figures.contains(BirtReporUtils.BirtReportFigure.MAILING_TYPE)) {false} else {true}</expression>
                    </structure>
                </list-property>
                <cell id="3232">
                    <property name="paddingTop">0pt</property>
                    <property name="paddingLeft">0pt</property>
                    <property name="paddingBottom">0pt</property>
                    <property name="paddingRight">0pt</property>
                    <text-data id="4210">
                        <property name="style">birt-report-headline</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="textAlign">left</property>
                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("report.recipient.statistics.bymailingtype", reportContext.getLocale())</expression>
                    </text-data>
                    <grid id="4417">
                        <property name="fontSize">8pt</property>
                        <property name="fontWeight">bold</property>
                        <property name="marginLeft">0mm</property>
                        <property name="marginBottom">5mm</property>
                        <property name="marginRight">0mm</property>
                        <property name="textAlign">left</property>
                        <column id="4418">
                            <property name="width">11mm</property>
                        </column>
                        <column id="4419"/>
                        <row id="4724">
                            <property name="fontWeight">normal</property>
                            <cell id="4725">
                                <property name="colSpan">2</property>
                                <property name="rowSpan">1</property>
                                <property name="paddingRight">0pt</property>
                                <property name="verticalAlign">top</property>
                                <text-data id="4727">
                                    <expression name="valueExpr">"&lt;b>" + reportContext.getPersistentGlobalVariable("message_report.label.asOf") + ": " + "&lt;/b>" + reportContext.getPersistentGlobalVariable("stopDateFormated")</expression>
                                    <property name="contentType">html</property>
                                </text-data>
                            </cell>
                        </row>
                    </grid>
                    <table id="3233">
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsDataSet</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">MAILINGLIST</property>
                                <expression name="expression" type="javascript">wrap(dataSetRow["MAILINGLIST"],24)</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_TOTAL</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_TOTAL"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_TXT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_HTML</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_HTML"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_OFFLINE_HTML</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_OFFLINE_HTML"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">percent_total</property>
                                <expression name="expression" type="javascript">if (dataSetRow["active_count_asOf"] > 0 ) {1} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">percent_html</property>
                                <expression name="expression" type="javascript">if (dataSetRow["active_count_asOf"] > 0 ) {Math.round(dataSetRow["ACTIVE_HTML"]/dataSetRow["active_count_asOf"]*Math.pow(10,4))/Math.pow(10,4)} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">percent_txt</property>
                                <expression name="expression" type="javascript">if (dataSetRow["active_count_asOf"] > 0 ) {Math.round(dataSetRow["ACTIVE_TXT"]/dataSetRow["active_count_asOf"]*Math.pow(10,4))/Math.pow(10,4)} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">percent_offline_html</property>
                                <expression name="expression" type="javascript">if (dataSetRow["active_count_asOf"] > 0 ) {Math.round(dataSetRow["ACTIVE_OFFLINE_HTML"]/dataSetRow["active_count_asOf"]*Math.pow(10,4))/Math.pow(10,4)} else {0}</expression>
                                <property name="dataType">float</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_FOR_PERIOD</property>
                                <text-property name="displayName">ACTIVE_FOR_PERIOD</text-property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_FOR_PERIOD"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailinglist_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Mailinglist");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">active_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Active");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">TARGETGROUP</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT_TXT"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED_TXT"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">WAITING_FOR_CONFIRM</property>
                                <expression name="expression" type="javascript">dataSetRow["WAITING_FOR_CONFIRM"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_MALE</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_MALE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_FEMALE</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_FEMALE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_UNKNOWN</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_UNKNOWN"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">RECIPIENT_COUNT</property>
                                <expression name="expression" type="javascript">dataSetRow["RECIPIENT_COUNT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetgroup_title_</property>
                                <expression name="expression" type="javascript">reportContext.getPersistentGlobalVariable("message_Target-Groups");</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">targetgroup</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">active_count_asOf_</property>
                                <expression name="expression" type="javascript">dataSetRow["active_count_asOf"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                        </list-property>
                        <list-property name="sort">
                            <structure>
                                <expression name="key" type="javascript">row["MAILINGLIST"]</expression>
                                <property name="direction">asc</property>
                                <property name="strength">-1</property>
                            </structure>
                        </list-property>
                        <column id="3255">
                            <property name="width">40mm</property>
                        </column>
                        <column id="4440"/>
                        <column id="3256"/>
                        <column id="3525"/>
                        <column id="3257"/>
                        <column id="3259"/>
                        <header>
                            <row id="3234">
                                <property name="backgroundColor">#0071B9</property>
                                <property name="fontWeight">bold</property>
                                <property name="color">#FFFFFF</property>
                                <property name="textAlign">left</property>
                                <cell id="3235">
                                    <property name="borderBottomColor">#808080</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#808080</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4435">
                                        <property name="resultSetColumn">mailinglist_title_</property>
                                    </data>
                                </cell>
                                <cell id="4437">
                                    <property name="borderBottomColor">#808080</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#808080</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4441">
                                        <property name="resultSetColumn">targetgroup_title_</property>
                                    </data>
                                </cell>
                                <cell id="3236">
                                    <property name="borderBottomColor">#808080</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#808080</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <data id="4436">
                                        <property name="resultSetColumn">active_title_</property>
                                    </data>
                                </cell>
                                <cell id="3522">
                                    <property name="borderBottomColor">#808080</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#808080</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <text-data id="3267">
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("HTML", reportContext.getLocale())</expression>
                                    </text-data>
                                </cell>
                                <cell id="3237">
                                    <property name="borderBottomColor">#808080</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#808080</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <text-data id="3265">
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("recipient.mailingtype.text", reportContext.getLocale())</expression>
                                    </text-data>
                                </cell>
                                <cell id="3239">
                                    <property name="borderBottomColor">#808080</property>
                                    <property name="borderBottomStyle">solid</property>
                                    <property name="borderBottomWidth">thin</property>
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="borderTopColor">#808080</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                    <text-data id="3269">
                                        <property name="textAlign">left</property>
                                        <expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("recipient.mailingtype.htmloffline", reportContext.getLocale())</expression>
                                    </text-data>
                                </cell>
                            </row>
                        </header>
                        <detail>
                            <row id="3241">
                                <list-property name="highlightRules">
                                    <structure>
                                        <property name="operator">eq</property>
                                        <expression name="testExpr" type="javascript">row.__rownum % 2</expression>
                                        <simple-property-list name="value1">
                                            <value type="javascript">1</value>
                                        </simple-property-list>
                                        <property name="style">odd</property>
                                    </structure>
                                </list-property>
                                <cell id="3242">
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <data id="3262">
                                        <property name="resultSetColumn">MAILINGLIST</property>
                                    </data>
                                </cell>
                                <cell id="4438">
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="textAlign">right</property>
                                    <list-property name="highlightRules">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <property name="fontWeight">bold</property>
                                            <expression name="testExpr" type="javascript">row["targetGroupId"]</expression>
                                            <simple-property-list name="value1">
                                                <value type="javascript">1</value>
                                            </simple-property-list>
                                        </structure>
                                    </list-property>
                                    <data id="4442">
                                        <property name="textAlign">left</property>
                                        <property name="resultSetColumn">targetgroup</property>
                                    </data>
                                </cell>
                                <cell id="3243">
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="textAlign">right</property>
                                    <data id="4859">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="resultSetColumn">active_count_asOf_</property>
                                    </data>
                                    <data id="4217">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">(0.00%)</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">percent_total</property>
                                    </data>
                                </cell>
                                <cell id="3523">
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="textAlign">right</property>
                                    <data id="3268">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">ACTIVE_HTML</property>
                                    </data>
                                    <data id="3542">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">(0.00%)</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">percent_html</property>
                                    </data>
                                </cell>
                                <cell id="3244">
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="textAlign">right</property>
                                    <data id="3266">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">ACTIVE_TXT</property>
                                    </data>
                                    <data id="3549">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">(0.00%)</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">percent_txt</property>
                                    </data>
                                </cell>
                                <cell id="3246">
                                    <property name="borderLeftColor">#808080</property>
                                    <property name="borderLeftStyle">solid</property>
                                    <property name="borderLeftWidth">thin</property>
                                    <property name="borderRightColor">#808080</property>
                                    <property name="borderRightStyle">solid</property>
                                    <property name="borderRightWidth">thin</property>
                                    <property name="textAlign">right</property>
                                    <data id="3270">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">###,###.###</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">ACTIVE_OFFLINE_HTML</property>
                                    </data>
                                    <data id="3556">
                                        <structure name="numberFormat">
                                            <property name="category">Custom</property>
                                            <property name="pattern">(0.00%)</property>
                                        </structure>
                                        <property name="textAlign">right</property>
                                        <property name="resultSetColumn">percent_offline_html</property>
                                    </data>
                                </cell>
                            </row>
                        </detail>
                        <footer>
                            <row id="3248">
                                <cell id="3249">
                                    <property name="colSpan">6</property>
                                    <property name="rowSpan">1</property>
                                    <property name="borderTopColor">#7E7E7E</property>
                                    <property name="borderTopStyle">solid</property>
                                    <property name="borderTopWidth">thin</property>
                                </cell>
                            </row>
                        </footer>
                    </table>
                    <table id="3490">
                        <property name="width">197mm</property>
                        <property name="dataSet">RecipientsDataSet</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">MAILINGLIST</property>
                                <expression name="expression" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">TARGETGROUP</property>
                                <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_TOTAL</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_TOTAL"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT_TXT"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED_TXT"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">targetGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["targetGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">mailingListGroupId</property>
                                <expression name="expression" type="javascript">dataSetRow["mailingListGroupId"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">WAITING_FOR_CONFIRM</property>
                                <expression name="expression" type="javascript">dataSetRow["WAITING_FOR_CONFIRM"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">OPTOUT</property>
                                <expression name="expression" type="javascript">dataSetRow["OPTOUT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">BOUNCED</property>
                                <expression name="expression" type="javascript">dataSetRow["BOUNCED"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_MALE</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_MALE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_FEMALE</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_FEMALE"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">GENDER_UNKNOWN</property>
                                <expression name="expression" type="javascript">dataSetRow["GENDER_UNKNOWN"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">RECIPIENT_COUNT</property>
                                <expression name="expression" type="javascript">dataSetRow["RECIPIENT_COUNT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_TXT</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_TXT"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_HTML</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_HTML"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">ACTIVE_OFFLINE_HTML</property>
                                <expression name="expression" type="javascript">dataSetRow["ACTIVE_OFFLINE_HTML"]</expression>
                                <property name="dataType">integer</property>
                            </structure>
                            <structure>
                                <property name="name">listCount5</property>
                                <property name="dataType">integer</property>
                                <property name="aggregateFunction">COUNTDISTINCT</property>
                                <list-property name="arguments">
                                    <structure>
                                        <property name="name">Expression</property>
                                        <expression name="value" type="javascript">row["mailingListId"]</expression>
                                    </structure>
                                </list-property>
                            </structure>
                            <structure>
                                <property name="name">Column Binding</property>
                                <expression name="expression" type="javascript">dataSetRow["MAILINGLIST"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                        </list-property>
                        <method name="onCreate"><![CDATA[importPackage(Packages.java.lang);
reportContext.setPersistentGlobalVariable("listCount5", new Integer(this.getRowData().getExpressionValue("row[listCount5]")));
]]></method>
                        <property name="pageBreakInterval">4000</property>
                        <column id="3497"/>
                        <header>
                            <row id="3491">
                                <property name="height">0.2in</property>
                                <cell id="3492"/>
                            </row>
                        </header>
                        <group id="3498">
                            <property name="groupName">byMailingListGroup</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">Math.floor(row["mailingListGroupId"] / 3)</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="3499">
                                    <method name="onCreate"><![CDATA[mailingListId1 = 0;	
mailingListId2 = 0;	
mailingListId3 = 0;

currentMailingListNumber = 1;]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="3500">
                                        <text-data id="3511">
                                            <expression name="valueExpr">Math.floor(row["mailingListGroupId"] / 3)</expression>
                                            <property name="contentType">html</property>
                                        </text-data>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="3501">
                                    <cell id="3502">
                                        <extended-item extensionName="Crosstab" extensionVersion="3.7.0" id="3512">
                                            <property name="cube">DataCubeForDevidingByThree</property>
                                            <property name="columns">
                                                <extended-item extensionName="CrosstabView" id="3514">
                                                    <property name="views">
                                                        <extended-item extensionName="DimensionView" id="3515">
                                                            <property name="dimension">mailingList_1</property>
                                                            <property name="levels">
                                                                <extended-item extensionName="LevelView" name="NewLevel View3" id="3516">
                                                                    <property name="level">mailingList_1/mailingList</property>
                                                                    <property name="filter">
                                                                        <filter-condition-element>
                                                                            <expression name="expr" type="javascript">data["mailingListId"]</expression>
                                                                            <property name="operator">in</property>
                                                                            <simple-property-list name="value1">
                                                                                <value type="javascript">mailingListId1</value>
                                                                                <value type="javascript">mailingListId2</value>
                                                                                <value type="javascript">mailingListId3</value>
                                                                            </simple-property-list>
                                                                        </filter-condition-element>
                                                                    </property>
                                                                    <property name="sort">
                                                                        <sort-element>
                                                                            <expression name="key" type="javascript">data["mailingList"]["DisplayName"]</expression>
                                                                            <property name="direction">asc</property>
                                                                            <property name="strength">-1</property>
                                                                        </sort-element>
                                                                    </property>
                                                                    <property name="member">
                                                                        <extended-item extensionName="CrosstabCell" id="3517">
                                                                            <property name="content">
                                                                                <data name="mailingList" id="3518">
                                                                                    <property name="paddingTop">0pt</property>
                                                                                    <property name="paddingLeft">0pt</property>
                                                                                    <property name="paddingBottom">0pt</property>
                                                                                    <property name="paddingRight">0pt</property>
                                                                                    <list-property name="visibility">
                                                                                        <structure>
                                                                                            <property name="format">all</property>
                                                                                            <expression name="valueExpr" type="javascript">true</expression>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <property name="resultSetColumn">mailingList</property>
                                                                                </data>
                                                                                <data name="mailingListId2" id="3519">
                                                                                    <property name="paddingTop">0pt</property>
                                                                                    <property name="paddingLeft">0pt</property>
                                                                                    <property name="paddingBottom">0pt</property>
                                                                                    <property name="paddingRight">0pt</property>
                                                                                    <list-property name="visibility">
                                                                                        <structure>
                                                                                            <property name="format">all</property>
                                                                                            <expression name="valueExpr" type="javascript">true</expression>
                                                                                        </structure>
                                                                                    </list-property>
                                                                                    <property name="resultSetColumn">mailingListId</property>
                                                                                </data>
                                                                                <grid id="3567">
                                                                                    <property name="verticalAlign">top</property>
                                                                                    <property name="height">100%</property>
                                                                                    <column id="3568"/>
                                                                                    <row id="3571">
                                                                                        <property name="verticalAlign">top</property>
                                                                                        <cell id="3572">
                                                                                            <property name="paddingTop">0pt</property>
                                                                                            <property name="paddingLeft">0pt</property>
                                                                                            <property name="paddingBottom">0pt</property>
                                                                                            <property name="paddingRight">0pt</property>
                                                                                            <property name="textAlign">center</property>
                                                                                            <property name="verticalAlign">top</property>
                                                                                            <table id="4405">
                                                                                                <property name="dataSet">RecipientsByMailTypeForChart</property>
                                                                                                <list-property name="boundDataColumns">
                                                                                                    <structure>
                                                                                                        <property name="name">caption</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["caption"]</expression>
                                                                                                        <property name="dataType">string</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">value</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["value"]</expression>
                                                                                                        <property name="dataType">float</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">mailinglistId</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["mailinglistId"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">mailinglistGroupId</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["mailinglistGroupId"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">sortOrder</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["sortOrder"]</expression>
                                                                                                        <property name="dataType">integer</property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">sum</property>
                                                                                                        <property name="dataType">float</property>
                                                                                                        <property name="aggregateFunction">SUM</property>
                                                                                                        <list-property name="arguments">
                                                                                                            <structure>
                                                                                                                <property name="name">Expression</property>
                                                                                                                <expression name="value" type="javascript">row["value"]</expression>
                                                                                                            </structure>
                                                                                                        </list-property>
                                                                                                    </structure>
                                                                                                    <structure>
                                                                                                        <property name="name">mailingList</property>
                                                                                                        <expression name="expression" type="javascript">dataSetRow["mailingList"]</expression>
                                                                                                        <property name="dataType">string</property>
                                                                                                    </structure>
                                                                                                </list-property>
                                                                                                <list-property name="filter">
                                                                                                    <structure>
                                                                                                        <property name="operator">eq</property>
                                                                                                        <expression name="expr" type="javascript">row["mailinglistId"]</expression>
                                                                                                        <simple-property-list name="value1">
                                                                                                            <value>row._outer["mailingListId"]</value>
                                                                                                        </simple-property-list>
                                                                                                    </structure>
                                                                                                </list-property>
                                                                                                <column id="4415">
                                                                                                    <list-property name="visibility">
                                                                                                        <structure>
                                                                                                            <property name="format">all</property>
                                                                                                            <expression name="valueExpr" type="javascript">row["sum"] == 0</expression>
                                                                                                        </structure>
                                                                                                    </list-property>
                                                                                                </column>
                                                                                                <column id="4416">
                                                                                                    <list-property name="visibility">
                                                                                                        <structure>
                                                                                                            <property name="format">all</property>
                                                                                                            <expression name="valueExpr" type="javascript">row["sum"] != 0</expression>
                                                                                                        </structure>
                                                                                                    </list-property>
                                                                                                </column>
                                                                                                <header>
                                                                                                    <row id="4406">
                                                                                                        <property name="height">3in</property>
                                                                                                        <cell id="4407">
                                                                                                            <method name="onCreate"><![CDATA[reportContext.setPersistentGlobalVariable("mainTitle9", this.getRowData().getExpressionValue("row[mailingList]"));]]></method>
                                                                                                            <property name="paddingTop">0pt</property>
                                                                                                            <property name="paddingLeft">0pt</property>
                                                                                                            <property name="paddingBottom">0pt</property>
                                                                                                            <property name="paddingRight">0pt</property>
                                                                                                            <extended-item extensionName="Chart" id="3520">
                                                                                                                <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithoutAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Pie Chart</Type>
  <SubType>Standard</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value>Title</Value>
          <Font>
            <Size>12.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>1.0</Top>
        <Left>1.0</Left>
        <Bottom>1.0</Bottom>
        <Right>1.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <ShadowColor>
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </ShadowColor>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Anchor>South</Anchor>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Size>8.0</Size>
          <Alignment/>
        </Font>
      </Text>
      <Orientation>Vertical</Orientation>
      <Direction>Top_Bottom</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Categories</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
      <WrappingSize>0.0</WrappingSize>
      <MaxPercent>0.33</MaxPercent>
      <TitlePercent>0.6</TitlePercent>
      <Ellipsis>1</Ellipsis>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>252.0</Width>
      <Height>216.0</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>255</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>/**
function afterDataSetFilled(series, dataSet, icsc) {
	points = 72;
	mmInInch = 25.4;
      
	rpCtx = icsc.getExternalContext().getScriptable();
	numberOfMailinglists = rpCtx.getPersistentGlobalVariable(&quot;numberOfMailinglists&quot;)
	if (numberOfMailinglists &lt; 3) {
		icsc.getChartInstance().getBlock().getBounds().setHeight(points / mmInInch * 50); //50mm
		icsc.getChartInstance().getBlock().getBounds().setWidth(points / mmInInch * 100); //100mm 
	}
}
*/
/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */
 /*
function beforeGeneration( chart, icsc ) {
	reportContext = icsc.getExternalContext().getObject();
	
	rpCtx = icsc.getExternalContext().getScriptable();
	numberOfMailinglists = rpCtx.getPersistentGlobalVariable(&quot;numberOfMailinglists&quot;)
	if (numberOfMailinglists &lt; 3) {
		importPackage(Packages.org.eclipse.birt.chart.model.attribute);
		icsc.getChartInstance().getLegend().setPosition(Position.RIGHT_LITERAL);
		icsc.getChartInstance().getLegend().setAnchor(Anchor.EAST_LITERAL)
	}	
}
*/

/**
 * Called before drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 
function beforeDrawLegendItem(lerh, bounds, icsc) {
    importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() + 7;
    bounds.setLeft(nb);	
}
*/
/**
 * Called after drawing the legend item.
 * 
 * @param lerh
 * 			  LegendEntryRenderingHints
 * @param bounds
 * 			  Bounds
 * @param icsc
 * 			  IChartScriptContext
 * @since Version 2.2.0
 
function afterDrawLegendItem(lerh, bounds, icsc) {
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().setDimension(ChartDimension.get(ChartDimension.TWO_DIMENSIONAL));
	var nb = bounds.getLeft() - 7;
    bounds.setLeft(nb);	
}
*/
/**
 * Called before rendering the label for each datapoint.
 * 
 * @param dph
 *            DataPointHints
 * @param label
 *            Label
 * @param icsc
 *            IChartScriptContext
 */
function beforeDrawDataPointLabel(dph, label, icsc) {
	if (parseInt(label.getCaption().getValue()) == 0) {
		label.getCaption().setValue(&quot;&quot;);
	}
}


/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    rpCtx = icsc.getExternalContext().getScriptable();
	importPackage(Packages.org.eclipse.birt.chart.model.attribute);
	icsc.getChartInstance().getTitle().getLabel().getCaption().setValue(rpCtx.getPersistentGlobalVariable(&quot;mainTitle9&quot;));
	
	var listCount = parseInt(rpCtx.getPersistentGlobalVariable(&quot;listCount5&quot;));
	if (listCount &lt;= 2) {
		chart.getBlock().getBounds().setWidth(252);
	} else {
		chart.getBlock().getBounds().setWidth(207);
	}	
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>15.0</SeriesThickness>
  <GridColumnCount>0</GridColumnCount>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>'A','B','C','D','E'</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>6,4,12,8,10</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity>
    <Enable>true</Enable>
    <LegendBehavior>None</LegendBehavior>
  </Interactivity>
  <EmptyMessage>
    <Caption>
      <Value>This chart contains no data.</Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>64</Transparency>
      <Red>127</Red>
      <Green>127</Green>
      <Blue>127</Blue>
    </Background>
    <Outline>
      <Color>
        <Transparency>128</Transparency>
        <Red>127</Red>
        <Green>127</Green>
        <Blue>127</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>10.0</Top>
      <Left>10.0</Left>
      <Bottom>10.0</Bottom>
      <Right>10.0</Right>
    </Insets>
    <Visible>false</Visible>
  </EmptyMessage>
  <SeriesDefinitions>
    <Query>
      <Definition></Definition>
    </Query>
    <SeriesPalette>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>113</Green>
        <Blue>185</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>153</Green>
        <Blue>153</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>146</Red>
        <Green>208</Green>
        <Blue>80</Blue>
      </Entries>
      <Entries xsi:type="attribute:ColorDefinition">
        <Transparency>255</Transparency>
        <Red>65</Red>
        <Green>100</Green>
        <Blue>26</Blue>
      </Entries>
    </SeriesPalette>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>113</Green>
          <Blue>185</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>153</Green>
          <Blue>153</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>146</Red>
          <Green>208</Green>
          <Blue>80</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>65</Red>
          <Green>100</Green>
          <Blue>26</Blue>
        </Entries>
      </SeriesPalette>
      <Series xsi:type="type:PieSeries">
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
            <Color>
              <Transparency>255</Transparency>
              <Red>254</Red>
              <Green>254</Green>
              <Blue>254</Blue>
            </Color>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>3.0</Top>
            <Left>3.0</Left>
            <Bottom>3.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;value&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
            <AggregateExpression>Sum</AggregateExpression>
          </Grouping>
        </DataDefinition>
        <SeriesIdentifier>Series 1</SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
            <FormatSpecifier xsi:type="attribute:JavaNumberFormatSpecifier">
              <Pattern>0%</Pattern>
            </FormatSpecifier>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Inside</LabelPosition>
        <Stacked>false</Stacked>
        <Explosion>0</Explosion>
        <Title>
          <Caption>
            <Value></Value>
            <Font>
              <Size>16.0</Size>
              <Bold>true</Bold>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Title>
        <TitlePosition>Above</TitlePosition>
        <LeaderLineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </LeaderLineAttributes>
        <LeaderLineStyle>Fixed_Length</LeaderLineStyle>
        <LeaderLineLength>10.0</LeaderLineLength>
        <Ratio>1.0</Ratio>
        <Rotation>0.0</Rotation>
      </Series>
      <Grouping>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Series>
      <Visible>true</Visible>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Label>
      <DataDefinition>
        <Definition>row[&quot;caption&quot;]</Definition>
      </DataDefinition>
      <SeriesIdentifier></SeriesIdentifier>
      <DataPoint>
        <Components>
          <Type>Orthogonal_Value</Type>
        </Components>
        <Separator>, </Separator>
      </DataPoint>
      <LabelPosition>Outside</LabelPosition>
      <Stacked>false</Stacked>
    </Series>
    <Grouping>
      <Enabled>true</Enabled>
      <GroupType>Text</GroupType>
      <AggregateExpression>Sum</AggregateExpression>
    </Grouping>
    <Sorting>Ascending</Sorting>
    <SortKey>
      <Definition>row[&quot;sortOrder&quot;]</Definition>
    </SortKey>
  </SeriesDefinitions>
  <Coverage>0.8</Coverage>
</model:ChartWithoutAxes>
]]></xml-property>
                                                                                                                <property name="outputFormat">PNG</property>
                                                                                                                <property name="inheritColumns">false</property>
                                                                                                                <property name="height">3in</property>
                                                                                                                <property name="width">3.5in</property>
                                                                                                                <list-property name="visibility">
                                                                                                                    <structure>
                                                                                                                        <property name="format">all</property>
                                                                                                                        <expression name="valueExpr" type="javascript">row["sum"] == 0</expression>
                                                                                                                    </structure>
                                                                                                                </list-property>
                                                                                                                <property name="style">birt-report-chart</property>
                                                                                                            </extended-item>
                                                                                                        </cell>
                                                                                                        <cell id="4408">
                                                                                                            <property name="paddingTop">0pt</property>
                                                                                                            <property name="paddingLeft">0pt</property>
                                                                                                            <property name="paddingBottom">0pt</property>
                                                                                                            <property name="paddingRight">0pt</property>
                                                                                                            <property name="verticalAlign">bottom</property>
                                                                                                            <image id="3576">
                                                                                                                <property name="marginBottom">80pt</property>
                                                                                                                <property name="display">inline</property>
                                                                                                                <property name="height">119px</property>
                                                                                                                <property name="width">124px</property>
                                                                                                                <list-property name="visibility">
                                                                                                                    <structure>
                                                                                                                        <property name="format">all</property>
                                                                                                                        <expression name="valueExpr" type="javascript">reportContext.getLocale().getLanguage() != "de"</expression>
                                                                                                                    </structure>
                                                                                                                </list-property>
                                                                                                                <property name="source">embed</property>
                                                                                                                <property name="imageName">keine_daten.png</property>
                                                                                                            </image>
                                                                                                            <image id="3577">
                                                                                                                <property name="marginBottom">80pt</property>
                                                                                                                <property name="display">inline</property>
                                                                                                                <property name="height">119px</property>
                                                                                                                <property name="width">124px</property>
                                                                                                                <list-property name="visibility">
                                                                                                                    <structure>
                                                                                                                        <property name="format">all</property>
                                                                                                                        <expression name="valueExpr" type="javascript">reportContext.getLocale().getLanguage() == "de"</expression>
                                                                                                                    </structure>
                                                                                                                </list-property>
                                                                                                                <property name="source">embed</property>
                                                                                                                <property name="imageName">no_data_available.png</property>
                                                                                                            </image>
                                                                                                        </cell>
                                                                                                    </row>
                                                                                                </header>
                                                                                            </table>
                                                                                        </cell>
                                                                                    </row>
                                                                                </grid>
                                                                            </property>
                                                                            <property name="verticalAlign">top</property>
                                                                            <property name="paddingTop">0pt</property>
                                                                            <property name="paddingLeft">0pt</property>
                                                                            <property name="paddingBottom">0pt</property>
                                                                            <property name="paddingRight">0pt</property>
                                                                        </extended-item>
                                                                    </property>
                                                                </extended-item>
                                                            </property>
                                                        </extended-item>
                                                    </property>
                                                </extended-item>
                                            </property>
                                            <property name="header">
                                                <extended-item extensionName="CrosstabCell" id="3513">
                                                    <property name="paddingTop">0pt</property>
                                                    <property name="paddingLeft">0pt</property>
                                                    <property name="paddingBottom">0pt</property>
                                                    <property name="paddingRight">0pt</property>
                                                    <property name="width">0px</property>
                                                </extended-item>
                                            </property>
                                            <list-property name="boundDataColumns">
                                                <structure>
                                                    <property name="name">mailingList</property>
                                                    <expression name="expression" type="javascript">dimension["mailingList_1"]["mailingList"]["DisplayName"]</expression>
                                                    <property name="dataType">string</property>
                                                </structure>
                                                <structure>
                                                    <property name="name">mailingListId</property>
                                                    <expression name="expression">dimension["mailingList_1"]["mailingList"]["mailingListId"]</expression>
                                                    <property name="dataType">integer</property>
                                                </structure>
                                            </list-property>
                                        </extended-item>
                                    </cell>
                                </row>
                            </footer>
                        </group>
                        <group id="3503">
                            <property name="groupName">byMailingListId</property>
                            <property name="interval">none</property>
                            <property name="sortDirection">asc</property>
                            <expression name="keyExpr" type="javascript">row["mailingListId"]</expression>
                            <structure name="toc"/>
                            <property name="repeatHeader">true</property>
                            <property name="hideDetail">false</property>
                            <property name="pageBreakAfter">auto</property>
                            <property name="pageBreakBefore">auto</property>
                            <property name="pageBreakInside">auto</property>
                            <header>
                                <row id="3504">
                                    <method name="onCreate"><![CDATA[if (currentMailingListNumber == 1) {
	mailingListId1 = this.getRowData().getColumnValue('mailingListId');	
} else if (currentMailingListNumber == 2) {
	mailingListId2 = this.getRowData().getColumnValue('mailingListId');	
} else if (currentMailingListNumber == 3) {
	mailingListId3 = this.getRowData().getColumnValue('mailingListId');
}

currentMailingListNumber++;]]></method>
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="3505">
                                        <data id="3508">
                                            <property name="resultSetColumn">mailingListId</property>
                                        </data>
                                    </cell>
                                </row>
                            </header>
                            <footer>
                                <row id="3506">
                                    <list-property name="visibility">
                                        <structure>
                                            <property name="format">all</property>
                                            <expression name="valueExpr" type="javascript">true</expression>
                                        </structure>
                                    </list-property>
                                    <cell id="3507"/>
                                </row>
                            </footer>
                        </group>
                        <detail>
                            <row id="3493">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="3494"/>
                            </row>
                        </detail>
                        <footer>
                            <row id="3495">
                                <list-property name="visibility">
                                    <structure>
                                        <property name="format">all</property>
                                        <expression name="valueExpr" type="javascript">true</expression>
                                    </structure>
                                </list-property>
                                <cell id="3496"/>
                            </row>
                        </footer>
                    </table>
                </cell>
            </row>
        </grid>
    </body>
    <list-property name="images">
        <structure>
            <property name="name">keine_daten.png</property>
            <property name="type">image/png</property>
            <property name="data">
                iVBORw0KGgoAAAANSUhEUgAAAHwAAAB3CAIAAABOu7MqAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAYpUlE
                QVR4Xu1d629cx3U/cx+75O7ysUstXxZFUjKZWhYVkqLsWi9aNm1BgeOkUY2mkJHaafK1XxjEf4MDCwja
                fimgpGpQokAMx2hkVHBNS6ECMXZCrWhSkkXKFF+ilkuu+F7uvXtf/XDuDO8uyb37Jgvw94FY3p25O/c3
                Z845c87MXGIYBlDIsryyshKLxWRZlmUZ9pAdRFF0Op1FRUUej6e4uJhdJ0i6YRjhcDgcDm9/hz1khfLy
                8srKSp7nAUk3DGNiYkKSJLuKe8gKoig2NDQIgsABQDgc3mO8AFAUJRQKAQAnSdKeVikYVlZWVldXudXV
                VbuSe8glVlZWuD0vpcCIxWJcNBq1K7aHXEKSJE5VVbtie8gxOLsCe8g99kjfAeyRvgPYI30HsEf6DmCP
                9B3AHuk7gD3SdwB7pO8ABLsCOwxrYssWhBC7IrsCu5R0K9cst7V98S3o3s0dsLtIxzQWWCg2KNhFURQB
                wOFwAAAhJBaLEUIURQEAjjO1pZXxXcj+zpPOCMUPuq7rus641nW9rKysvLy8uLhYFMWioqIkt4rFYrFY
                LBKJyLK8vr6uKAohBEm3/t1x7CTpTJx1CmRZ0zSPx7Nv377S0lIASE60FQ6Hw+FweDwedmVubg4AFhcX
                sQNgd/BO7t+/b1cm92BCDZRxTdM0TRNFcd++fX6/P3WiU8Tc3Byjnon/TqHQpBsWqKqKf1VVLS0traur
                czgc1vUhOUcsFltaWkL20QDsCPsFJZ0JuKqq+FdV1YqKigMHDuSV682Yn58PhUI7xXvhdLpVZSuKgowf
                P368wHQj/H5/WVnZ8vIyKv0C85530q0+iaZpqqrGYjFFUerr66uqqnaEcYTD4fD7/TzPz8/Pq6paSEWf
                d9IBAOnWdV1RFHSoX3zxxR2k2wqfz+fz+ebn5wsp8nkknTna6JngulS/33/w4MFdwjgDinwwGISC8J4v
                0pFudE5QwKPRaH19fVNTk13VnYHP53M6nY8fPy6AqskL6VYZVxRFlmVJkp577rn9+/fbVd0aEYpQKDQ7
                O0sIWVtbA2owNE0zDKO6urq6utrj8VRVVZWUlNjdcgu43e7Gxsbx8XG8Yf54z73LiIyjzVRVVZIkSZJO
                nz6dmUq5d+/exMTE+vo6AJjrjCkXrGvBMqdl9qO1tbWmpqampibJzbfD+Pg4rsHKE+85Jh1ZYDZTkqRo
                NHrmzBm3221XNQ5TU1P37t2TZZnneY7jOI7jeT5hMknnWOaQQlXGLDZeLC4ufvbZZ5uamtKV/ZGREVVV
                WQQtt8gx6cxs4l6OaDTa0dGxb98+u3ob+Prrr6enpxVF4Xme53lBEAghVtIBgJCNvQysm5F01t9sqCHa
                2trSoj4Wi6GeyYew54x09vzoiUej0Wg0euTIkbq6OruqJsLh8ODgoCzLoiiKoigIAnLNcRyxAOiox18E
                y7RLp1MBhGIBDoK2trZjx47ZtINibW1tcnLSOrZyhdyQzka6oijoGkYikZKSklOnTtlVNTE6OhoMBjVN
                EwSB53lRFBNUipVuK4xNQN7xryzLGO+VJAmpr6qqevnll1MU+UgkMjExkXPec+a9GNQ7xCf0eDxtbW12
                lQAA1tfX//znPyuKgtEuq0rBv6zklk9OqKoB2gEcxwmCoKqqdawYVB2trq6y8rZwu901NTXBYHA3ko5a
                BWdA0WhUluWTJ0+mYjxnZmYePXoEAC6XSxRFJAj/YoHtBNwKpm2wAziO03WdEMIGCg5BVVVLS0tff/31
                FMUc4fP5lpeXo9FoDnnPAekG1aco47Ist7S0pML42NgYTr5dLheTSny2LRNvycGox88cx6FJR+eHEFJS
                UtLZ2WlNcaQIv98/OTmJn1NvTxJk6xIZ8ZOgWCxWVlaWirsSDAanp6d1XS8qKkKzyQSTRVwzeMKEWqx5
                LpcrM8YBwOPx1NbWpq6UbJEV6UzGUZWjCT18+LDtsy0tLU1PT+PGVkEQ0GwykcyMbgZmTlEU0FqcOHHC
                tlVJ4PV6XS5XrnjPAekaDdjKspyKmEej0YcPHzIZF0WRULOZJd0QPx/GJnEcd/z48VTUXXJUVlbize0K
                2iNb0vHxULfIsvzCCy/YVYK7d+/quu5wOJjBzAndsEnGJUnKFeMA4Ha7y8vL7UqlhMxJt+oW1OYHDhyw
                HcJfffUVMo6Wk8l48lqpwKBTM5wPo7+ROuM9PT22uzvLy8tzIuyZeS8T1y/3PgKo73z7r6s1zAQpinL4
                8OFkleZ6f/H+tRDUdb7d2Ug9ccjKH5i4cbl3bNPV0ufPnWkUCSEdHR22jA/3dA8dvSR+/dv19fW+vr43
                3ngjSWGPx+NyuTD6lkWzs5B0AABdR/9XUZSKigpbMZcBADhC1Tdk1/TtsHLv009uftNoL+NzvR90XwnA
                47/8XlEUURSDweDt27eTVoGysrLkBVJBJpK+McB0jYU4jhw5krzWtPyt839fzvO8uClemCUaX3n39H5N
                13VJkqSJ/k8GnsDKgw//FPlZV0qKxdB1XKRnGMbs7Gzywj6f78mTJ5CduGRIOn7QNVVRlNjSw68GJr/4
                Yvz8ez/vqgQAmOv94P1rQSxTc/69n3VVAsDCeN+1/76zBI2v/PhsI5n8w68+HwM41PWW9/aHA4sAAODt
                eOtCKxOk5cGP6BcJ32wA22HQvpckidQc+6cu7Z97Q8Frnw13XWwBAIDhnu4rAVrHbNBGG+e//uM8VH3r
                pYMuw5i82999/XpcQcsN2t95r+pT+mTeY29daMtM7DNRL8yQGLqqKDP3ByajAO3vmIwP93QzxgEgeO39
                D3rnwuGwpukoG1YZH+tlxAIsDnx4YwI/Tty4bPkCFgc+/GhwGeLB+t7QTV8FLWf9sfYaAIBgaA4ggXEA
                CF57v2cYAKYi1ptxgtO5NnlnbG7jNBBsubVQ4IrlyRZvs9ami0wkHaiI6bo2OzQUBvCf/rEpVHO9nwYA
                oP2dS3hhuKf7SuDaZ3+qbDnAYwfHj0oqw6ZNHBufONvQsDx4ewwADnX95GwDgPnlQGCiFf8FMH0VQwcA
                AF2Ro1GJ4zjTcrqragAoOcND1vZgDwSGftvQ0PxqF7nee3cZDrz0VnuVEp2/+8cFAPAeOPLM+ZMnm5tl
                bDkbLgAbwv/Jv3bfGKethbSRNunomZmkPx64OwdQXPvDrnrz61AoCAAQuNJtla7A+PhzjRUm3VZteOiY
                qTUaGg/BGPVEFhcXAQDGei9bfZONR6T+uNkMTZG291VaLl66dBHiVR7Mg1HvdDp4AgBARIfDQTQ5ug4A
                sDh1d/Hf7t6l1QNDwxdbKOvt50x103rkr26MP6CylzbSJh0s6sU0O9Ent8Y9DS0AAHOhDcViBSFp6LHl
                pYUk31pmQCbpBOL98fhGJKoXAABDdDoFQTWHHuF4no+up3EEi0NI43E2Iz3S8YF1ndLuaWypWR5+uBC4
                0nP00hbDEHHv3j1N08iqqdIhRWxlPQ0aeNB1XZYVPEvC1xTvHZqjraaqEmC4BxlH/XLrt7/83ZfTUOb1
                CoIoCjjkkHSBIwAA7vqW56uM9fVTp04lWS3icvLbfZUK0u4xNF9Iur9uv1hSfcYPAIFPe+cAoPJoaw0A
                BK99NgwAAMM93d3dv/719WmOS93FKms85AWAxYHABAAATNy4fPny5cs3xqmMY0pIkhS8pei0MD7X+8GV
                AADUnH+thQl9zfnXWqC/v39mZhoAgAi8IDBrvrSywnGct76+FAAik0+WOI7jHt76uLu7u7u7Zxi2gKdI
                xA+ZzU7Tk3SErqMBA0PXdN3x6g9fffgvn5suWmXXufZrVwJxSr28rZWq/NRQ1nrs0EDvWJxS9x5rrY+P
                qxACPoCZTQYEAKDm/I+6KgGgEm1q8Nr73dc2vl1aWiGkgnjLvQCLsBj4+DeB8m9/943n6oa+nIano188
                3bjNaxvDN3dIT9IT1Ith6IZheBq+c64dAAJXeoYBoOXipXfaN6r4Xvi7v2n1EkIIl7KoAzSc/UnXoY1/
                vccufP9o6aa4SpO4Vd2a8+9dYsqt5eJ759nSl/rOtzsbAQCWlpcJADQe6/CaXxGO4+pe/Nv22rj7WHRk
                LpFeYhojXJjpj0Qia2trPM9fuHAhSZWxsTHkiMt0DQn2NEvwpxvJ6u/vZ2FkFrIHixNl0MidJEnr6+uR
                SGR1dVWSpHPnziVZqxQKhebn5zN7rjQqGJugaZqtUovFYskLJAf7IYtWSZtxp9NpXcoB8W4ru0IIwbQ4
                Fo5E4qZPCbANNCVB2jqdyYWu64ZhJP9tWZZVVc04eGvE+SoyxsdTiR0ibt26ZRiG0+nE5BRrw+bGMN6t
                uZTkkV5baUuCtEmHDc1uTzqTrAzAZHwjrpJatBbR399vGAbTKlvKOAOhywgIXU2WsaCkgvTUC8Qznk1v
                J0cBtMpmYLHNSj/nSE/SN7OcjWrbDgXTKpuR+tB0Op12RbZFeqQzGBS2Ka50UUitYgUrlmJ5WZaNTNew
                Z0h6fmBmARtf/ocTz+RTq5ghTRbFNHX6pvslAzu5NQPqdxHpzETohlZgrWJFuuxngAxJZ0KUXL1gGiwV
                GBa7bMTkgmkVBPtxSyuguro6SRUli8MGMiQdQQiZHvy8+/PPrTNmltrCsGOZNvIfv+mnSSBr5BAHubej
                wzcwMAbgbfv+t1l8fPbOJwMzcPXq1YTJ+FaJN+jv//DLj754DFDf+d2KoasBM/kXl06zJP8OdXVBApYG
                f/fRbbONJc2d3640DMNwu6d6un+RmKXLRXAgDZcRqIAzAIDoKgWA4OAQzWuZcb32o2bi6JcbjAPA4sCH
                l+OTXIsDA2MAAOUN+z1mJmhm4OrADP2eZtdgm8TbrVu3dN3ASOtkH2Uc4tJp1nQrwFhv/LqNiRuXGeMA
                sDrad2c6AgAej3koRFyWjrYnm9O405B0Zm04CkIIKStvmV4ZDg4OzXV1VQLMDQ0GWXSOBrMPvvKPZxsJ
                IfjwY703GqkFw29/dGq/qqqKPK7hlaqu935+vpJle8zszZaJt89n6jsOFjnMEe49duEHreUAk3/41Uby
                DyYCyLhpOOO7wEwNHnzl3c5qWZaksf7ffTk7OS3VW9bwUOk2ez0wNHyxpSiL8EYapCOYmFPey2qfheFv
                TNZNzluPVgIT+pZXXm7Auixki2SgMmk8UKdp6B2a8fH28+dx/FZak51bJ94M0enkeTOAebC9tRyAEBKX
                /DMTUYe6zjYAwEYrEGZq8NH1f38EGwivKhsqhGXpWo62Q8Aca9nElDIk3WqslIqDNd88Cg4OzXUdtXJO
                MzgiGAaY1sbr9QIswsLSMjVY5aUlzFchGB/fDlsl3nheEESRZ7aMbDZrJq0WmK0A2D41WFJ1ECBuKYAV
                K+FwiaZlEF9EpEE6soxuKW/BmuFurYFgMBSKk3OAKlNQyyorjfl5QggjwFtWahhPDQAAQ43JkoG+yrOP
                f/+XbX/eknhrXO3XH3/58ZePodznFQTG8xaMg7WjAdCwbtEN7d9743kxGo1Go7gt+M3TVUlI12IxSGf6
                moC0+4qJOVPrkYh+tLUGIDD0WShoGYyoHQACH//PFF4w9SccbKhnuXxDk9kMKNnEmiXe9q3267o+P/sY
                YEPZJakIZeU+AEv2j7YCvzRTg4HBKUPXdXXmdl9fX1/f+JZZOgYpEsmMbkQakg7UlhIaimN7J6a9z7ZD
                MBAIMLcFAABaLr7THrgSgOH/+rXlIRpf6dyvqhpdtQKEHD9u74+zxNv/fmS5uri0TIgPkme7G9o7vGMD
                i4lLOhBlrW2NA9fHYbLvPyfptapXv5c8S6fEYtmQnrakAwCqF47jWLw/GBSOYorOyjkAtFy8ZEmXAXiP
                /eDHp/djZjmGvsr+FnvGAQBaLr7+fCn9p+HsO2cPAgAsLi/bSTpAWeuFt1hiDg51WTOBAPUvv9tpyeGW
                fqvz599pgGRQtCysKECa6TqgG+kwbba6uhqJRHD3/09/+tPkFUdGRhRF0enuXkmSACCDuIogCEJuVloD
                ABiGwfZsrK2tRSKR06dP+/3+JFVGRkbW19cdDoe9ZtsGaUs6/hKqFybphBDbRcZ+vx/znBms2L916xZj
                nE30IReMsxgySpLP50vOOG5/yNhvQWRSGZ8Zn59tjMMTapLA5/MVFRUxxjOIq+D+DWKBXdVkMCh0ulFN
                VdWOjo7ktcLhsJr1QQ1pV8ZHZQ4MMs7z/Ozs7OjoaPK6tbW16e4DSjVamxEMS+A+Fou1trba5mSePn2a
                fa+nTTpQr1GgwJ3OPM/bkl5aWtrU1JQ643nSKgidHtiBjCuKYrsvcGVlJXsxh4xJR96ZekHeZ2dncZdC
                Euzfvz9FxvOkVRBMm8foG29fe+01WzF/9OgRm51k04xMSEfgz4sUKOy25jRF5Fur6Jbtr7FY7KWXXrIV
                hfn5eYWeW5olMrkFkzh0YHD4477Q2dnZ7HnPq1Yx6M5Hhe59PXz4sK1iAYCZmZkECcgYmZAO8YYUeUc9
                IwhClqQXQKvgjkD0oxoaGurr7Ze3Dg8Po5jnpDEZkg7UnPI8L4qiw+GwKpmbN2/a1d4ahdEqGj3tqqGh
                obm52a4eLC8vRyIRQRByolsgS9KZsCPvqBDQjbG1qJuRV62i63qC5Wxvb0+FcQAYHR21TgOzb096Aa8E
                WIXd6XRqmuZ0OjFOHggESkpKUj/OhuXycbjkSsZZulmnh1jjiTQnT55M8cjCoaEhFIVcMQ7ZSDpQYUdz
                irw7nU60qKFQqK+vz+4GG0BXUrCc+gI5Ypw5Kmg5n3nmmRMnTqTI+IMHD3KrWBBpB7wSwBQlPlIkEolG
                o3gco6qqlZWVb775pt09NoCLvoEaarvi2wLn92CZAcViMZfL1dzcnCLdABAMBh89eoQGRhRFQmFXzx5Z
                qRegGgaoWGmaxgIaABAKhW7evHnmzBmbu1BUVVV5vV481tywrJxK8VGZMrHaTBSII0eOpHVwCB4DhLrO
                6kTZ1UsJ2ZIOlBGe51Ep6xRIwcjICACkzjsea44nyi8sLKiqSuLXvLEnt15E6JtesuH1euvq6tJ9w0Y0
                Gn3w4AEAoKrMLeOQE9KBEiEIgq7r+IS65bU5IyMjbrc79VMogVLv9/sjkcj6+vrCwoKiKEBTV6xYwmfW
                3y6Xq6KiorS0NF26AWBhYQEFRaQHcuaQbkRuSOc4DvnFkYjPz6SDEBIIBCKRSOryzuB2u91uN8a4McmA
                H1gB/F1RFN1uNy6ry4BohidPnkxOThqGYT0GKLdiDrkiHeKVjCiKBj0lEdkHgJGRkZWVlc7OztT9yAR4
                PB6MSVVVVdmVzQTffPNNKBQCAJzr5YlxyNJlTAC2T6DJDafT6XK5iouLcU4vimIoFLp69WrOl7TnBEND
                Q3j4IjaeRRPt6mWCbF3GBBjUUVNVFd0GPJAUAx14HI+mae3t7Wmp+Lzi6dOnw8PDuuWEyNw6iJuRM/WC
                IHTHFCp3AHPNPFM+hBBVVQcHB4PBYDaqJlcYHR2dnZ01aIgt33QjcizpCOa36JaQniRJLO6BM3IU+ebm
                5h2hfnp6enR0VFXVhDM5SY7WGSRBXkgHyzwF/WWWLojFYkzPoKpxuVxNTU2F1DbhcPjOnTtIN9oecdPJ
                4Xb3yAr5Ih0s+t06F8dogUKPicVxgGXa2tryLfX379+fmppSVRVjomgzWcAnt3HNJMgj6Qg2NVXp++oY
                9exAR9Q2hmGoqlpbW1tdXZ1bwQ+FQuFweGpqKhaLMbqZJy6KIlDXC/LPOBSAdIgXeSb1yDtb/qBS6PRd
                C01NTW63u7m52TZfvCUikQi+FTAcDsuyjK8qxSQXT5dJ5SNVkgoKQTrCoFEwja6o0mjEVaEnauJFLIDd
                AwC6rldXV9fW1iL7brcbVZC1M9bW1tbW1vBs0Lm5uVAoJEkSRgdZbgs/YE7R6obnzx/fDgUlHeIdG2Zj
                GfsqfX0L+1aPf/Uxuw9QwbTOGzm6rZ/JskCXh7B/rQYTLFqlkMixn54E7CENy8YllD49/g2luiUqa1gO
                ONHjDyQgFjBXD+cHTHswlhOcE1JYfZKAwpHOQCyL3PGxNU3DkBnGKXW6qJPBoEdAAB0rxCKnhO5QsIKn
                b6Vi/UHoyGDN2L6N+cUOkA6WB8YO4HkeAAzD4Gi0MoFrpliYmLPqjErGLCEEb8gYZ7+4swLOsDOkIxgF
                jErO8m4cRrGV6wTSIb7/rLBehF1AtBU7STqDlRH8vFmoWQdsWTeB04SLu4px2CWkMzDGmYQyllMkbnP/
                7UKYiR67YgVFcuLS7YZdCC6b5NaOIEFr/7+DIAhc6utA9pATFBcX75FeaBQVFXGlpaW26+H3kCs4nc6K
                igoOAGpra3E2sYe8ghBSW1tLmOsiy3IwGMS3We8hH3A6nTU1NajM4/zFxcXF1dVVDHNvX30PaYAQ4nK5
                cMUZ87j+D8WWoIWXpG4hAAAAAElFTkSuQmCC
</property>
        </structure>
        <structure>
            <property name="name">no_data_available.png</property>
            <property name="type">image/png</property>
            <property name="data">
                iVBORw0KGgoAAAANSUhEUgAAAHwAAAB3CAIAAABOu7MqAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAXxklE
                QVR4Xu2d+28c13XHz7yWj10uSYtcvsmlRErWg7FI2k4TW5YtqXWiAEVTw2gMIajk6D9QgPzcAP3BQIT+
                mPygpG4Ko2iDxEjqQihKSIpkwVEt0jRpKSbFJZeSKJJacmcf3J2dd384O5d3H5yZffBRgJ8fqNXuvbs7
                3zlz5txz7r3LmKYJFrIsJxIJRVFkWZZlGfapDEEQampqamtrfT5fXV0deZ5B0U3TXFtbW1tb2/od9qmI
                pqamQCDAcRyg6KZphsPhTCbj1HGfihAEIRgM8jzPAsDa2tq+4juAqqqrq6sAwGYymX2vsmMkEolkMskm
                k0mnlvtUk0Qiwe5HKTuMoiisJElOzfapJplMhtU0zanZPlWGdWqwT/XZF30X2Bd9F9gXfRfYF30X2Bd9
                F9gXfRfYF30X2Bd9F+CdGuwydGHLEYZhnJrsCfao6LTWpLa1VeOiWu/lE7C3RMcyFlASmxYej0cQBI/H
                U1NTAwA8n/3mmqYxDCPLMsMwqqoqiqKqKlF8b0q/+6ITlfGBYRiGYRChfT6fz+fz+/2otUs2NjbS6XQq
                lUqlUqg7/XfX2U3RiTkbFqZpGobR0NDQ1NTk9/tra2vt32Er8FTh41QqlU6nRVFUVRX2hu7Mw4cPndpU
                H2LUqLJhGLquG4bR2dnZ0tJSttb2RCKRaDSK7mh3pd9p0YmPJkLruu71eltaWvx+Pz05ZJtQFCUejz9/
                /nwXHc6OuhdabkRV1dHR0W0y7aJ4PJ7W1tbGxsalpSVJkkzT3Hndd050dCa6rmuapmmaruudnZ3t7e07
                qTjB4/H09/dHIhFRFNHhOPWoJtvuXkhwgqataZqiKIIgDA0N7YAzcUMkEkFvs2PSb7ulE5eiaZqqqqqq
                dnd3t7W17RHFAaC1tbW+vn5paWnHTH4bcy8kMkHrliQpnU4PDQ0Fg8G9ozji9Xpxwpu59bi3imyXe0ED
                J3dLVVUlSXrttdcql3tlZSWdTuNj4rt8Pp/X621oaLDt6szS0lIsFttuV7Mt7oWOvhVFURSFZdlvf/vb
                5SmOKj9//hwnAm5sbJCX6AAUAAzDaG9vb29vb2howL9bvukWdHV1eTyeSCSyrVFN9S2dDgpVVU2n016v
                t7zb5oMHD8LhcCqVYlmWZVnGAgpGs+S2YVIjgJMnTx45coQMTd0jiuLy8jJsWxRfZdHz/Hgmk6mrqztx
                4oTX63XqukkkEvn88885jpMkSRAEhmFYC/rCJ2au6zoRXafQNM0wjPr6+oGBgcOHD5dk+Nsa0lRZdDQx
                TdNwLUcmkzl16pR7xVOp1J07d2RZ5nme53mO43ieZxiG4zjazAm0eyGi419VVTULXdfr6+sHBwdHR0e3
                +uhClpaW4vH4nhYdDx4PEr2KJElvvvmme8VnZmaePXumqirP84IgcBzHcVyegedZOv2X+DTDMPDWreu6
                LMuovqIomqa1tbWdPn3avckvLCyk0+mq23t1RDetBJaqqmjg6XT61VdfbWlpceoKAPDkyZO5uTlVVT0e
                D7Fx2rqLmjmBtnf0NoY1LMD0uizLeD/HE/Dee+/5/f6ib5WHoigLCwuaprFsNWPr6kQvxMzRj8uyfOzY
                MZeKz87OrqysmKZZV1e3lYGD7T2NYbIrp1iWNU2T4zjDMNA14V98Hl3QyZMnXSoOAB6Pp7u7OxwOOzUs
                jSqIjoqjEaErx6yhUz8AgK+++mp1dbW2trampgbVyXPfbkSH3EoT/uU4Ttd1hmFQcfQ2x48ff+mll2ze
                pxCv19va2hqJRGwutVKpguhgxW14CcuyPDo66iZQu3Pnjq7rtbW16FWIdQMAuZxdHmdhM3wHXdfJ4+PH
                jx8/frywryOBQCAWi2E86vL72FOpq6IDRFVVM5lMY2OjGzO/f/++YRho44IgoCsgoSHk3jPdQ/cyqahm
                cHCwPMWRrq4ucjFVTkWio2PBKA0VVxTFTVj25z//WZKk+vr6mpqaPDOnfUt5kBsMuZcGg8GjR4869bPD
                6/UGAoFq6V6p6BioYYQgy/Lw8LCjY1ldXV1fX0cnjtZNVK5EawQVN6gMRG9v7+DgoFM/Z1pbW/HNnRo6
                U77oeWauKAoWZex7xWKxJ0+eoEsRBKFa1o3QcqMRdHd3u1Q8kUg4NYFAIODUxBXliw4AOBhBxRVFeeWV
                VxzNfG5uzjRNdOIMw+TFhZVgUll7HCu4V3xlZeWTTz6ZnZ21b1ZfX18VYy9TdPoeRUR3LLw9evTIMAz0
                KlVzKeGb165du3btxkKuV+np6RkYGMhrO/3RlY+m899gZWXl008/lSTJUXSfz9fY2Fi57uWLDpal40H2
                9fU5mnkqlSI2Xh3FNzENKuFTzMafj/3syocT+d0ikcjExISiKIIgrK6u3rlzJ79FLs3NzfYN3FCO6Hiq
                MZGEkaKqqv39/fa9Hj58aBgGCQqr6FXwX11VFUWRJKmnp8elV4lGow8ePDBNE+MonudnZ2ftl5B7vV50
                MjZtHClncGRaaFbZs7a2tq2tzaZLInFv7Jf/sQjQf+b7L3zx8bgIAADNL7/7zslG0ig++dvf3Bez/8l7
                LQeq4cEzZ7Kiq4oiy3Jvb6907+dXfm417fjuT358LgDPx372wfVlAICJD69MwMjFqxe6otGxX//jvSdW
                S2/fsSMHWMOYnJw8deoUbE1jY2M6nTYrGCiVaenEm+PfEydO2Hd59kzEL7hww1IcAMT7v7kZzj4O37y2
                qTi+do28SJNzamD+xo0FAAAw1Eymp6cn87+/yPEhy9c/KPTiABvR6K1/pRQHgNTiw8UNQRAePXpU2J7G
                4/HsgqWDNRDF0AWz1fbtNU3PWkXz6LvvDDcChG9eGwsBhBbCbwWDEL45FgIAOHTu8ltBsJQNjd3sx/9v
                Ep5AxQ+evXS6V9OiX/7h91NxANBbensHB6SPfgEAIxevXhgCgOmPrnw4ARNT0xcunPvxT+BnH1xfhpGL
                V893i7OzNx8/BoC+Ny683qnrysLd3917Autiot9fz7Lj4+M2Qzyfz7fTopO4hZQLdF23z1Cvra2pqo6P
                D45kfUaw/xCEQtkW8VgUAODQubeC+ETjydFD98dC1jnZJNvy4JnTvbquq2rd4NGeqT89AajvGBgAgAtX
                r14AoNxJPnJKnJmZMYz21997j+d5JvHVH37/RSz7IsvxPK/rWIy1oa2tLRKJQLmBQJmi69RErZaWFvu4
                JRqNsqzttxNFyrEgzc3NACJEY3EAyrVnW5qGFTXJNfUvAEQhm61F47Zh49kjs8P0eDzLn/3brXDeiywn
                CJymraysFOu6ieOVbU9pPt2kyjTEvbS3t9t0kWU5lUqxrG2GtkggllX3haacm6nZ2NQMACBG11VFUTKZ
                TG+tHiUvT3+Eio9cvHr16tWrF0cAADqyt3hJBwAwDF0QBGH5M1T84Jn3L1269MPTQQAAf6NfEDAz8cUX
                X8DWoFsvO2AvTXTITW7oum6apn3ckkwmcShk0wYam14AAAiNWbfO+OQ4+vj+4GYr0zQNf2MjAEBsampe
                luXe3obw1Bxp8Hx1GQCg47t/OQQAMD21afOimIhkAAASKUkQhGQiDgDQPDrczwDAk8UwAGTdC8+zLIuz
                AbbC4/HYvOpIae6FnF4iumEY9r5FVVUXEXnwrXOHQmMhCI1dC20+u+njN+efdh8bagxPx+HJvf+iYw8A
                AAi0dQAsw/L1D65c33x2eTUUjXJzUX8jQALiU//166nm0dFmABHE8d/+cnyzZSKZ4Tgfx3Ecl0ql8t89
                l8bGRjfpmqKUbOlAhS741170zQUoNo0AIPjW5XdfppxM88vvbgYueKYxPK0dPHv6MLlvj1xEH4IMXfjJ
                dzs2X8r6l6dfjz/SdT34jW80kZbBt6hPO3jm0pkgAEAiLWUrtI6iV2LspRWmUWWsO6dSqWQyKQjCO++8
                Y9MFB6KY27JpZgM9LMD0ofsxpyhirGLgOrGiOR9yi8pkMnhoiUQCJwEWZm/od15aWirvuEpwL+S+YVgL
                sUxrPpsNuq6TIlwZoBxE8Uwm4z4/LooijnQwk0ynkelm5ElSE8cH9vkAQRBsXrWnBNERojVi71sURbF5
                1RH8LN1K2cuy3NfXV5LihmFgim0rxRHyEltQGd8OShYdKN0BwHHiTtlfHa8nUn2VJKlUxXVdR6/iMr9G
                Sw8VfHNHShDdzAU2M3zVp3KvQvy4vY0TGMvRuzxDJa1rzaPkmwBCpHfMoZdBUa9y+PBhp34AJXoVAnmV
                SO8oOlRgcyVYelHcbGDq5gAIO+9VCO5bAoBcwSailYruSElHYudVsjmskYtXLwzRj62+xbzK4q1f3Zjf
                zF3mks0RF3/RESK6WXpivXzR8ZPsLb2kEURRr1KSjRfxKk4daYi7wAeOnpP4IvtmhZQpuvvP43lec7Fq
                zdmrBM79+Oq5on0r9Co0JEBwvF2pqmrzqj2lic7kAgD2w+WcRKtVgMPyBV2Om79x7cY8QN/pv/uLdkVR
                Fv/08QRJN2XrbbnuhfoIVPzxZ//+2WPyQaPv/O3JZoahUg/ZkglAcV+DKsenP/nPL7Op9brOY39tO7O+
                Ep9eQvRCbIfWnV52lUd+atsqzgX7DwGAGFqIAwCAaYoxEQCgr6dDVdXFe5TisGW9DUkVKg4A4vhvby3S
                zUJjYyHqP0XLgIu3/pkoDgDSs4e/+FO6sBmhknFfCaITmNxgdm5uM7lKgYnVkfd++tP333//R2cPAgCE
                FsKwqfq8aBqGYUQX5kWAxqHBVjmVmk88A5IPzyasJqa2UF1+9uiRYTx+9hgA+s9cupT/QYTml9+9fPny
                ZSulFhqfjOe8kSlOfrEAAH3f/P7333777W9960gvwPL1/9nybFcmemnuBSjFyTTELe6lQ1g5Sy1e/6df
                jeUWhrBUJ86HxaEh//r8fAzA39XGS1Jf8Jt/dfWHAHb1NkQHANgwDMPjOfjm3x9mWZaJT338u/HcD8py
                aDTryKwqoCiKAHTdJIYlk8V7H9OXyMTU9IUh2pdZyLKsaRrHcUVec0FpohPrpqevPHv2bHh4uLCxTeUs
                OPJyc+i+OB9eP9oVDscA/G0H+GAwODg46FhvA4B4MiMDAJiCx8Nx3JPb/5KdElAcui6VrQLSmMTBuSaZ
                TDJl3aiREkRnqFUmNMUrilTl7G8OpsK3PvzVjXk8ZNM0zYbe/ub7orgeXVcX4wANgeFjfYODg3SvC0PW
                eevIKU2lRHFmYc0EAGBYnuee3EbFD5790Zl+xrpN0/U/URRJnbVINdYkoaL/+Buv9UIq5fP5zp49m9+O
                YmNjg9zVbJptRWk+HT8GtaYXBxXOAqQrZ16vN7wwj89jUtgw/F29TQCLi9NiAmDgW2e/efgw2NbbLOTl
                uTnDMFgAPPvxeAwAoPnl0X4GAMILVOXJgpQBi1YBAaCpt78JABIPZpcNXddPeMJXrly5UmTeYxbHEoc9
                JVg6gaFSz+wWbr145UyMxgAaDEPTtPoXj3d/effp06cAA6+/fdiu1/LqKkDA8uOmYXgE62szTHMTFt7u
                /+bafeqDKOMGgPwyYH8QKExTbzh+om/i00VYmfzvFYC7ALB56osgy3JJ4748yrF0YuxkVn+RiSK5lbMf
                /MMPDgIAiGKUjPIDLTiLYOT1zWMrXm9bXn0OsUTWj/MeD8/j5AKGYZjcwtuhc5fPHQIAnLqx+Sw+CZBX
                BgQgubuOV98d7th8lgwPCllbW2Ncjw2LUlq5DgBMayFdJpPZ2NjAveAymcz58+c7OzttOs7Pz29sbOjW
                fHYcc7rPHc7NzZWaO3SDQa2ox8P5zne+Yz8WnZqawm9S9hcozdIR2qdz1kLNUKiIM6UJBAIkkyVJUjAY
                dKl4PB5HxT0eD0ctlynvgGnM7A3GwIlTqqo6rgtMJpNYgLRp40jJnckBo9xkdfPMzIx9R5/PFwgEZFlO
                p9PuM1mxWGx2dpYozlGV5QoxraKjaq1jd7N85+nTpwDAVlD1hTJER9DSBQuUfmLCIcDu7u4GAPc2Tmdr
                87xKJceMmNT8QFmWFUVxNHMA0Kgl62V/hzKjF+JhiLEzDGM/KwoZGRlxuUVDnlepotxAKa5aa3c6Ozsd
                zRz3+eL5ckSjKcfSGWtQyvO8x+PBTYcFQXj+/Pn4ODVhqhjuFZ+dnTVNkyxfJ2bu1NUZ4sfJRBq/33/k
                yBGnfrC+vs5VY65AmaIz1mwFnufRvaC9O86odwN6FdM0t5oeVAnElRvWnh0ul78+fPhQs7aMrfCblCM6
                UMbOcZzH2mSb53ncJceptx3Eq9CKV36cSJ4fx1VhZ8+edbz+EokEzg+syjcpX3QyPhIEgSzGFQRhZmbG
                jXMvCvEqhWvXnbo6QyuOgbn7bYBCoRC5dUHF11yZokOuk0HPTvyMYxhTlJ3xKpq1jQHLsi4Vf/z4MQYt
                1bKA8kUHKgmDd1Syn8Xq6urt27edeuewfV6FlluztuVkGOaVV15xo3g8Hl9fXycBq1NzV1QU/eCXQNFr
                amoMa5M+0zRnZ2fb29tdxuOSJIXDYRKPM1Wa2GZS012J4jito7Oz043iYK2r93g8VbzsqiA62rsgCLq1
                Kx+uF7h9+3ZDQ0NHB5VG2oK6urqXXnppaWmJ5JKgssMzqV0b8cug4l6vd3h42P2Koc8//xzdXbUcC1KR
                e0GIkyExe21tLXqJW7duuZkChnR1dR09elSwpiAT4UrCtMiLxCVJ6uzsfPHFF90r/uWXX+a5O6cebik5
                y1gUsioDgzBJklKplCzLqqq2trZ+73vfc3qDHFZXV3Fbc6AKhG4gipPvoyiKpml9fX2BQMC93ADw9ddf
                R6PR2tpaOohy6uSW6ohuWBuvKtZGK5jvxZxGIBAoVXcAUBQlFouRHxAByuHgA3IpmNQMIV3XTWvfggMH
                DvT09ABAqTvOhsPh9fV1oyAD4dTPLdURnZiYZu3SgKIjaO9vvPGG42T2omCaG5dG5k18oOXGEMXn8/E8
                39DQ0Nzc7LgVSlHQxkkir+qKQ7VER8h1rWlahgLtva6u7vz58+XpTrOxsUF+AZ4YO255V57KNJOTkxsb
                Gxj7crlbXVWRaooOAHh169aWJHm667p+6tQpl3HkznP37l3T+umwKkauhVQUMhbCsqxpTR0m9x8ctbIs
                qyjK3bt3k8mkmx3tdpJoNDozM8MwjMdahMdWnDS3ocqiM1Tkjg9M0yTqcxynKMr09PTq6uqpU6cqdzVV
                IRQKRSIRwzDyNtCD7VEcqu5eENNaBkZPNsdokvgZTdNOnjw5MkItvd1xlpaWQqEQyk0SRwCwTV6FsC2i
                Q0HIrFpbO8vUBs+qqtbV1Q0MDOyKt/njH/+oaRqO5nhqH2socXBQBlV2LwT83hhdkCPhLQRBwBOgaRru
                cdzR0VF0QmTVWV9fx93oTdPEkXNhoLKtisP2WToBx00AoFnb+JOyJKJZeL3egYGBgYGBbfL1a2trk5OT
                qqqSvWYxqYKBClRc43fPtoueN37RqZ9PQMXR1ejWDyoYhjE8PNzW1kb/vGUlrK2toXUrisJbRV2WZVFx
                YuDb7VJotl10An13Naj9vzRNQz+D6BamaQYCAfzlnEAgUNIJiEQikUhkbW0NbyGoNWfNGeFyN8XfSbmR
                7fLpRWGtnfxZC13XMR2PbodcB0gsFltfX8erBH8+Cv/iu9GngWXZSCSCe3NwHCdJEm/9TIDX6yWP6Y8G
                68azw4rDTlo6gTgckiYzrN1j0NhNK4djUKD0QA39iV4M9Zs8GIGQaIS3fn2gqGnvvNzIjlo6wjCMaZqM
                9cMJLMsahsFxnGEYPM+Tc0DCTXJuCkUHS3Fadxo8BywVmbDbOdR0yS6IDrlJWtQdLOdDbJ8IXVRx+n1o
                WckJoP9Lt4RdlRvZHdERIgGREiXmOI5IXOhV8iydfswW/K4DebzrQtPspuiEQvlQa/p5G9ELBc3THfYY
                e0J0AlGcqFbUrm0oPH97kL0lOvL/QrhK2KGB7z40bOUlrn1Kgud5ttRK+T4VUldXty/6TlNbW8v6/X6X
                s/r2qZyampoDBw6wANDZ2cmVu6HDPu5hGKazs5NhrNGgLMvLy8tkPsk+VaempqajowOd+eYQHABEUUwm
                k5jd3rr7PiXAMEx9fX19ff2BAwdIdP5/NozuG5Lct4oAAAAASUVORK5CYII=
</property>
        </structure>
        <structure>
            <property name="name">logo.png</property>
            <property name="type">image/png</property>
            <property name="data">
                iVBORw0KGgoAAAANSUhEUgAAAMgAAAAzCAIAAABdb9ATAAAa1klEQVR42u2dCYxVVZrHXyedmBinp6Xd
                WofWMQ6mM8YY49ijttM9Rqen40zbtmbacYkbDBEBAa0AokKQQRod1LGx3FAQEFpZpZoCqoqykKILqqAo
                LLZincIS2bukAoLb/C5/+Dycc++t+4qiIB2Sk5f77jvLt/y/5Sz3vtzX33yZV/ms5c97mnfvaN5rha8q
                3s3sfe5p2V80t7S4rHx+SVS4mDOvOF/CrOw/sG/n7u100rPPo/9y479e2PmiH557/vnnXdD5gh/d/Mt/
                HzTgibIFlVB48MsDrXb1yc7d9GNFtK1dt0a/fvPVN2GTfV98vXzpCqtsZU3Dqi++OmitxlZ9PKJ84wtl
                hwvXFG6qE8nBLSYcr1uXtiU1VUmMLKpZ5vW2YfN6SM0uVYhHTTTs27vfddf8FHki1XPPPu+an1z7SM8+
                H1ZU8qsrlly+akNAS6trFy+r41OFa/crBTZW1Ndl7/ON19787ndO+6vT/9oKX1F/G1DF0I/1LfjxpX9/
                +mlnfP97nc4+61z4t8JXbvLTFZdf+dzIUSsb1qf3NvX9Io8wCqIEuInSb94NmhnCbcJXqDrwxedW88z+
                pWf2mO2VLk8v0K8Q6Q2apfzs+p8nWRpG5ZLE9a/+7Za8UDVx/KTrr/sn2kIbeJKtmki/d8b36RB4WZO2
                AAuLrF6+YsXy+pq6ej6t2FcuVq6uz97n5ZddYbSKXMqdd9ydsfk3X32hi4LHnwBSsKrejHkr9pUKZ3U6
                5+qr/rFw9KspPRfNnoXIaHXOOZ3dfn43fGSSwwNYiNgI0KCQhKd0gQWGcr2Kc31K3HLmM4cVAw7c4ayf
                2AJt4gt/HEvSe5On0KHLAtegYUNjU0YJd3uwu7gwAYYXyLPLJZdO+MMUaaQtwAJVFNCTVPg1O7CAOUy6
                ghOhoG3L5qZ0M/pWnTubsacQTB6wXA3Z9YCCgdh07BAz/jhHwPJ6OO+HF61dtU40GBmKLBmBlRuyMB1Y
                HpTbDCyouueue0NpIHMYz6Igax4rSe8aw65YVNVGj5WOqnyBde8997vuSvRFFxdc/NaYcR6AYkvDpkZQ
                RSdJoo8tJhGgM+SpobHYMmB5rQAK8U6EeeQZsNxWbQBWXrykAGvFmgbivinerc8orcoWD+S6z1bJgNMH
                7uu67/OWXIZAc1SKumXD+nYBlux7c+NGMO4RbcoDcy379qYzz2QCRWJ/MtyjoHm0KEPJutiKNd8QWNYJ
                94cNf9rlJQuwLGpnBJbGMp8UQrxVYE2cNMESzZB3fk2RLVOcm2+51fW+1gk3vW4Nu/yEqeeyxJrP9x2c
                /tE25iwvVzVaHCTTOnaPRdoug/DQoPK3F15MNEwClu4DPqJ7aEyuf0YxiizefbcmZEBMdmBF5F3SZeHi
                6qQcK2+P1avYknfXY4XUxrorPn/5i5s9XwDib7v1dsuNPPFy/R+3/zZFOys/Wh2bpGLGeMEbb7gpNlIj
                MTL9VoC1eVfLXW/URCJQ6V78zvzalbXLUlCVHVh4I8XBJL8KiYqGSYW0NGzusoqGLux8EQDlk5ICLAqz
                aCbhrkXFAssdCLXhMtsIrH5HgNWvuHOf2VxcNqJCv15ycRcRrGK25xHs1qGEE73Grdu9/NWjH3zU1q9O
                Eu+702cyDXTFJYfE3MXyIsVZV5iMyBQ4l7IaNKJ842E8mQgeLn1v/pLaumVCzzECa/X6jcwjYm3Rcl7m
                9ilBkAl2THImd3LhxWSduPot23ZguM37DyDBYSOexc5cD+e6MSQy+qXCVj2WOxwUYp1ufM8IrJFlW/57
                zkavvFmzS79u3fYJpWn7Lsq2HZ9iXS62dAGSmIBTgZrwyEW4CPLkoMEwlSRe0f/KmLeSJAyADJf2yVTa
                nVSNnThJyzpW+EqalUtKgIZMW3kYVW4S0GM2wKqprW4VWOSMWeJgbGrsJhZYTBhubJHJnJD7SUPwOq+4
                JHYBcPvWnc+NHCVZoH6VH5wVJQ2dOp2Pq7CFvizAohVN6DNfj7VuVf2iinKvEApiOZ05fZaXdclycEhJ
                yav8LnViXZ1LGNEQq4sdt0fvPhihJa9qS068tLrW6gBrerjzjrut8BUJxwNrat3WMLU0j6WVqvQcKwuw
                8EZKAF0+Pb/KHRxPrPjwt8oePMGhA1x0yrgHvzwwbcqMq668OixIzV2/TgGWEQkNltxkB5a2BFC8Fb4S
                WGMJnjx1ujdPFLA2fbw1CVWWJ3iwCHGWsqA1+Onh5vDcJUACBfM+W23h2i1kOIS7XEgQVc/sX5oFWFop
                NZApr1dpFVi4vdNPO8PDECrBAdhNCQWJ4+rDHBlchpKik7LykiyLFFlmLSnJu1uQtSX+GYEVro/wNWmF
                U8DyOI0FllsgQ/7bXV/gpmeNQGfIU0OT1hpg3wsIYoeYUFW5RGs0nqj1NReCndTqvJ5zYlB1JBQKWK5/
                8hwY160CCz/kuStwNr+knPCM+/U8kJf6UDAyhX/P4eGKMZpjQVWr61ixIfvyy64gZWwbsExb6cDK4rHc
                CR0keQsE9P9hRaVx5EbV2E5QooJp7GozamLuVTS3VN7LK7nQTM98pjIJWLixmWXVK+rrSIS1exNd1NeR
                HOCBzF1FwErdK8QDheEf2SF6HLgWpVxOCNs4WLcHIEj65QmIHsJUlOSXXIQRsxQlwmZjSR4rXL8BFmQk
                WZJ3de55LIWYJGARuPMF1quFr7syFA3k8vzEPM6GllUAEcQeum1yr24Pdk9a/Re2IINMgIw2EVja4qGv
                KA72K04CFkn9u3OXUsaX1FB0PaF4+ZYN68lsVDY0bNrcuDElyrwwutBbbYLEnj168RNI1ZKpq0Lu4AiP
                SvzHjQ9VHuXs5QvCjcgsS8aUC0DmoaJNiYw5lpus4A+0YNu+oTBfYEEDpuhumFKoz3SHX4cNPSpzUm/k
                fEkZC1JNX0KTVTzSM7Irc09+8l7X1BwB69DiShK2yLT0SWTUNRd5HWtR+HcLrM4ummOhxFvM5Fdvt9jL
                K1XA3+JlvqfkZsbdHhsURaaEQubbAwoGxsLr0r/7MVPxEw6sDZvXh8t1TE1k7QQ4bxFBoiP+JC0Wkvi6
                50TcvM3UhKBI6vEpicACPYTCKBraumivBJAdWd+jQnZgESvNJxl9+BUtTmr1RdS7i3Jowo3XWmIJPZZ7
                ciMvYLkymjZjaorHAlh4ZUzc9QeSdadOUdQ2wzhRyTs+ySVbkrRFdvzZ1dde7+3PUv73+ZeSVEYcADSC
                o+kl3BjQuqMOI+XWrlqnsnJ1PViuWr7mN698EJYrn5qfCC881jNZz04x1cf3eMvBMEnSbduCxWXlSM1l
                QAaBW04PhbQyZ3MsHstWzmKBhemTipGqa6E1XODV6lq7Ayu7x4IA16lwTee2kAsZA54c7M6cxMVtt96e
                cjyzafuuQUOGwrI35QpjIhk9CVXOncrpk0zcK+tW1f969JIkYBEH+723KnscvPGGm1yZSgSuuRCqiSne
                pjJYvL9bdy95D2eFeDtvSihgeUam3cMkj2UKSwKWYkpoIUl5bkcCC3frrbZL3+4q6Mzps8KVGpLLVufy
                wIt0nqHDPTG7QC9Lq2tzHqpiFzzXfLTirpfLU4C1+P/2ZgQWgdwFhD4htPJPC90lj64PPUxY8cyOzx3N
                ey2NCJcbuMYV404889W5R68kAQsVpi83GLAAim3xtnqYpMOAxRzNOzWJm/GWXteuW0NA9wIZnNomYPpC
                4IbGJqItPbiJl9HGcCTyufQDMAas20YvjAdWr2KcGSLLuHQE3sMIAon89PbYCfc80BVH+sB9XbUJ6C3N
                Ucyx4bRpFa7dgRhNqo2eotmzMFCvTH7nXa2vhvNnVwfpHouypKYK53ryAIs5tVaYXfGeftoZRXNLWz7b
                Bw333HUvEuYzTHMhgCTV80+f7Ny9c/d2Fa4p7ioXCUy4+EI/V1x+5bECiylkxdodGVFF2pgUJvi1b+9+
                3tGfvznb3yr+55t+IfUQUqnvHZihvhbf3xw7JtxR8FYrQkrwYTrykR1YNtWwmH5igTVsxLOWrbsLhHta
                9jdu3X7dNT91Jdz5nJjjJDZxAYhaYQepKlxTXC6YAut0g7dxxEXrwGISR44VAyxy9v6lL5RtTNGfV/A3
                kqY7mYIZbe3hP2NX4VyHhJ1VVS5xJ+He1NfdY4k9FEqqEeZGbg/uOnIWYNmm5wn3WFqp8QTC0OSmDA2w
                rrn2htCWvNTbFrRwUdpz82YnDZsa3ecM5LS8rjIBi8TrW2BpcevQwlWXpxe8XNWYtAMau22so2GeNBUH
                DVitxpTnRo7Sgwxw7h2b8TYN8fmoBI+NAyfxgpexEycR6bT/FTYEbaQOrR6bCYFFACLzTTm82zHAwgXY
                s26uHCb8YQohpWnrxyGwwsJAlsK7m7mGGO845M233BqGwssvuyIfYHWP8MQnkBpZtmXzrpaMe7060Fix
                6Kh0xFIigBICKzwvZdLHpCyFR2S2sRge5OUnxAQO0CJRAKfNV/cAhScRKsh3pmxC07kHLJnT6JcKU47U
                dQywtLbneQ58PICDI0wrBFbssUfbk/aenlLohP15xSXwQgaGHRqU7VN7iJlCYU1tdf36piUNuynNn+W9
                lYvbRPqwbfHCPeRqR1zcHMt7/sRbd9BGpNR/593/eXg2cHbn2B29pOMi4df/efH3WY4mhx5LeS7TsfCZ
                hY4EFhj6wVlHcUSfBEedcY2AdeQ8SOx2p3t2XqarY9/eQmv67pZyGyJDpuR98bK68OBKXkWPcXrbrtqi
                skU5smB8hlvcTUMXWNpVPOwwPm9BSbHH3rM/30JzJqQZH6YIgSWIY8cy3xMCLEYncnmTaC7M/aDBX//q
                NzghV8J2eMHrWbulBIQUN5wkTLRGlpLJY1G8xaF8Cz5Pq3beAawBTw42caOt2rpl5CsqKz9a/d7kKd6s
                2B6LcJf78HnYoqenlIPeIVKJwhkf/0oBFmVAwcBwda19geWedXGBhYm6EwjRQOZne1wwiKCQcHQspb4u
                KsvrdXbZc13KNZWWwWwKsGInQDh+2mbyWABLHouIZtOB2DcXJBV8TAgsRIPm0g/ceatNQpUdTjeNoul/
                +MlV8lvhAzmxqLKHzPr1H+g9ENEqsJL2UpCJlg3z8lg2I8vosVT/Rxd2MTI2NGzS7MHjDrNM18vCxdX2
                2KCXfWuGRKruLuUk7eTI4AnERF6ZaFaPFXu8Ovs2Tuy2Ghpq9SlvPHksVmgbC98wu0rxWCDbngKKnYXk
                CyxtLbTBY0md7hHnvDyWpOSlp7ZWnFIIRN5UXZ0QVeeVzrVJVUYrpStz/Dm90iO9LKpZdiw51vMvjtIr
                OrySdMTbO8QYbshI2RUffhDztoW5pb+96x4slWraMbUJgZ6x5D6GhV4RuvsQRNJTDN/9zmne6EnP/suF
                gx4w5DWBBaKkCyzQCRceUynAghevTyQgsyShwa+HIoJy0olWJfxY34JQNRCsBS3ZG+b3s+t/jvSSRIpM
                vJWanPvuoZSS9HaDLKWsvOTtsRMmjp/kljfGjccRZmnuNbSS9MQE6fzS6lpGxIFhQ6SoWjhG+kAZ/slz
                M74PY8Pm9dDpjTttxtSk0GlugOzQYxb7dJ3i1PeLPJnwtbisPOkdAsyzvMpk1iIDYE2bMiOUD00y7d6u
                afA6V1uvOUxhZtgM8RqRahWeuH/nHXe/Wvh6uHud+7o9zoZnfDahg3vAQwAy0vyWfXspXGAeWV6LlT5u
                ex2oD/vJ3nN70ZDvKCTZyFBS3dOynwu+utW+fYdAB9B3okpeLxY7SUyoDX12DMjyHfEvGVinynE12nS7
                PQWsU+W4BIdTwDpVjkvJdbDzNGgnOVJl3CdtEtbxeduJpaHNY+U6bGLCfJUZ8gdlC5igvTt9JiVm56eu
                /vUxr730ymtFc0uPXz5rv84umvPe5CnbdnyahX5m9VQWYZV/WvjKmLeSXnF7/HLqPc27J0+d7grHRmnH
                uSpaeOO1N5u2fszUb9qUGUWzZ53UHmvFmoa+vfsVjn4V6QwbOjx8XwCcDCgY+EjPPj179Hqsb8H8kvLj
                TdLvho8cNOAJe+wsvWz6eCuVdQJi4qToFHXSQ7nHbxYZiejJwSnPabULsGb8cU63B7ujLzQFy/biwryo
                zbk7lCvq6xq3bncXiL0hcTbEKdirrV/NqAe/PMDnytX1tKUHW8OIDuscqsMn11pA4mLb7uaWz6KXsAMs
                b6FWb7kFT3C1ZXMTCNM5Lc8V08lnLX+GhpUN6+EceqABXwjlGstdJgUx3N/RvFdLWfxKZbHAT1wzhAFL
                r0nRKhc1gRFtxZetUkqpEdct+5u276Ka0cPo1PcWTvmqR8NtOS12vwsCJE+u6Zn+6VYEWx3uI39qGg16
                lk5DoAIjXm+0M5I+2blbr2iXmlwaIo3s+FSii7KUQ4tSlKnvF0XAqq+jwp6dzXb6ja/ojvvRO+KPpCsi
                la+YmSQgleV0chk139+tuwrBKHZlmZbS9wP3daVwjVMBCtgurYaNeFYnIGiLI+3e7SHqPNT9YVwUNV8t
                fJ3mTw4a/NaYcVRguMFPDw9dGr0RB4lQ+DZb+XUNpWJRFS4Nbycannnu+WkzpmosZPHm2DFimLHwRtzh
                Pl2hCXomfq1dtQ4kDR82ovvDvakjYHGB9CESqoAL5BHm4KjrQw/TA/0AMsTHr3RFP1gwAQIy4Hfh4mr1
                L3r6Fgyw7QSGo3Pd5wJSaeK9iQpN07/q9Ojd541x4/HWq9dvnDOvmK96qpuhEQXEyNOLBlgARvNK53Kt
                5lzMK1/ATSTAQIOGDKUr3SfrgDtVQ3RmSPhduuUmzMICnaM4yEY4tGIg9IuI5CARy8TxkyRqCgRotb24
                rFyiE3j69R+oc4U5WIU3iIAsqr49dkLEYfA2Tj30o/GQJpXpjmvktfKj1UgEanQOH+iAJ3rACssWVCJT
                RcDI2goGcj8ElqAD0kGehoAZ1AnnXrKFV6Nzmq9YXk+2QWWoBQcgBmTTUI+RIT6Ei/qhARfY+9ECvlZ8
                +AHVFG3JG+SxGBHCRr9U2LPPo3pO9YXRhUiDdBBp6I8Y6Fkb0pIgQ5BsUQdDpwkX4GlpdS0V6AS+MHrG
                hTZ4h2CuYYdqUO4CC/9Nz6gWD8FYfHJtwIJIvakLYKEUdAawkIZoqKpcAhnwBf2LapZRCh6P5FxTW80Q
                9MNP6Aiq8HD0ySdkIDHq6BkvGER0qI+MCi4glWqyf8I915PfeTeS6tDhCh2wDP0IClIhg7YIGTuUiLim
                E9RNHfqM3pqMh8QuyamNYYiAXMyRMaKX99VWwyHCQtN0Ya9zYTxkp0cb+LXbf3UFNLhKJMJPdnwPq4JJ
                AxbNYz0W4sNXCVVwhZJAFdLUu0AsIKInqBUCUAx2QxN5SuiEK7wd1EIDxFi8oCvuoAk5RcRnLCBQLIGb
                erAHIrl2k5iZ02dhpriWLdt2IBYd1/GAZU+2IDoUzH2q0Y+9XAQK5ULcCS/ERBY4brz77BBjmccyYHFf
                wBINkIdARhf+nuZ26gQd0xZeiFzcR5gKjkiS+yYxyIBl6AFeDGFqwmsIWDIhhAyq6ErAAqyw4/5tAmaA
                SPXvKahM/xsgs6Qm3eawY5wNndKXCuOBAEQsUFO4CWIAFn3ZbE76sNcVUYdOaUVXUUg68uIRkiEMOt1j
                6XkEegP4SJOfNC4dei+7QlWIWA+K8BOsglpVwAyQIMCSVtzcHx5hXh6L+hiuAUuRhSKRgU68jlhWgR1K
                WXkJygA3St6RDF5BwGJQHIY65FfUBnkQBrMo0pIkGKeJAQuaaUv/eresWID3SKPr1ogF/A1ilMdiFAEL
                EQEsOoyGeLy/6/L5CRdINeFVKRoSE0r0n0XUAfrYCQhTmqu2YAjI6s0rOCSETB0F31HPvQDZhD+9rEb1
                AQMkcYfKSM+2zwmXfEXF0bEZBsbC+I1K84pLiOgIDiQBBVhFaohA2Rnc2ssRYoGF9OGKC8t5cWmux0oC
                lkxfr1nCS9GEsXQM0AKlBywFcWoKEwYsAERbsyF5HXmsEFiQhJ6Al25GZtC7H0JnaKRBoR+STohHqQYs
                PFYssIgCqA1KlNXV1i2zf6FS1Pt830H3VC1Cc4860q08FjhGjHJ4kcc6lLO6wOImn7BpsZUhoBxHBUSQ
                pAELrhlFL+owYMEOKnBP8mzfupPm8lghsBgFAbqvv4M2RqEmNqD0zt51exhYNGYA7AwMASaSD1Qe+yZd
                5KXEJQlYYhhlQyLVABnmSLSC/xRgmWPjV9hG3BCH+vGjUOWdjYEfTCcFWNgQ/dOWLBL1MOsB2YgyCViY
                KSGJfuBFfwsFqqiDHJAGxEA/cLGpfqvA0myA+4wImJAPOkOeCAFNuDkWzRkdd76oohzfhotFAtSBHrhG
                nmhU2Qi8eMDSIXf65Joohmw1OcA7gB4qxwILyQhY1AElqEnrVcgTUTB0ksfiJizQP4wz0QEqiAJqqSNg
                WXz4FljyFlRS9CEQFPR/LHbpTx7LtALpKMDeEk6OBa0IDkLlb1Rggz6xJKjn2maFtjrinruyhogSI4Bz
                ceUGNcRkoRDNWRSDPKwc58Q1btgIEA18Akp0xhD29rrDyXtjE7pHalwzQdYM0drSv+II2QzSxBlbjsUd
                AcvehwvsGEvkwSn0W6gFQGDRW8rRxMLGUqKt2Ras2X3qaFYInSDj+RdHyZNFWfahwC3F8ZVAgQrMY2G0
                CoWuxwL6qICcDCFbc4agoCYBS00ELNlVtIxHmnikPhwJCVTmpuuxlLodXsdCdtyiXyxeVuWdW9IfpiEI
                O9JFBkCndrKUBBYpS3DcJIJoAR2/Baj5CRfNBToAEPgSvYI2PIKNRGirpBJPgAjcHAvTJMlT7kJwJJfH
                cEUqTUCVkccFqR6+HckSXPBAtIUY6tu5SmAKSRqLaSa8601JkMooZMdQosOiYh9/oCwYc2Is7gBKGLeV
                UsaiDs31yknGAl5whNwVJb1H4vSUKXWItrTVkT1UrrUoeoYGKMftQRtyAxn4Bs18Dx+iXFCJL6HYv/DR
                LbRhWhILKOer+gR2+nNDpXpax2cImIVgpCHugBRNMDCqQbmd1I2mpbNnUR+OzKHgtLgpW1J85+u3b00+
                gaXdtz7cf+TqyP0yd1CtBRCngAvQIeIQXMJ/YEyhM69nVdpR7Nnvpws5d7LtsP7FFLw1cVAhhmARuZyT
                T7zHj6T/BybhuIFH+R7lAAAAAElFTkSuQmCC
</property>
        </structure>
    </list-property>
</report>
