﻿<?xml version="1.0" encoding="utf-8"?>
<ReportsExport>
	<Reports>
		<Report id="67fd8807-e11f-44b9-bd65-d855c029655f" codekey="Stammdaten-Zielgruppe" categoryCodekey="SpecialPurpose" name="Stammdaten Zielgruppe" description="Liste aller verfügbaren Zielgruppen des aktuellen Mandanten.">
			<MetaData created="2025-11-05T15:55:03" createdBy="Administrator, IWIS (Administrator)" createdBy_user_id="473" modified="2025-11-05T16:11:53" modifiedBy="Administrator, IWIS (Administrator)" modifiedBy_user_id="473" />
			<ExecutionDetails format="TableResult" commandType="SqlCommandOrQuery" exportHandler="" adminControl="" exportMultipleTablesToSheets="False" datesWithTime="False" extraParams="" />
			<Mandators mandatorMode="IncludeMandators" mandator_id="af09aaca-3d39-44c0-b36e-4db95905993a" mandatorName="IWIS" isStandard="False" isUsedByMenu="False" />
			<Roles>
				<Role id="90" />
			</Roles>
			<command>
				select 
					t.id as 'ID',
					t.title as 'Titel',
					t.titleForLearners as 'Titel für Lerner'
				from tblTargetGroups t
				where t.mandator_id = @current_mandator_id 
				order by t.title, t.titleForLearners
			</command>
		</Report>
	</Reports>
</ReportsExport>