﻿<?xml version="1.0" encoding="utf-8"?>
<ReportsExport>
  <Reports>
    <Report id="6965527b-9084-4bf0-bc55-f2dd5c74550f" codekey="Debeka_LockedUsers" categoryCodekey="UserStats" name="Alle gesperrten user" description="">
      <MetaData created="2011-06-01T09:59:21" createdBy="Christian Helmus" modified="2012-04-12T16:54:51" modifiedBy="Administrator Debeka" />
      <ExecutionDetails format="TableResult" commandType="SqlCommandOrQuery" exportHandler="" adminControl="" exportMultipleTablesToSheets="False" datesWithTime="False" extraParams="" />
      <Mandators mandatorMode="OnlyOwner" mandator_id="6279bb24-f218-49e0-9155-7c1cb1dba226" mandatorName="Debeka" isStandard="False" isUsedByMenu="False" />
      <Roles />
      <command>-- declare @current_mandator_id uniqueidentifier
-- select @current_mandator_id=id from tblMandators where name='Debeka'

select *
from
	v_Users
where
        v_Users.mandator_id=@current_mandator_id
        and
        v_Users.Blocked=1</command>
    </Report>
  </Reports>
</ReportsExport>