Ian's profileIan Tien's Unofficial Pe...PhotosBlogListsMore Tools Help

Blog


    August 29

    Updated Rollup 4 for Business Scorecard Manager now available

     
    Business Scorecard Manager 2005 Update Rollup 4 is a cumulative patch. It is available for all the released languages: CHS, CHT, ENU, ESN, DAN, DEU, FRA, ITA, JPN, KOR, POL, and SWE. This release also supersedes all previous updates. Update Rollup 4 contains two msp files: Builder and Server.
    August 25

    Want to work in Microsoft BI?

     

    Business Intelligence – Business Analyst - 164677

    Customer Service and Support (CSS) Business Intelligence & Reporting Team is responsible for working with the business and IT teams to drive all reporting and business intelligence initiatives in the CSS business. The long term vision of this team is to evolve the CSS business into a world class business intelligence organization and our short term vision is to drive impact to the business through reporting and BI solutions that support organizational goals and enables timely informed decision making by CSS management.

     

    The Functional Area Lead understands the operational use of the data in their business area and is accountable for managing the data content throughout its life cycle. This role is a key enabler to overall data quality and will help to increase the reliability and value of the data assets and to maintain them over time.

     

    Major Position Responsibilities:

     

    ·               Serves the business community as a primary point of contact to communicate the content and quality of subject matter data and confirm that business rules have been properly applied to the correct sources.

    ·               Manages and works to resolve data quality issues in a way that improves overall data quality including proactively identifying and resolving source system and process issues that may cause data issues

    ·               Serves the IT development community by providing business knowledge for sourcing, mapping, transformation, and correction activities.

    ·               Places high priority on data quality working closely with IT data stewards to understand the technical and data quality metadata.

    ·               Serves the business requirements group and data modelers by providing feedback on the content, source and availability of data to fulfill the business requirements process.

    ·               Assists with data acceptance and validation

     

    Required Skills:

     

    ·               Ability to communicate the value of data and be able to facilitate creation of data policies and common definitions across the organization.

    ·               Very strong written and oral communication skills, including some presentation skills.

    ·               Works well under general supervision

    ·               Excellent understanding of data quality issues.

    ·               Strong organizational skills with the ability to consolidate and integrate a wide range of inputs

    ·               Negotiation and conflict resolution skills

    ·               Relational database experience and understanding of logical data models for Data Warehouses and data marts

     

    Please email resume to: dongrane@microsoft.com

     

    Don Graney

    Staffing Consultant

    Microsoft Corporation

    (425) 705-1792

    dongrane@microsoft.com

     

     

    Data Modeler - 138195

    Customer Service and Support (CSS) Business Intelligence & Reporting Team is responsible for working with the business and IT teams to drive all reporting and business intelligence initiatives in the CSS business. The long term vision of this team is to evolve the CSS business into a world class business intelligence organization and our short term vision is to drive impact to the business through reporting and BI solutions that support organizational goals and enables timely informed decision making by CSS management.

     

    The data modeler will own and manage logical models and business data definitions for CSS data This position will also be responsible for coordinating resources required to complete the BI functional requirements documentation required by IT Software Development Lifecycle (MSDF) on CSS projects.

     

    Major Position Responsibilities:

    • Works closely with subject matter experts to establish or resolve data definitions, data sources and business rules.
    • Responsible for gathering, defining and managing functional data requirements and business metadata such as:
      • Data definition
      • Data content
      • Business rules
      • Data quality
      • Data domains, values, cardinalities and other dimensions of data needed to support BI solutions.
    • Identify and enforce data standards to ensure consistent and maintainable application metadata.

     

    Required Skills

    • Proven ability to do Logical Data Modeling
    • Demonstrated experience facilitating group meetings and Discovery Sessions with business users
    • Strong organizational skills with the ability to consolidate and integrate a wide range of inputs
    • Very strong written and oral communication skills, including presentation skills
    • Negotiation and conflict resolution skills
    • Relational database experience and understanding of logical data models for Data Warehouses and data marts
    • Proven ability to provide end-user metadata.
    • Excellent understanding of data quality issues.

    Position requires an undergraduate degree and at least 5 years experience with Business Intelligence, Reporting and Data Warehouse requirements gathering.

     

    Please email resume to: dongrane@microsoft.com

     

    Don Graney

    Staffing Consultant

    Microsoft Corporation

    (425) 705-1792

    dongrane@microsoft.com

     

    August 03

    Per-User Connections in Business Scorecard Manager

    For an example of how to use per-user connections:
     
    1) Copy the below XML into notepad and save as "Example.bsw"
    2) On a machine with Business Scorecard Builder installed, double click on "Example.bsw"
    3) Follow the instructions in the scorecard description
     
    Thanks to Corey for putting this together
     
    <?xml version="1.0"?>
    <Workspace xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" FileName="C:\Documents and Settings\iantien\Desktop\Per-User Connection Example.bsw" Server="http://localhost:46786/" RefreshOnStartup="false" LastModified="2006-08-02T10:33:36.2703750-07:00">
      <Kpis>
        <Kpi Guid="84927be7-febf-4015-ab9d-13f3b396346e" Folder="" CreatedBy="REDMOND\coreyh" CreatedDate="2006-08-02T10:33:32.9891250-07:00" Version="5">
          <Properties>
            <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="Are you Coreyh" />
            <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
            <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
          </Properties>
          <Comments />
          <Memberships>
            <Membership Login="REDMOND\coreyh" Sid="S-1-5-21-2127521184-1604012920-1887927527-1377342" Role="Editor" />
            <Membership Login="NT AUTHORITY\Authenticated Users" Sid="S-1-5-11" Role="Reader" />
          </Memberships>
          <Actual Guid="0df87ef4-6947-4594-bd2f-45337f381fbd" OwnerKpiId="84927be7-febf-4015-ab9d-13f3b396346e" ModelCurrent="1" ModelPrevious="1" Frequency="Quarterly" UnitOfMeasure="Integer" Pattern="IncreasingIsBetter" IsCustomCurrentFormula="false" OdbcQuery="&#xD;&#xA;DECLARE @sys_usr char(30);&#xD;&#xA;DECLARE @val1 int;&#xD;&#xA;DECLARE @val2 int;&#xD;&#xA;&#xD;&#xA;SET @sys_usr = SYSTEM_USER;&#xD;&#xA;SET @val1 = 0;&#xD;&#xA;SET @val2 = 0;&#xD;&#xA;&#xD;&#xA;if @sys_usr = 'REDMOND\coreyh'&#xD;&#xA;BEGIN&#xD;&#xA;set @val1 = 1;&#xD;&#xA;END&#xD;&#xA;&#xD;&#xA;SELECT @val1, @val2" UseTimeIntelligence="false" TimeIntelligenceMode="false" TimeIntelligenceCurrentLag="1" TimeIntelligencePreviousLag="2" OverrideDisplayFormat="false" DataSourceId="11f5168b-9180-4827-a529-912702ffb7c6">
            <Properties>
              <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="Actual" />
              <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
              <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
            </Properties>
            <Comments />
            <DefaultDimensionSettings />
            <OverrideFormatSettings NoOfDecimals="2" LeftSymbols="" RightSymbols="" UseNegativeSign="true" ShowZeroAs="" HoverText="" />
          </Actual>
          <Targets>
            <Target Guid="4ad153a5-8cfc-462e-83a3-126ed4daca03" OwnerKpiId="84927be7-febf-4015-ab9d-13f3b396346e" ModelCurrent="0.5" ModelPrevious="1" Frequency="Quarterly" UnitOfMeasure="Integer" Pattern="IncreasingIsBetter" IsCustomCurrentFormula="false" UseTimeIntelligence="false" TimeIntelligenceMode="false" TimeIntelligenceCurrentLag="1" TimeIntelligencePreviousLag="2" OverrideDisplayFormat="false" DataSourceId="00000000-0000-0000-0000-000000000000" IndicatorId="6c5da588-2f57-4ab6-ae75-ce135347978d">
              <Properties>
                <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="Default Target" />
                <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
                <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
              </Properties>
              <Comments />
              <DefaultDimensionSettings />
              <OverrideFormatSettings NoOfDecimals="2" LeftSymbols="" RightSymbols="" UseNegativeSign="true" ShowZeroAs="" HoverText="" />
              <Banding NumberOfBands="3" Type="Normalized" ActualWorst="0" SpreadMinimum="0" SpreadMaximum="1.2" IncreasingIsBetter="true">
                <CustomBoundary>
                  <decimal>0.333333</decimal>
                  <decimal>0.66</decimal>
                </CustomBoundary>
              </Banding>
            </Target>
          </Targets>
          <ReportViews />
        </Kpi>
      </Kpis>
      <DataSources>
        <DataSource Guid="11f5168b-9180-4827-a529-912702ffb7c6" Folder="" CreatedBy="REDMOND\coreyh" CreatedDate="2006-08-02T10:28:58.1766250-07:00" Version="2" SourceName="ODBC" ServerName="" DatabaseName="" CubeName="" ConnectionString="Driver={SQL Server};Server=localhost;Database=AdventureWorks;Trusted_Connection=yes;" Roles="" UseConnectionString="true" ReadOnly="false" MinutesToCache="10" ServerMajorVersion="0">
          <Properties>
            <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="AdventureWorks" />
            <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
            <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
          </Properties>
          <Comments />
          <Memberships>
            <Membership Login="REDMOND\coreyh" Sid="S-1-5-21-2127521184-1604012920-1887927527-1377342" Role="Editor" />
            <Membership Login="NT AUTHORITY\Authenticated Users" Sid="S-1-5-11" Role="Reader" />
          </Memberships>
        </DataSource>
      </DataSources>
      <Scorecards>
        <Scorecard Guid="6c1f1bd2-5278-46e6-872b-0d7b499760fe" Folder="" CreatedBy="REDMOND\coreyh" CreatedDate="2006-08-02T10:28:58.4266250-07:00" Version="5" TemplateType="General">
          <Properties>
            <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="Connection Per User" />
            <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="This example presents a simple demonstration of per-user connections. To have it work, set the per-user connection flag to true in the web.config file (e.g. &lt;Bpm.PerUseConnection = True/&gt;) and run in a single server configuration (so no Kerberos will be required). If your credentials are &quot;REDMOND\coreyh&quot; you will see a green indicator, if you are not &quot;REDMOND\coreyh&quot; you will see a red indicator. Since most of you are not &quot;REDMOND\coreyh&quot; you probably want to do a search and replace on the string and replace it with your own credentials to try this out. " />
            <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
          </Properties>
          <Comments />
          <Memberships>
            <Membership Login="REDMOND\coreyh" Sid="S-1-5-21-2127521184-1604012920-1887927527-1377342" Role="Editor" />
            <Membership Login="NT AUTHORITY\Authenticated Users" Sid="S-1-5-11" Role="Reader" />
          </Memberships>
          <KpiGroups>
            <KpiGroup Guid="9f852886-947c-4964-a565-19ade66c06b3" IndicatorId="00000000-0000-0000-0000-000000000000" ParentId="00000000-0000-0000-0000-000000000000" LinkedKpiId="00000000-0000-0000-0000-000000000000" LinkedScorecardId="6c1f1bd2-5278-46e6-872b-0d7b499760fe" ShowHyperlinkInNewWindow="false" AppendFilterInfoToHyperlink="false" Weight="1">
              <Properties>
                <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="" />
                <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
                <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="" />
              </Properties>
              <Comments />
              <Children>
                <guid>7614fb89-90d6-4518-950c-1e33ebfb1b6b</guid>
              </Children>
              <ReportViews />
            </KpiGroup>
            <KpiGroup Guid="7614fb89-90d6-4518-950c-1e33ebfb1b6b" IndicatorId="00000000-0000-0000-0000-000000000000" ParentId="9f852886-947c-4964-a565-19ade66c06b3" LinkedKpiId="84927be7-febf-4015-ab9d-13f3b396346e" LinkedScorecardId="00000000-0000-0000-0000-000000000000" ShowHyperlinkInNewWindow="false" AppendFilterInfoToHyperlink="false" Weight="1">
              <Properties>
                <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="" />
                <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
                <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="" />
              </Properties>
              <Comments />
              <Children />
              <ReportViews />
            </KpiGroup>
          </KpiGroups>
          <AlternateGroups />
          <ReportViews />
          <ConfiguredViews>
            <ConfiguredView Guid="ed332392-3a35-457c-b5b6-2d843c9a25c3" ScorecardHierarchyIndex="0" DataSourceId="00000000-0000-0000-0000-000000000000" AllowAnnotations="false" AlwaysShowAnnotationCellFlags="false" ShowPrevious="false" ExpandToFitWidth="false" HideScorecard="false">
              <Properties>
                <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="Default View" />
                <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
                <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
              </Properties>
              <Comments />
              <ColumnHeaderFormatOptions WordWrap="false" />
              <RowHeaderFormatOptions WordWrap="false" Indent="-1" />
              <CellFormatOptions WordWrap="false" FormatBlackAndWhite="false" ShowGridLines="true" ShowPlusMinus="true" ExpandToLevel="-1" EmptyCell="" InvalidCell="" />
              <AdditionalColumnProperties>
                <ColumnProperty PropertyDisplayName="Hierarchies, Actuals, and Targets" ColumnDisplayName="------------------------------" ColumnPropertyType="Hierarchies" />
              </AdditionalColumnProperties>
              <TargetColumnProperties>
                <ColumnProperty xsi:type="TargetColumnProperty" PropertyDisplayName="Actual" ColumnDisplayName="Actual" ColumnPropertyType="Actual" ShowRollUp="false" ShowImage="true" ShowText="false" ShowBackColor="false" ShowForeColor="false" ShowScore="false" ShowValue="true" ShowActualAsTarget="false" IgnoreScoreFilter="false" />
                <ColumnProperty xsi:type="TargetColumnProperty" PropertyDisplayName="Default Target" ColumnDisplayName="Default Target" ColumnPropertyType="Target" ShowRollUp="false" ShowImage="true" ShowText="false" ShowBackColor="false" ShowForeColor="false" ShowScore="false" ShowValue="true" ShowActualAsTarget="false" IgnoreScoreFilter="false" />
              </TargetColumnProperties>
              <ColumnDimensions />
              <RowDimensions />
              <PageFilters />
              <ScorecardAlerts />
              <ScorecardItemsNotVisible />
              <ToolbarOptions ShowToolbar="true" ShowPageFilters="true" ShowStatusFilter="true" ShowToolTips="true" ShowCollapse="true" ShowMode="true" ShowPrint="true" ShowExpand="true" ShowCellSelection="false" AnnotationOnByDefault="false" ShowPageFiltersByDefault="false" ShowStatusFilterByDefault="false" ShowAlert="false" />
              <ColumnNamedSets />
              <RowNamedSets />
            </ConfiguredView>
          </ConfiguredViews>
        </Scorecard>
      </Scorecards>
      <Indicators>
        <Indicator Guid="6c5da588-2f57-4ab6-ae75-ce135347978d" Folder="" CreatedBy="REDMOND\coreyh" CreatedDate="2006-03-13T12:04:47.8409029-08:00" Version="1" IndicatorType="Standard">
          <Properties>
            <BpmProperty xsi:type="BpmPropertyText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Name" DisplayName="Name" Description="Name Description" Required="false" Visible="true" Text="3 Lights" />
            <BpmProperty xsi:type="BpmPropertyLongText" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Description" DisplayName="Description" Description="Description Description" Required="false" Visible="true" Text="" />
            <BpmProperty xsi:type="BpmPropertyUser" UniqueName="8dd07d4d87794510afdb1f07664359bc_Element_Owner" DisplayName="Person Responsible" Description="Person Responsible Description" Required="false" Visible="true" Login="REDMOND\coreyh" />
          </Properties>
          <Comments />
          <Memberships>
            <Membership Login="REDMOND\coreyh" Sid="S-1-5-21-2127521184-1604012920-1887927527-1377342" Role="Editor" />
            <Membership Login="NT AUTHORITY\Authenticated Users" Sid="S-1-5-11" Role="Reader" />
          </Memberships>
          <NoDataIndicatorBand ToolTip="No Data" />
          <IndicatorBands>
            <IndicatorBand BackColor="#FF0000" ToolTip="Off Target" ImageData="iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAWpJREFUOE+Vk7tqAlEQhhW1EAQRRVQQvHSKtuJD2CmKmNLGRh/A2kawEQsVC8nb5FIEDQQSCYGYgOZKggYl82fOya6YZXXNwmFh93zfPzN71mzacR0nElBfHY1G5l37dJ8LmJpNUL0OajSwLTMUSbjfB6VSoGgUlE6D2u3DJBIeDEDiHongmwXLQACLWAzU6eyXSLjXA8XjMnnN6ysUwmcwiBePB8/hMKjV0pdIeDj8TWZQJivwq9+PudeLe4cDU5aJ2fyZiYS7XVAyuUnWwg9uN+6cTlzbbJiwcM3D3UikgCdNbBdlb8MzTp4q8A1XcGW348JkwlsupxFwbyufbyc8UeCx1YpzFiwqFZ02ymW8u1xQe1aTNzCXf8bwU6GwZ5ClEh65TG3ZY4ZPBZzPG3/KVbGIW4sFas8qPN/ue99xFEP9yGZxyYliYCe85kbJWqGQrKpVzDIZLGu1w46xnkSI/vUjGf5pOht+AKmYNxcgUbKnAAAAAElFTkSuQmCC" />
            <IndicatorBand BackColor="#FFFF00" ToolTip="Slightly Off Target" ImageData="iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAYRJREFUOE+Nkz9Lw0AYxpNP4CJKu7mKgouDFBQEqw5Su1gES0TQQf0A6qyTk2MXoYMOYhFBEHXvJ1AUleIfClpbDTHRGpp7fS6X2JgmxsBDjnvv97x/cpGlkGcvP0JuaEo5k8POBe5zmLFRKA0Nkdcs0kjA8zbIWNw2UquZ/5sIA2S2JGIm9AmxaToq9Py0FFqFgNcgD2xgbcjYW/m7Cg4bmoKDXc3MHH6H3qBGN5XO0+EmIvusgOs8qwOreNegCm9FCTYQ8DLUJnr2wy/Ye+KVxEkvz7WaCINsOPwMuCxR44FXMfPbwO79NYVAe3BmB7YeYXAHg2qMLotjTRORfZHYh69nt2xktuF7icwS3hDTF/wG6F9DwB0Yh72ZHdi8kah+hdhX1mdgZTD5XpSHoD8zyjZvoWvAF3yY/aSXkq1z4BeFsQEMMoYSIbUTU4dqHTCFKlhruN7WUvCn3Fzvo3xu0A4e74/T6cEknRRS0AQd7iRpNzdM21sJ2lhNRF/pyD/Oc+AbhNbWEIeNwioAAAAASUVORK5CYII=" />
            <IndicatorBand BackColor="#00FF00" ToolTip="On Target" ImageData="iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAcFJREFUOE+dk88rRFEUx897vfdmBjtjpUaykP0okgULP0oKpXiy8KOkxq94MTZj/ghrZaFoEhaULFiIjEnThNigSNi8/Cip+3XvY8a856HcOt0693y+55x77pXIZQVng3C644NxyS3W5hOgMP2pCyEWQh/rs/a2izbL7yacERCHLc+tmGFRVLAK+B/9yLn3oeA2H9UPVYiyGdQe1LiLCLiT6TxjP+iFoJgyvPceeG888FyooFMCJQkhcxCN8frvIkJgkk1asM/0cpibBWvwnCnQUgrUQy6yS5gyDbuAgHt4r4G3Imim6oBVDsvQEhLUPQm0TSg9KEZ3XP8SEQJhFv4B5tktmKDuEOQtgndDhnE1ahcYYSOgO36YKTsr8/4HrHBYWedtLBP043a7gMEmIF3TZ88CtmdOw/IKF1gkDJz0OisYRu6lD9rnhWkJOVO2E/bH8jCWHPp+kQ0PddaofoLlJZ59jtC0W+c+xiiLIJAqtEaV3bMoOw2XrZZg+sQxxvRTFNOIvkZQmSoHbfJsa9xi3Ba4zRNqt6oRPh3/+zkLIeN2FF1nHWg9akZ3Uodx/jG2X/9C9q9KB2fvf/7E/wa8A7t+ZvO0dp2RAAAAAElFTkSuQmCC" />
          </IndicatorBands>
        </Indicator>
      </Indicators>
    </Workspace>