|
|
@ -117,7 +117,22 @@ values |
|
|
|
('hzbnote', 'a6', 'gesamt','befriedigend 2,6-3,0','$1::numeric(5,2)>3.00 and $1::numeric(5,2)<=3.50',60), |
|
|
|
('hzbnote', 'a6', 'gesamt','befriedigend 2,6-3,0','$1::numeric(5,2)>3.00 and $1::numeric(5,2)<=3.50',60), |
|
|
|
('hzbnote', 'a7', 'gesamt','ausreichend 3,6-4,5','$1::numeric(5,2)>3.500 and $1::numeric(5,2)<=4.50',70), |
|
|
|
('hzbnote', 'a7', 'gesamt','ausreichend 3,6-4,5','$1::numeric(5,2)>3.500 and $1::numeric(5,2)<=4.50',70), |
|
|
|
('hzbnote', 'a8', 'gesamt','Note unbekannt','$1::numeric(5,2)<0.00 or $1::numeric(5,2)>4.50',80); |
|
|
|
('hzbnote', 'a8', 'gesamt','Note unbekannt','$1::numeric(5,2)<0.00 or $1::numeric(5,2)>4.50',80); |
|
|
|
|
|
|
|
|
|
|
|
</#if> |
|
|
|
</#if> |
|
|
|
|
|
|
|
--wäre eine Möglichkeit, die Werte aus der cifx zu überschreiben. Ist aber nicht notwendig, der Quatsch steht schon |
|
|
|
|
|
|
|
--in dim_studiengang und lehr_stg_ab |
|
|
|
|
|
|
|
--delete from xcube_dims where id='fb'; |
|
|
|
|
|
|
|
--INSERT INTO xcube_dims (id,apnr,name,sort1) |
|
|
|
|
|
|
|
--select 'fb',key_apnr,name,0 from organigramm where orgstruktur=20 |
|
|
|
|
|
|
|
--and today() between gueltig_seit and gueltig_bis; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--in der cifx stehen unter key=110 alle Institutionen, nicht nur lehreinheiten |
|
|
|
|
|
|
|
delete from xcube_dims where id='lehr'; |
|
|
|
|
|
|
|
INSERT INTO xcube_dims (id,apnr,name,sort1) |
|
|
|
|
|
|
|
select 'lehr',key_apnr,name,0 from organigramm where orgstruktur=30 |
|
|
|
|
|
|
|
and today() between gueltig_seit and gueltig_bis; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--Zum Testen |
|
|
|
--Zum Testen |
|
|
|
--INSERT INTO xcube_dims (id,apnr,name,sort1,parent,strukturstr) |
|
|
|
--INSERT INTO xcube_dims (id,apnr,name,sort1,parent,strukturstr) |
|
|
|
--VALUES |
|
|
|
--VALUES |
|
|
|